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

7 lines
396 B
Text
Raw Normal View History

2014-11-28 23:50:58 +01:00
tests/cases/conformance/es6/variableDeclarations/VariableDeclaration7_es6.ts(1,5): error TS1153: 'let' declarations are only available when targeting ECMAScript 6 and higher.
==== tests/cases/conformance/es6/variableDeclarations/VariableDeclaration7_es6.ts (1 errors) ====
let a
~
!!! error TS1153: 'let' declarations are only available when targeting ECMAScript 6 and higher.