mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
80 lines
1.3 KiB
Markdown
80 lines
1.3 KiB
Markdown
# Transformer
|
|
|
|
## Target
|
|
|
|
From [@babel/preset-env](https://babel.dev/docs/babel-preset-env).
|
|
|
|
### ES2024
|
|
|
|
- [ ] unicode-sets-regex
|
|
|
|
### ES2023
|
|
|
|
Does not have any features.
|
|
|
|
### ES2022
|
|
|
|
- [ ] class-properties
|
|
- [ ] class-static-block
|
|
- [ ] private-methods
|
|
- [ ] private-property-in-object
|
|
- [x] syntax-top-level-await [Syntax]
|
|
|
|
### ES2021
|
|
|
|
- [ ] logical-assignment-operators
|
|
- [x] numeric-separator [Syntax]
|
|
|
|
### ES2020
|
|
|
|
- [ ] dynamic-import
|
|
- [ ] export-namespace-from
|
|
- [ ] nullish-coalescing-operator
|
|
- [ ] optional-chaining
|
|
- [x] syntax-bigint [Syntax]
|
|
- [x] syntax-dynamic-import [Syntax]
|
|
- [x] syntax-import-meta [Syntax]
|
|
|
|
### ES2019
|
|
|
|
- [x] optional-catch-binding
|
|
- [ ] json-strings [Codegen]
|
|
|
|
### ES2018
|
|
|
|
- [ ] async-generator-functions
|
|
- [ ] object-rest-spread
|
|
- [ ] unicode-property-regex
|
|
- [ ] dotall-regex
|
|
- [ ] named-capturing-groups-regex
|
|
|
|
### ES2017
|
|
|
|
- [ ] async-to-generator
|
|
|
|
### ES2016
|
|
|
|
- [ ] exponentiation-operator
|
|
|
|
### ES2015
|
|
|
|
- [ ] arrow-functions
|
|
- [ ] block-scoping
|
|
- [ ] classes
|
|
- [ ] computed-properties
|
|
- [ ] destructuring
|
|
- [ ] duplicate-keys
|
|
- [ ] for-of
|
|
- [ ] function-name
|
|
- [ ] instanceof
|
|
- [ ] literals
|
|
- [ ] new-target
|
|
- [ ] object-super
|
|
- [ ] parameters
|
|
- [ ] shorthand-properties
|
|
- [ ] spread
|
|
- [ ] sticky-regex
|
|
- [ ] template-literals
|
|
- [ ] typeof-symbol
|
|
- [ ] unicode-escapes
|
|
- [ ] unicode-regex
|