flowdock / hubot-flowdock

Flowdock adapter for Hubot chat bot
94 stars 60 forks source link

Migration to JavaScript / ES2015 #101

Open superbob opened 7 years ago

superbob commented 7 years ago

Since https://github.com/hubotio/hubot/pull/1347 was merged do you plan on moving to JavaScript / ES2015 also ?

CoffeeScript will still be supported, but considered as legacy in future:

Make sure that Hubot scripts can still be written in CoffeeScript. We want to break as few existing scripts as possible and many of them are written in CoffeeScript. We treat it as legacy support and will drop support for scripts written in CoffeeScript in future. https://github.com/hubotio/hubot/pull/1347

http://decaffeinate-project.org/repl/ can come in handy for an easier migration.

If you are open to pull requests I can contribute.