addyosmani / generator-es6

An ES6.now project generator for Yeoman.
MIT License
14 stars 1 forks source link

Review ES6 tooling options #1

Closed addyosmani closed 10 years ago

addyosmani commented 10 years ago

From https://github.com/addyosmani/es6-tools.

We use ES6 module transpiler by default.

Currently thinking of using https://github.com/thomasboyt/grunt-microlib

with a Gruntfile like https://github.com/jakearchibald/ES6-Promises/blob/c3336087fffc52e66cf5398e5b56b23a291080fc/Gruntfile.js.

addyosmani commented 10 years ago

Potential default experience:

sindresorhus commented 10 years ago

Why only modules? Since this generator is called generator-es6 shouldn't it support the rest of the ES6 features, with eg Traceur.

addyosmani commented 10 years ago

GH was down last night but my local version supports ES6 transpiler too. I was considering using it vs. Traceur for now but interested in your opinion.

I want to create something which can practically be used for small production apps. On 9 Jan 2014 02:26, "Sindre Sorhus" notifications@github.com wrote:

Why only modules? Since this generator is called generator-es6 shouldn't it support the rest of the ES6 features, with eg Traceur.

— Reply to this email directly or view it on GitHubhttps://github.com/addyosmani/generator-es6/issues/1#issuecomment-31897379 .

addyosmani commented 10 years ago

Experimental support for using ES6 module transpiler + Traceur at the same time landed. Need to clean up the setup so that the output of both actually get concat/combined into something sane, but it's working.