You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sami Vaarala 882b6587f5 Buffer handling improvements in examples/extras 5 years ago
..
alloc-pool Makefile whitespace consistency in extras 7 years ago
cbor Allow 64-bit (ignored) tag in CBOR extra 6 years ago
console Whitelist .toJSON() for console Proxy wrapper 6 years ago
duk-v1-compat Makefile whitespace consistency in extras 7 years ago
logging Buffer handling improvements in examples/extras 5 years ago
minimal-printf Makefile whitespace consistency in extras 7 years ago
module-duktape Use 'ECMAScript' spelling in extras/ 7 years ago
module-node Use 'ECMAScript' spelling in extras/ 7 years ago
print-alert Buffer handling improvements in examples/extras 5 years ago
README.rst Add extras/ dir, add READMEs for extras+examples 10 years ago

README.rst

==============
Duktape extras
==============

Extra modules and utilities. Extras provide functionality that doesn't
comfortably fit into the main Duktape library, perhaps for footprint or
portability reasons, but are still useful for most users.

Extras are maintained and will be bug fixed. However, they don't have the
same semantic versioning guarantees like the main Duktape library. Extras
may be dropped without warning as Duktape is versioned. For instance, if
an extra breaks due to Duktape changes and there is no time to fix it, the
missing extra won't block a release and will be dropped.