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

18 lines
900 B
Text
Raw Normal View History

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