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

7 lines
281 B
Plaintext

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