ef4 / decorator-transforms

Better babel transforms for decorators
8 stars 5 forks source link

Fix static fields and static methods #8

Closed ef4 closed 9 months ago

ef4 commented 9 months ago

Decorating a static field or static method didn't work correctly before.

(The diff in the field tests is ugly because several existing tests were at the wrong indentation level.)