Settings

Theme

Ask HN: What is the current status of ES6 modules and loader in browsers?

1 points by scriptle 11 years ago · 1 comment


WorldMaker 11 years ago

status.modern.ie lists it as "Under Consideration" still for all browsers: http://dev.modern.ie/platform/status/moduleses6/?filter=f3e0...

SystemJS is a polyfill (and extender post-polyfill) that is great with support for plugins, transpiling ES6, and format detection for CommonJS, AMD, and even "Global" modules: https://github.com/systemjs/systemjs

Also recommended, is JSPM (http://jspm.io) which is a package manager that utilizes the features of SystemJS and configures SystemJS to load NPM packages (akin to Browserify/Webpack) and Github repositories (somewhat similar to Bower).

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection