-
Notifications
You must be signed in to change notification settings - Fork 83
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
Move codebase to ES6 with support for System.import'ing routes #153
Comments
Sounds very interesting! Are you going to use a polyfill? |
Yeah. System.import is also included in webpack@2. I think might be worthwhile to split the build into polymer and non-polymer builds. |
I'm all for this. HTML import seem like it's dead since Chrome is the only browser that supports it natively. I'd be happy seeing this converted to It's been a while since I've looked at the custom element spec. It might be worthwhile to get it up to custom elements 1.0 with ES6 classes and whatever else changed. The fewer polyfills needed in the end, the better! |
Does anyone have an update on an ES6 version? |
@derekshull no update yet but it shouldn't take that long to migrate. |
No description provided.
The text was updated successfully, but these errors were encountered: