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

7 lines
438 B
Text
Raw Normal View History

2015-01-06 23:19:43 +01:00
tests/cases/conformance/es6/functionDeclarations/FunctionDeclaration8_es6.ts(1,11): error TS1167: Computed property names are only available when targeting ECMAScript 6 and higher.
2014-11-25 07:45:33 +01:00
2014-11-25 21:03:55 +01:00
==== tests/cases/conformance/es6/functionDeclarations/FunctionDeclaration8_es6.ts (1 errors) ====
2014-11-25 07:45:33 +01:00
var v = { [yield]: foo }
2014-11-25 21:03:55 +01:00
~~~~~~~
2015-01-06 23:19:43 +01:00
!!! error TS1167: Computed property names are only available when targeting ECMAScript 6 and higher.