seen
seen copied to clipboard
Typescript re-write
Do you have any plans to port all the coffee script to es2015.
No plans, currently. It would probably be a bit of effort and I'd have to re-write the build tools. What are the key advantages to doing so?
Think, it would be much palatable for the developers. Its anyways the future & think it will help to provide the examples in es6.
I would go one step further and suggest moving to Typescript. You get static typing as well as choice of targets, including ES2015.
In any case, nice project. Will be using it for quick visualisations of data.
At this point the best contender is typescript, though I cannot give concrete dates on availability.
For anyone considering decaffeinating this project, I can warmly recommend using the awesome bulk-decaffeinate
. See this write-up on using it to migrate from CoffeScript to TypeScript
or did everyone move to another lib?