Browse Source

Add generic DUK_USE_ES6 config option

pull/1043/head
Sami Vaarala 8 years ago
parent
commit
ad78c8b086
  1. 8
      config/config-options/DUK_USE_ES6.yaml
  2. 1
      config/examples/low_memory.yaml

8
config/config-options/DUK_USE_ES6.yaml

@ -0,0 +1,8 @@
define: DUK_USE_ES6
introduced: 2.0.0
default: true
tags:
- ecmascript
- ecmascript6
description: >
Enable ES6 functionality not covered by other specific config options.

1
config/examples/low_memory.yaml

@ -93,3 +93,4 @@ DUK_USE_ES7_EXP_OPERATOR: false # pulls in pow()
DUK_USE_ENCODING_BUILTINS: false
DUK_USE_ES6_UNICODE_ESCAPE: false
DUK_USE_REFLECT_BUILTIN: false
DUK_USE_ES6: false

Loading…
Cancel
Save