Traceur provides
offline compilation of ES6 code to ES5 code for testing ES6 feature.In the
previous post we learnt
installing Traceur and installing
traceur-runtime.js file using Bower.In this
Demo, “
We will learn to use traceur command to compile ES6 code to ES5 for ES6 Arrow operator”.For this demo we have created 2 directories
es6dev and
build. We have also created
demo.html file for demonstrating ES6 feature.The
es6dev directory will have ES6 code and
build directory will have compiled...
Published on February 20, 2015 08:16