Category: NodeJS

Use ES6 today with jspm

ECMAScript 6 officially approved on June 17th, 2015 .Here is a compatibility table of ES6.As you can see,most browsers’ support is on the way.Most likely, we can use ES6 with morden browsers native support in 2016. There is a way to use ES6 today. jspm is a package manager for the SystemJS universal module loader, […]