TypeScript/tests/baselines/reference/VariableDeclaration9_es6.errors.txt
2014-11-28 14:50:58 -08:00

7 lines
404 B
Plaintext

tests/cases/conformance/es6/variableDeclarations/VariableDeclaration9_es6.ts(1,5): error TS1153: 'let' declarations are only available when targeting ECMAScript 6 and higher.
==== tests/cases/conformance/es6/variableDeclarations/VariableDeclaration9_es6.ts (1 errors) ====
let a: number
~
!!! error TS1153: 'let' declarations are only available when targeting ECMAScript 6 and higher.