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

[email protected] is unsupported for this version of jspm #6

Open
adriatic opened this issue Jan 30, 2017 · 2 comments
Open

[email protected] is unsupported for this version of jspm #6

adriatic opened this issue Jan 30, 2017 · 2 comments

Comments

@adriatic
Copy link
Member

Just tried to rebuild demo-kendo and observed this warning [email protected] is unsupported for this version of jspm.

Two questions:

  1. Why are we still using core-js? Rob announced a year ago that Aurelia does not depend on it any more.

  2. What is really the meaning of this error message? Is it the consequence of us locking jspm to a specific version - which in turn does not support [email protected]?

@JeroenVinke
Copy link
Member

JeroenVinke commented Jan 30, 2017

Why are we still using core-js? Rob announced a year ago that Aurelia does not depend on it any more.

Its been so long since I thought about it, but it's because we use in-browser transpilation (we transpile samples written in ES6/ES7 at runtime), and babel-runtime needs more of core-js that is not in aurelia-polyfills.

What is really the meaning of this error message? Is it the consequence of us locking jspm to a specific version - which in turn does not support [email protected]?

Yes, although it works pretty well for not being supported

@adriatic
Copy link
Member Author

Thanks - makes sense and then I am happy 😄

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

2 participants