oxc/tasks/transform_conformance/babel_exec.snap.md
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

18 lines
409 B
Markdown

commit: 4bd1b2c2
Passed: 8/14
# All Passed:
* babel-plugin-transform-arrow-functions
# babel-preset-env (7/11)
* plugins-integration/class-arrow-super-tagged-expr/exec.js
* plugins-integration/issue-15170/exec.js
* sanity/check-es2015-constants/exec.js
* sanity/regex-dot-all/exec.js
# babel-plugin-transform-react-jsx-source (0/2)
* react-source/basic-sample/exec.js
* react-source/with-source/exec.js