Closed SuperSodaSea closed 1 year ago
yield* an non-iterable value should throw TypeError, rather than treating it as an iterator with no values.
yield*
TypeError
Fixes #202. See also: babel/babel#1648, babel/babel#15172
yield*
an non-iterable value should throwTypeError
, rather than treating it as an iterator with no values.Fixes #202. See also: babel/babel#1648, babel/babel#15172