Merge pull request #3157 from tangjm/patch-2
This commit is contained in:
commit
f5685ee002
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ To name some (for historical reasons):
|
|||
- [CommonJS](http://wiki.commonjs.org/wiki/Modules/1.1) -- the module system created for Node.js server.
|
||||
- [UMD](https://github.com/umdjs/umd) -- one more module system, suggested as a universal one, compatible with AMD and CommonJS.
|
||||
|
||||
Now all these slowly become a part of history, but we still can find them in old scripts.
|
||||
Now these all slowly became a part of history, but we still can find them in old scripts.
|
||||
|
||||
The language-level module system appeared in the standard in 2015, gradually evolved since then, and is now supported by all major browsers and in Node.js. So we'll study the modern JavaScript modules from now on.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue