ember-animation / ember-animated

Core animation primitives for Ember.
https://ember-animation.github.io/ember-animated/
MIT License
244 stars 90 forks source link

Add parentheses for decorators to prevent TS1497 error. #703

Closed SergeAstapov closed 2 months ago

SergeAstapov commented 3 months ago

This is pending prettier fix https://github.com/prettier/prettier/issues/16429 as lint currently fails

ef4 commented 3 months ago

Ugh, typescript is changing this for legacy decorators?

I could understand that switching to stage3 decorators would require strictness changes, but it would be a bummer if they're also destabilizing legacy decorators.

SergeAstapov commented 2 months ago

yeah, unfortunately it's the case for some legacy decorators too