Skip to content

Commit

Permalink
[INTERNAL] docs/pages/ESSupport.md: Reflect es2023 support
Browse files Browse the repository at this point in the history
Add note about ES2023 support with
https://github.com/SAP/ui5-cli/releases/tag/v3.11.0.

Cherry-pick of bb5a268

JIRA: CPOUI5FOUNDATION-852
  • Loading branch information
flovogt committed Jul 9, 2024
1 parent 5ed6381 commit e4e820f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/ESSupport.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

# ECMAScript Support

UI5 Tooling offers general support for `ES2022` ECMAScript features. While a `ui5 build` is executed, UI5 Tooling analyses a project's code. Depending on the project type, you have to consider some restrictions regarding the usage of certain ECMAScript syntax.
UI5 Tooling offers general support for `ES2023` ECMAScript features. While a `ui5 build` is executed, UI5 Tooling analyses a project's code. Depending on the project type, you have to consider some restrictions regarding the usage of certain ECMAScript syntax.

| UI5 Tooling Version | Supported ECMAScript Version | Note |
|-------------------- |----------------------------- | ---- |
| v3.11+ | ECMAScript 2023 | |
| v3.0+ | ECMAScript 2022 | |
| v2.0+ | ECMAScript 2009/ES5 | Note that code up to ECMAScript 2020 can be parsed, however required code analysis might not work correctly for specific language features |

Expand Down

0 comments on commit e4e820f

Please sign in to comment.