Language

Package: quickjs @ 2021-03-27

Synopsis

Small embeddable Javascript engine

Description

QuickJS supports the ES2020 specification including modules, asynchronous generators, proxies, BigInt and BigDecimal. It can compile Javascript sources to executables with no external dependency. It includes a command line interpreter with contextual colorization implemented in Javascript and a small built-in standard library with C library wrappers.

Home page
https://bellard.org/quickjs/
Location
gnu/packages/javascript.scm (line: 597, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?