-
Notifications
You must be signed in to change notification settings - Fork 235
Add support for decorators #187
base: master
Are you sure you want to change the base?
Conversation
Looks awesome @50Wliu |
Conflicts: spec/javascript-spec.coffee
👍 |
# Conflicts: # grammars/javascript.cson
Updated for the ES2016 syntax based on examples and terminology from https://medium.com/google-developers/exploring-es7-decorators-76ecb65fb841#.blq52cu0r. |
Marking as blocked until the proposal is standardized. |
the proposal is standardized now |
Thanks @icecream17, I'll see if there's any updates I need to handle from the standardized proposal and also try to resolve the merge conflicts if they're not too nasty. |
@icecream17 where are you seeing that the proposal is standardized? It still appears to be in Stage 2, from what I can find: https://github.com/tc39/proposals/blob/2c2ad83616b845af6c8000e367140932dd4f1c88/README.md#stage-2 |
Oh what - I thought it was 2017. Hmm, must've got confused. Oops. Sorry about that. Yeah you're right, still not standardized yet. |
Closes #163
/cc @mehcode