-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add ES6 modules #1869
Comments
X-Ref: compat-table/compat-table#316 Seems like they haven't been fully shipped in any browser: |
Modules are "medium" on our (Edge’s) priority list. So, we've not started development, but development is likely some time in future. |
+1 I searched ES6 module syntax on caniuse and found nothing... |
+1 |
This is now underway for Edge: https://dev.windows.com/en-us/microsoft-edge/platform/status/moduleses6 I believe modules are already in V8, but hidden behind a flag until address resolution can be standardized. https://github.com/nodejs/node-v0.x-archive/wiki/ES6-%28a.k.a.-Harmony%29-Features-Implemented-in-V8-and-Available-in-Node |
+1 |
1 similar comment
+1 |
Edge has partial support behind a flag now: https://blogs.windows.com/msedgedev/2016/05/17/es6-modules-and-beyond/ |
o crap ie is ahead of the game |
since Edge has it it's worth adding |
+1 (+1 for Edge => mind blown) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import For the specs: |
Now available at http://caniuse.com/#feat=es6-module |
Please add ES6 modules. I am sure support is likely red across the board, but it would be handy to spell that out as a major missing feature is the browsers.
The text was updated successfully, but these errors were encountered: