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

15 lines
741 B
Text
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserModifierOnStatementInBlock1.ts(1,1): error TS1148: Cannot compile external modules unless the '--module' flag is provided.
tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserModifierOnStatementInBlock1.ts(2,4): error TS1184: Modifiers cannot appear here.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserModifierOnStatementInBlock1.ts (2 errors) ====
2014-07-13 01:04:16 +02:00
export function foo() {
~~~~~~~~~~~~~~~~~~~~~~~
export var x = this;
~~~~~~~~~~~~~~~~~~~~~~~
2014-07-13 01:04:16 +02:00
~~~~~~
!!! error TS1184: Modifiers cannot appear here.
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