TypeScript/tests/baselines/reference/parserExportAssignment4.errors.txt
2015-02-25 16:03:51 -08:00

10 lines
603 B
Plaintext

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