OVMS3/OVMS.V3/components/duktape/config/config-options/DUK_USE_ES6_UNICODE_ESCAPE.yaml

9 lines
198 B
YAML

define: DUK_USE_ES6_UNICODE_ESCAPE
introduced: 2.0.0
default: true
tags:
- ecmascript2015
description: >
Enable support for ES6 Unicode escape syntax ("\u{12345}") in source code
and RegExps.