You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm opening this issue because I saw that there is no issue or PR about that proposal, and in our new stages process it probably wouldn't qualify for Stage 3.
There are only syntax tests for the decorators proposal, and no behavior tests: https://github.com/search?q=repo%3Atc39%2Ftest262+path%3Adecorator+path%3A%2F%5Etest%5C%2Flanguage%5C%2F%2F&type=code
Babel has been passing all test262 decorators tests for a while, but we still found a lot of bugs in our implementation:
addInitializer
runs initializer at the wrong time babel/babel#16188ctx.kind
is wrong babel/babel#16180protoInit
call injection timing babel/babel#16235I'm opening this issue because I saw that there is no issue or PR about that proposal, and in our new stages process it probably wouldn't qualify for Stage 3.
EDIT: Something else interesting to test:
addInitializer
after that the decorator is done microsoft/TypeScript#57300The text was updated successfully, but these errors were encountered: