atom / symbols-view

Jump to symbols in Atom
MIT License
165 stars 115 forks source link

Added support for es7 decorator #220

Open guiguan opened 7 years ago

guiguan commented 7 years ago

Added support for es7 decorator. For example:

@action
@autobind
myFunc() {
}
50Wliu commented 7 years ago

This will need to wait until decorators are officially incorporated in the spec (i.e., stage 4).