typescript-go
typescript-go copied to clipboard
Implement es2018->es2017 transform (for await & object rest/spread)
Support --target es2017 by transforming async iteration statements (for await). Note that the other necessary transform (object rest/spread) is done.
Start at newforawaitTransformer.