ECMAScript compatibility
This page describes the compatibility of Jscrambler's Code Integrity with ECMAScript versions (i.e., editions of the JavaScript standard). Different versions of Jscrambler support different versions of ECMAScript, so make sure to read the documentation for the version you are using.
Jscrambler Code Integrity fully supports ECMAScript up to ECMAscript 2017 (ES8) and parts of ECMAScript 2018 (ES9). New APIs are generally supported automatically without the need for any updates to Code Integrity, but new syntax features may require updates to be supported.
Support for ECMAScript 2015 (ES6)
Code Integrity supports all of ECMAScript 2015.
Support for ECMAScript 2016 (ES7)
Code Integrity supports all of ECMAScript 2016.
Support for ECMAScript 2017 (ES8)
Code Integrity supports all of ECMAScript 2017.
Support for ECMAScript 2018 (ES9)
Code Integrity supports only some parts of ECMAScript 2018.
Support for ECMAScript 2019 (ES10)
Code Integrity supports only some parts of ECMAScript 2019.
Support for ECMAScript 2020 (ES11)
Code Integrity supports only some parts of ECMAScript 2020.
Notes
The limitations mentioned in this page are only temporary.