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

6 lines
287 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ExportAssignments/parserExportAssignment4.ts (2 errors) ====
export = ;
~~~~~~~~~~
!!! error TS1148: Cannot compile external modules unless the '--module' flag is provided.
~
!!! error TS1003: Identifier expected.