Skip to content

Commit 3b726fa

Browse files
committed
Dist README ES6 -> ES2015 rename
1 parent 5020200 commit 3b726fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dist-files/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ intended to be easily embeddable into C programs, with a C API similar in
77
spirit to Lua's.
88

99
Duktape supports the full E5/E5.1 feature set (with some semantics updated
10-
from ES6+) including errors, Unicode strings, and regular expressions,
10+
from ES2015+) including errors, Unicode strings, and regular expressions,
1111
a subset of Ecmascript 2015 (E6) and Ecmascript 2016 (E7) features (e.g.
1212
computed property names, Proxy objects, exponentiation operator, Reflect),
13-
Khronos/ES6 ArrayBuffer/TypedView, Node.js Buffer, and WHATWG Encoding API
13+
ES2015 ArrayBuffer/TypedView, Node.js Buffer, and WHATWG Encoding API
1414
living standard.
1515

1616
Duktape also provides a number of custom features such as error tracebacks,
@@ -54,8 +54,8 @@ To integrate Duktape into your program:
5454
for build::
5555

5656
# Duktape options can be customized via command line options.
57-
# In this example, enable "fastint" support and disable ES6 Proxy
58-
# support
57+
# In this example, enable "fastint" support and disable ES2015
58+
# Proxy support
5959

6060
$ python2 tools/configure.py --output-directory duktape-src \
6161
-DDUK_USE_FASTINT -UDUK_USE_ES6_PROXY

0 commit comments

Comments
 (0)