|
|
|
|
|
by backspaces
4345 days ago
|
|
Why aren't you discussing the es6 loader which is available now? https://github.com/ModuleLoader/es6-module-loader It can deal with both AMD and CommonJS modules, as well as es6 import/export. It does not need traceur and will work with today's JS. And is built upon the standards based System.js which basically provide loader hooks for node, JS, and even Web Components if they so desire. It is sure nice to get rid of the forrest of <script> tags and not be concerned about order of dependencies. |
|