atom / atom-keymap

Atom's selector-based keymap system
MIT License
105 stars 57 forks source link

Rewrite coffee to JS #162

Open Rokt33r opened 7 years ago

Rokt33r commented 7 years ago

Is there any plan to rewrite this as a JS? If there is, I want to help you. 😀

nathansobo commented 7 years ago

@Rokt33r I would be happy to accept your help on this. I need to add 1 API which should happen by the end of this week, and then don't plan to make many changes here, so it would be a pretty good time to do it.

My suggestions:

Rokt33r commented 7 years ago

Great. I'll start the work from this weekend. 👍

iolsen commented 7 years ago

@Rokt33r if you do get started on this soon, please base your work on the io-modifier-keyups branch behind #156 so we can avoid merge hell.

It should get merged to master the week after next, so if you get started after that feel free to branch from master.

Thanks!

YurySolovyov commented 7 years ago

Is that something we still want to do?

nathansobo commented 7 years ago

@YurySolovyov Yeah, we're still interested. Eventually I'd like to convert everything.

SConaway commented 6 years ago

Again, is this something still wanted? And, just out of curiosity, why?

50Wliu commented 6 years ago

@SConaway yes, this is still wanted. CoffeeScript lost much of its appeal after ES6, and there are many more tools targeting JavaScript than CoffeeScript.