mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
790 B
23 lines
790 B
<a name="es6features"></a>
|
|
<a name="es6-regexp-syntax"></a>
|
|
<a name="es6-const"></a>
|
|
<a name="es6-computed-property-names"></a>
|
|
<a name="es6-number-literals"></a>
|
|
<a name="es6-unicode-escape"></a>
|
|
<a name="es6-proto"></a>
|
|
<a name="es6-reflect"></a>
|
|
<a name="es6-proxy"></a>
|
|
<a name="es6-typedarray"></a>
|
|
<a name="es6-enum-order"></a>
|
|
<a name="es7features"></a>
|
|
<a name="es7-exp-operator"></a>
|
|
|
|
<h1 id="postes5features">Post-ES5 features</h1>
|
|
|
|
<p>Duktape implements features from ES2015 (ES6), ES2016 (ES7), and later
|
|
specification drafts. See Wiki article
|
|
<a href="http://wiki.duktape.org/PostEs5Features.html">Post-ES5 features</a>
|
|
for current status.</p>
|
|
|
|
<p>Duktape status is also updated for new releases in
|
|
<a href="https://kangax.github.io/compat-table">kangax/compat-table</a>.</p>
|
|
|