TypeScript/tests/baselines/reference/exportAssignmentWithExportModifier.errors.txt
2014-09-11 16:11:08 -07:00

7 lines
305 B
Plaintext

==== tests/cases/compiler/exportAssignmentWithExportModifier.ts (2 errors) ====
var x;
export export = x;
~~~~~~
!!! error TS1120: An export assignment cannot have modifiers.
~~~~~~~~~~~~~~~~~~
!!! error TS1148: Cannot compile external modules unless the '--module' flag is provided.