Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants