TypeScript/tests/baselines/reference/parserModifierOnStatementInBlock1.errors.txt
2014-07-12 17:30:19 -07:00

11 lines
378 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserModifierOnStatementInBlock1.ts (3 errors) ====
export function foo() {
~~~~~~~~~~~~~~~~~~~~~~~
!!! Cannot compile external modules unless the '--module' flag is provided.
export var x = this;
~~~~~~
!!! Statement expected.
}
~
!!! Declaration or statement expected.