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 a2460e2 commit dc04211Copy full SHA for dc04211
README.md
@@ -112,7 +112,7 @@ Rsbuild will deduce that the ECMAScript syntax version that can be used with `ch
112
113
### ecmaVersion
114
115
-- **Type:** `3 | 5 | 6 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 'latest'`
+- **Type:** `3 | 5 | 6 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | 2025 | 'latest'`
116
- **Default:** `Automatically analyzed based on targets`
117
118
`ecmaVersion` represents the minimum ECMAScript syntax version that can be used in the build artifact.
0 commit comments