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

5 lines
250 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration7.ts (1 errors) ====
export interface I {
~
!!! Cannot compile external modules unless the '--module' flag is provided.
}