Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
deepsweet opened this issue Mar 21, 2019 · 2 comments
Closed

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

deepsweet opened this issue Mar 21, 2019 · 2 comments

Comments

@deepsweet
Copy link

deepsweet commented Mar 21, 2019

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
Copy link
Author

(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 jdalton added the bug label Mar 21, 2019
@jdalton
Copy link
Member

jdalton commented Mar 21, 2019

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

Update:

esm v3.2.20 is released 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants