TypeScript/tests/baselines/reference/exportAssignmentWithDeclareAndExportModifiers.errors.txt
2014-07-25 16:39:24 -07:00

7 lines
312 B
Plaintext

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