AvraamMavridis / javascript-decorators

55 stars 4 forks source link

Remove legacy requirement #328

Open roydukkey opened 6 years ago

roydukkey commented 6 years ago

Are there any plans to support the updates specs?

For example, my limited testing shows that @abstract throws the following error.

Uncaught TypeError: Super expression must either be null or a function