casser / intellij-es67

Other
56 stars 4 forks source link

decorators support #5

Open olanod opened 9 years ago

olanod commented 9 years ago

It seems decorators is the way to go and not atScript annotations so it would be nice to support them

Sy1v4in commented 9 years ago

+1

Wildhoney commented 9 years ago

+1

Need support for the following syntax in WS:

@decorate(Authentication)
export default class extends React.Component {
// ...