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

7 lines
351 B
Text
Raw Normal View History

tests/cases/conformance/es6/functionExpressions/FunctionExpression1_es6.ts(1,9): error TS9001: 'generators' are not currently supported.
==== tests/cases/conformance/es6/functionExpressions/FunctionExpression1_es6.ts (1 errors) ====
var v = function * () { }
~~~~~~~~
!!! error TS9001: 'generators' are not currently supported.