We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c45c0 commit 3241d88Copy full SHA for 3241d88
src/docs/guide/usage/transformer/lowering.md
@@ -92,6 +92,11 @@ Oxc supports lowering the syntaxes below. Note that RegExp related transformatio
92
93
Oxc transformer emits warnings for the syntaxes below if the target runtime does not support them.
94
95
+### ES2022
96
+
97
+- Top level await (`await foo()`)
98
+- Arbitrary module namespace identifiers (`import * as "f o o" from "bar"`)
99
100
### ES2020
101
102
- BigInt (`1n`)
0 commit comments