OVMS3/OVMS.V3/components/duktape/extras
2022-04-06 00:04:46 +02:00
..
alloc-pool Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
cbor Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
console Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
duk-v1-compat Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
logging Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
minimal-printf Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
module-duktape Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
module-node Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
print-alert Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README.rst Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00

==============
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.