systemjs:AMD、CJS和ES6 规范的模块加载器
Universal dynamic module loaderSystemJS 0.21.3
guybedford released this
Fixes a Rollup build bug resulting in rewriting of indirect eval.
SystemJS 0.21.2
guybedford released this
SystemJS 0.21.1
guybedford released this
Updates SystemJS production loader to support System.config({ wasm: true })
with WebAssembly.compileStreaming
.
SystemJS 0.21.1
guybedford released this
Updates SystemJS production loader to support System.config({ wasm: true })
with WebAssembly.compileStreaming
.
SystemJS 0.21.0
guybedford released this
This release represents a new build of the 6KB SystemJS production loader with the following changes:
- Support for loading modules as AMD falling back to global detection (#1778)
- AMD modules are treated as having the shape
{ default: module }
through System.import instead of returning the default directly (this will ensure dynamic import workflows work out correctly) (#1786)
Now that Rollup supports the system
module format and code splitting, this will allow easy production workflows against chunking and CDN externals.
Watchers:273 |
Star:9453 |
Fork:816 |
创建时间: 2013-05-15 04:45:48 |
最后Commits: 12天前 |
许可协议:MIT |
分类:加载器 / JavaScript开发 |
收录时间:2016-06-19 17:16:37 |
SystemJS 0.21.4
Assets
Upgrades to ES Module Loader 2.3.0: