standard-things / esm

Tomorrow's ECMAScript modules today!
Other
5.27k stars 147 forks source link

3.2.19: TypeError: n.next is not a function #760

Closed deepsweet closed 5 years ago

deepsweet commented 5 years ago
TypeError: n.next is not a function
    Object.<anonymous> (test/Marionette.ts:1)
    Generator.next (<anonymous>)
    Object.replacementCompile (node_modules/append-transform/index.js:58:13)
    Object._compile (node_modules/pirates/lib/index.js:99:24)

Fine with 3.2.18

Project to reproduce:

yarn
yarn upgrade
yarn start test
deepsweet commented 5 years ago

(some tests are still failing even with 3.2.18, but it's related to other ESM 3.2 issues that I have. with 3.2.19 it fails at the very beginning, you can make any test .only to reproduce it faster)

jdalton commented 5 years ago

Ah yep, that's a typo on my part.

Update:

esm v3.2.20 is released 🎉