Hacker News new | ask | show | jobs
by chengas123 3995 days ago
When will browsers start to implement these features? I'm looking forward to being able to use modules in Chrome.
1 comments

The other features? Already being done: https://kangax.github.io/compat-table/es6/

Modules? That may be a while, and isn't a big concern since until HTTP2 is in wide effect (which may be really soon anyways) it makes more sense to just package the files in to one file (which you can do right now) using Browersify, JSPM, Webpack, or what have you than having the client request a whole bunch of javascript files at once.