Package: node-tap / 16.3.2+ds1+~cs50.8.16-1+deb12u1

Metadata

Package Version Patches format
node-tap 16.3.2+ds1+~cs50.8.16-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
drop treport.patch | (download)

bin/jack.js | 2 1 + 1 - 0 !
bin/run.js | 7 3 + 4 - 0 !
tap-snapshots/test/run/basic.js.test.cjs | 1 0 + 1 - 0 !
tap-snapshots/test/run/reporters.js.test.cjs | 7 0 + 7 - 0 !
test/run/reporters.js | 7 0 + 7 - 0 !
5 files changed, 4 insertions(+), 20 deletions(-)

 drop treport
 treport requires "ink" which isn't packaged
replace ava by tape.patch | (download)

module-caller-callsite/test.js | 13 7 + 6 - 0 !
module-caller-path/test.js | 13 7 + 6 - 0 !
2 files changed, 14 insertions(+), 12 deletions(-)

 replace ava by tape
export commonjs files.patch | (download)

module-caller-callsite/package.json | 7 6 + 1 - 0 !
module-caller-path/package.json | 7 6 + 1 - 0 !
2 files changed, 12 insertions(+), 2 deletions(-)

 export commonjs files
reproducible.patch | (download)

module-libtap/test/fixture.js | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 make build reproducible
export package.json | (download)

module-tcompare/package.json | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 export package.json
support tsnode by default.patch | (download)

bin/run.js | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 support ts-node by default
 However in node < 18.19, both
 -r ts-node/register
 --loader ts-node/esm
 would compile twice.
 Probably ts-node acting up, but much easier to avoid here.