typescript-go
typescript-go copied to clipboard
Implement esnext->es2022 transformer (ES decorators, `using` declarations)
Support --target es2022 by transforming ES decorators. Note that the other necessary transform (using declarations) is done.
Start at newESDecoratorTransformer.