-
-
Notifications
You must be signed in to change notification settings - Fork 442
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
☂️ Transpiler / Transformer #974
Comments
I'm going to start with |
@Boshen Is there any reason why some of these parts aren't checked while having an implementation in the transformer? If it is simply outdated let me know to take over it and keep it in sync with our progress. |
Closing in favor of the redo in #2859 |
Contribution Instructions
The implementation is in
crates/oxc_transformer
.To get started, take a look at the previous implementations.
The integrations tests are located in
tasks/transform_conformance/src/lib.rs
,Run it with
just watch 'run -p oxc_transform_conformance'
or with a filterjust watch "run -p oxc_transform_conformance -- --filter type-arguments"
.Tasks
Third Party Plugins
Feature list
Legend:
@babel/preset-react
@babel/preset-typescript
@babel/preset-env
ES2024
ES2023
Does not have any features.
ES2022
ES2021
ES2020
ES2019
ES2018
ES2017
ES2016
ES2015
The text was updated successfully, but these errors were encountered: