Turn on ECMAScript 2021 (ES12) mode for a script
Use the latest JavaScript features supported with ECMAScript 2021 (ES12) mode in server-side scripts in applications that use ES5 Standards mode or Compatibility mode.
Before you begin
Role required: delegated developer role or admin
About this task
Turning on ECMAScript 2021 (ES12) mode for individual scripts is an option for scripts in global or scoped applications configured to use ES5 Standards mode or Compatibility mode. All scripts in applications with the JavaScript mode set to ECMAScript 2021 (ES12) use ECMAScript 2021 (ES12). Switching the JavaScript mode to ECMAScript 2021 (ES12) for an existing script might change the behavior of the script. For more information, see Considerations for switching JavaScript modes.
Note:
Global applications can use ECMAScript 2021 (ES12) mode for individual scripts but not across the application.