generator-angulpify icon indicating copy to clipboard operation
generator-angulpify copied to clipboard

ES6 support

Open xgrommx opened this issue 11 years ago • 9 comments

Do you planned add ES6 feature? For example you can use this plugin https://github.com/sindresorhus/gulp-traceur or this https://github.com/thlorenz/es6ify

xgrommx avatar Aug 02 '14 08:08 xgrommx

I didn't plan to add ES6 feature but I can consider it! :) I'm working on the integration of CoffeeScript right now, so this will be the next step. PR are welcome of course. ;)

jgoux avatar Aug 02 '14 09:08 jgoux

Hmm.. If you working on the integration of CoffeeScript you can also integrate Typescript) Typescript is more readable as for me and generate normal js unlike CoffeeScript.

xgrommx avatar Aug 02 '14 17:08 xgrommx

I'll consider it as well. I don't like CoffeeScript weirdness too.

jgoux avatar Aug 02 '14 17:08 jgoux

@xgrommx Could you look at https://github.com/jgoux/generator-angulpify/tree/master/generators/app/templates/src/modules/javascript and help me to convert these files into TypeScript ? I'll do it this week but I don't know the language yet.

jgoux avatar Aug 03 '14 21:08 jgoux

@jgoux sure, I'll do when I'll have free time.

xgrommx avatar Aug 04 '14 09:08 xgrommx

Hello, there is a missing closing parenthesis in the lint task for TypeScript. I would help to convert the JavaScript files in this language but I don't know either how to use it.

LEI avatar Nov 23 '14 18:11 LEI

Hey @LEI , I'm rewritting all the generator so I won't be against some help on the typescript part. I'll up the files soon. :)

jgoux avatar Nov 23 '14 18:11 jgoux

Hey @jgoux, you might also want to check out 6to5 (http://6to5.github.io/) and 6to5-browserify (https://github.com/6to5/6to5-browserify). I'm a contributor to 6to5, and if you have any questions I'm happy to answer them. You can either ping me personally or join us in our gitter room.

jamiebuilds avatar Dec 07 '14 06:12 jamiebuilds

Hello @thejameskyle , thanks for the suggestion. I'll definitly add support for es6, and 6to5 seems better than traceur, so I won't hesitate if I have question about it. Thanks !

jgoux avatar Dec 07 '14 17:12 jgoux