-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Remove ES2018 transforms for ES2018 target #26315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Seems like there should be a test to ensure that ES2018 actually preserves these features. |
@rbuckton can you take a look at this PR? |
@DanielRosenwasser Yeah... but where should the test go? Can you point an existing test which can be a guide? |
cf1d419
to
42213a1
Compare
@saschanaz: You would likely need to move around some of the tests in |
3e18658
to
fda769d
Compare
I fixed the tests for async generator / for-await to correctly target |
Couldn't replace |
|
That's |
Oops! |
Ping @rbuckton for review again - this looks pretty done. |
84d6e06
to
c762346
Compare
Rebased with git file rename, now it should be easier to review commit-by-commit. |
Is this going to make it in 3.3? |
Fixes #20463