Package: node-quickjs-emscripten / 0.23.0+dfsg-5

Metadata

Package Version Patches format
node-quickjs-emscripten 0.23.0+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
exclude examples imports tests.patch | (download)

ts/readme.test.ts | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 some third-party packages were deleted from examples/imports/
 so tests that depend on those third-party packages are excluded
fix makefile.patch | (download)

Makefile | 13 7 + 6 - 0 !
1 file changed, 7 insertions(+), 6 deletions(-)

 use emcc from debian, fix flags
exclude debug variant.patch | (download)

Makefile | 2 1 + 1 - 0 !
ts/index.ts | 4 0 + 4 - 0 !
ts/leak.test.ts | 6 5 + 1 - 0 !
ts/quickjs.test.ts | 8 7 + 1 - 0 !
ts/readme.test.ts | 3 2 + 1 - 0 !
ts/variants.test.ts | 7 5 + 2 - 0 !
ts/variants.ts | 58 7 + 51 - 0 !
7 files changed, 27 insertions(+), 61 deletions(-)

 the debug variant has some issues with emscripten version in debian
 and is pretty much useless, so it is excluded from the build output and tests.
generate cjs.patch | (download)

ts/esmHelpers.ts | 2 1 + 1 - 0 !
ts/variants.ts | 4 2 + 2 - 0 !
tsconfig.json | 6 3 + 3 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 generates cjs instead of esm