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

7 lines
281 B
Text
Raw Normal View History

==== 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.