Javascript的模块管理 CMD AMD ES7等
2017-08-28
阅读 2 分钟
2.1kJavaScript 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.