mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
8 years ago
5 changed files with 28 additions and 1 deletions
@ -0,0 +1,7 @@ |
|||
define: DUK_USE_ES7 |
|||
introduced: 2.0.0 |
|||
default: true |
|||
tags: |
|||
- ecmascript2016 |
|||
description: > |
|||
Enable ES7 functionality not covered by other specific config options. |
@ -0,0 +1,7 @@ |
|||
define: DUK_USE_ES8 |
|||
introduced: 2.0.0 |
|||
default: true |
|||
tags: |
|||
- ecmascript2017 |
|||
description: > |
|||
Enable ES8 functionality not covered by other specific config options. |
@ -0,0 +1,7 @@ |
|||
define: DUK_USE_ES9 |
|||
introduced: 2.0.0 |
|||
default: true |
|||
tags: |
|||
- ecmascript2018 |
|||
description: > |
|||
Enable ES9 functionality not covered by other specific config options. |
Loading…
Reference in new issue