Javascript的模块管理 CMD AMD ES7等

2017-08-28
阅读 2 分钟
2k
JavaScript has no module system. To compose JavaScript scripts, they must be either managed in HTML, concatenated, injected, or manually fetched and evaluated. There is no native facility for scope isolation or dependency management.