Skip to content

Commit 71824e7

Browse files
committed
Merge pull request ericdouglas#25 from lvarayut/master
Add SystemJs and jspm-cli / Update the ES6 In Depth Articles link to the whole categories
2 parents 94d976d + f65113f commit 71824e7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L
5050
1. [Hanging up on Callbacks: Generators in ECMAScript 6](http://blog.carbonfive.com/2013/12/01/hanging-up-on-callbacks-generators-in-ecmascript-6/)
5151
1. [ECMASCRIPT 6 – STRING.PROTOTYPE.REPEAT()](http://cwestblog.com/2014/02/27/ecmascript-6-string-prototype-repeat/)
5252
1. [ECMAScript 6 Classes](http://www.9bitstudios.com/2014/04/ecmascript-6-classes/)
53-
1. [A collaborative website about the ECMAScript 6](http://es6rocks.com/)
53+
1. [A collaborative website about the ECMAScript 6](http://es6rocks.com/)
5454
1. [Destructuring and Recursion in ES-6](http://raganwald.com/2015/02/02/destructuring.html)
5555
1. [Tail Calls, Default Arguments, and Excessive Recycling in ES-6](http://raganwald.com/2015/02/07/tail-calls-defult-arguments-recycling.html)
5656
1. [Lazy Iterables in JavaScript](http://raganwald.com/2015/02/17/lazy-iteratables-in-javascript.html)
57-
1. [ES6 In Depth: An Introduction](https://hacks.mozilla.org/2015/04/es6-in-depth-an-introduction/)
57+
1. [ES6 In Depth Articles](https://hacks.mozilla.org/category/es6-in-depth/)
5858
1. [How to Use ES6 for Isomorphic JavaScript Apps](https://medium.com/javascript-scene/how-to-use-es6-for-isomorphic-javascript-apps-2a9c3abe5ea2)
5959
1. [ES6 Generators: How do they work?](http://x-team.com/2015/04/generators-work)
60-
1. [ECMASCript 2015 series on @medium](https://medium.com/ecmascript-2015)
60+
1. [ECMASCript 2015 series on @medium](https://medium.com/ecmascript-2015)
6161

6262
## Books
6363

@@ -149,6 +149,8 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L
149149
1. [shepherd-js](https://github.com/xcambar/shepherd-js) - ES:Harmony compliant module loader and module maker that fits nicely with each and every JS file you can have to work with.
150150
1. [require-hm](https://github.com/addyosmani/require-hm) - RequireJS loader plugin that supports ES6 Modules.
151151
1. [es6-module-loader](https://github.com/ModuleLoader/es6-module-loader/) - An ES6 Module Loader polyfill based on the latest spec.
152+
1. [SystemJS](https://github.com/systemjs/systemjs) - Universal dynamic module loader - loads ES6 modules, AMD, CommonJS and global scripts in the browser and NodeJS. Works with both Traceur and Babel, built on top of the dynamic [ES6 module loader polyfill](https://github.com/ModuleLoader/es6-module-loader/).
153+
1. [jspm-cli](http://jspm.io/) - jspm is a package manager for the [SystemJS universal module loader](https://github.com/systemjs/systemjs), built on top of the dynamic [ES6 module loader polyfill](https://github.com/ModuleLoader/es6-module-loader/).
152154

153155
## More Useful Links
154156

0 commit comments

Comments
 (0)