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

7 lines
320 B
Plaintext

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