polardbxengine/extra/duktape/duktape-2.3.0/extras
dengwendi 1d6524707e INIT 2023-11-15 15:04:10 +08:00
..
alloc-pool INIT 2023-11-15 15:04:10 +08:00
cbor INIT 2023-11-15 15:04:10 +08:00
console INIT 2023-11-15 15:04:10 +08:00
duk-v1-compat INIT 2023-11-15 15:04:10 +08:00
logging INIT 2023-11-15 15:04:10 +08:00
minimal-printf INIT 2023-11-15 15:04:10 +08:00
module-duktape INIT 2023-11-15 15:04:10 +08:00
module-node INIT 2023-11-15 15:04:10 +08:00
print-alert INIT 2023-11-15 15:04:10 +08:00
README.rst INIT 2023-11-15 15:04:10 +08:00

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.