Caniuse: Add ES6 modules

Created on 31 Aug 2015  路  13Comments  路  Source: Fyrd/caniuse

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.

Support data suggestion

All 13 comments

Modules are "medium" on our (Edge鈥檚) 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

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
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export

For the specs:

  • 6 (http://www.ecma-international.org/ecma-262/6.0/#sec-modules)
  • next (https://tc39.github.io/ecma262/#sec-modules)

Now available at http://caniuse.com/#feat=es6-module

Was this page helpful?
0 / 5 - 0 ratings