0.3.1 • Published 11 years ago
node-es6 v0.3.1
node-es6
A node --harmony executable with traceur compilation using
.traceurrcvia the rc module- traceur-source-maps for source-mapped stack traces
#Install
$ npm install -g node-es6#Run
// index.js
let helloWorld = 'hello world'
console.log(hello)$ node-es6 index.js
hello world