Skip to content

Commit 9bd620e

Browse files
committed
README updates for ES6/ES7 features
1 parent 178cecb commit 9bd620e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ to call Ecmascript functions from C code and vice versa.
1616
Main features:
1717

1818
* Embeddable, portable, compact
19-
* Ecmascript E5/E5.1 compliant
19+
* Ecmascript E5/E5.1 compliant, some features implemented from
20+
Ecmascript 2015 (E6) and Ecmascript 2016 (E7)
2021
* Khronos/ES6 TypedArray and Node.js Buffer bindings
2122
* Built-in debugger
2223
* Built-in regular expression engine

dist-files/README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +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 including errors, Unicode
10-
strings, and regular expressions, a subset of E6 features (e.g. computed
11-
property names and Proxy objects), Khronos/ES6 ArrayBuffer/TypedView, and
12-
Node.js Buffer bindings.
10+
strings, and regular expressions, a subset of Ecmascript 2015 (E6) and
11+
Ecmascript 2016 (E7) features (e.g. computed property names, Proxy objects,
12+
exponentiation operator), Khronos/ES6 ArrayBuffer/TypedView, and Node.js
13+
Buffer bindings.
1314

1415
Duktape also provides a number of custom features such as error tracebacks,
1516
additional data types for better C integration, combined reference counting

0 commit comments

Comments
 (0)