-
This is sort of a long term maybe-nice-to-have goal for the JS implementation of RiveScript: rewrite the source code in EcmaScript 2015 (ES6).
There's [this gist about migrating from CoffeeScript to …
-
Due to old esprima dependency in [ast-transform](https://github.com/hughsk/ast-transform) `browserify-optional` is unable to process ES6 tokens, like arrow functions etc.
@devongovett will PR be we…
-
Hello David,
Thank you for the great work, it's really inspiring and I hope the project will keep growing.
I was wondering if you plan to move the codebase to ES2015?
That would have the advantages …
-
Hi,
I'm currently trying to build a simple app with Dojo 2 and used the `dojo-cli` to create a project. I noticed in the generated `tsconfig.json` that the target is set to `es5`. With this setting…
-
👋 Hey!
I feel like the project isn't only about ES2015 anymore but ES features in general. Does it make sense to rename [_"Node.js ES2015 Support"_](http://node.green/#ES2015) and [_"Node.js ES2015…
-
I think the copy and paste for the es2015 in the tsconfig sample code needs to be in caps as it shows promise as an error without it.
-
Hello there, a little question.
Since version 1.11 CoffeeScript supports ES2015 import and export syntax by producing an import or export statement in the resulting output. We have to add a layer o…
-
Hey first of all, thanks for putting order into the chaos which is the current state of typescript-treeshaking!
I only have one question.
So the reason the Babili build is only transpiling to ES20…
-
Quick question. Now that the es2015 preset gives you the ability to turn ES6 module conversion off is this preset still needed for roll up to work?
-
Hey, I've been looking into graphitti and saw that you use classes to define relationships in the JS Client.
I'm currently using https://github.com/ghidoz/angular2-jsonapi with the "jsonapi suite" a…