oxc/tasks/transform_conformance/src
Dunqing 816a782254
feat(transformer): support targets option of preset-env (#3371)
The implementation of the `targets` options was copied from
[swc](https://github.com/swc-project/swc/tree/main/crates/preset_env_base),
which resulted in some added dependencies in transformer.
Currently, it has supported enabling plugins by `targets`
2024-05-27 10:33:40 +08:00
..
constants.rs feat(transformer): support targets option of preset-env (#3371) 2024-05-27 10:33:40 +08:00
lib.rs feat(transformer_conformance): skip some tests that are known to fail (#3293) 2024-05-15 22:06:00 +08:00
main.rs refactor(transformer/typescript): reimplementation of Enum conversion based on Babel (#3102) 2024-04-29 16:26:22 +08:00
test_case.rs feat(transformer): support targets option of preset-env (#3371) 2024-05-27 10:33:40 +08:00