TypeScript/tests/baselines/reference/parserExportAssignment3.errors.txt

10 lines
578 B
Plaintext
Raw Normal View History

2015-04-27 03:31:47 +02:00
tests/cases/conformance/parser/ecmascript5/ExportAssignments/parserExportAssignment3.ts(1,1): error TS1148: Cannot compile modules unless the '--module' flag is provided.
2015-02-26 01:03:51 +01:00
tests/cases/conformance/parser/ecmascript5/ExportAssignments/parserExportAssignment3.ts(1,9): error TS1109: Expression expected.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ExportAssignments/parserExportAssignment3.ts (2 errors) ====
export =
~~~~~~~~
2015-04-27 03:31:47 +02:00
!!! error TS1148: Cannot compile modules unless the '--module' flag is provided.
2015-02-26 01:03:51 +01:00
!!! error TS1109: Expression expected.