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

12 lines
391 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserModifierOnStatementInBlock3.ts (3 errors) ====
export function foo() {
~~~~~~~~~~~~~~~~~~~~~~~
!!! Cannot compile external modules unless the '--module' flag is provided.
export function bar() {
~~~~~~
!!! Statement expected.
}
}
~
!!! Declaration or statement expected.