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

7 lines
432 B
Plaintext
Raw Normal View History

2015-06-02 02:40:35 +02:00
tests/cases/conformance/es6/functionPropertyAssignments/FunctionPropertyAssignments1_es6.ts(1,11): error TS1220: Generators are only available when targeting ECMAScript 6 or higher.
==== tests/cases/conformance/es6/functionPropertyAssignments/FunctionPropertyAssignments1_es6.ts (1 errors) ====
var v = { *foo() { } }
~
2015-06-02 02:40:35 +02:00
!!! error TS1220: Generators are only available when targeting ECMAScript 6 or higher.