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

[!] (buble plugin) TypeError: Cannot read property 'line' of undefined #37

Closed
leeoniya opened this issue Nov 8, 2017 · 4 comments
Closed

Comments

@leeoniya
Copy link

leeoniya commented Nov 8, 2017

this is a regression with bundling CodeMirror from v0.16.0 -> v0.17.0

rollup-foo

@adrianheine
Copy link
Member

adrianheine commented Nov 12, 2017

That's caused by acornjs/acorn#621 afaik. Edit: Or rather, it is caused by bublé thinking that id is not nullable, which it is, see also estree/estree#98. I'll look into that.

@adrianheine
Copy link
Member

Note that CodeMirror currently specifies 0.15.0 as dependency. How did you end up running this version of bublé?

@leeoniya
Copy link
Author

i have a custom fork of CM and sometimes i get adventureous and npm update :)

@Rich-Harris
Copy link
Collaborator

fixed in 0.18, thanks

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

No branches or pull requests

3 participants