Debian Patches

Status for ts-node/10.9.2+~cs156.14.70-1

Patch Description Author Forwarded Bugs Origin Last update
deprecated-stats-constructor.patch new Stats is not part of public node api Jérémy Lal <kapouer@melix.org> not-needed 2026-03-19
ignore-swc.patch ignore @swc/* @swc/wasm isn't available for now Yadd <yadd@debian.org> not-needed 2022-03-09
fix-cspotcode-source-map-support-build.patch don't use network minifier Yadd <yadd@debian.org> not-needed 2022-06-09
skip-network-connection-during-build.patch skip network connection Yadd <yadd@debian.org> not-needed 2022-06-09
clean-install.patch don't install LICENSE Yadd <yadd@debian.org> not-needed 2022-07-17
typescript-5.0-compatibility.patch typescript 5.0 compatibility https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#--verbatimmodulesyntax
"ignoreDeprecations": "5.0" will temporarily suppress error about using
'importsNotUsedAsValues', but this workaround will work only until typescript
5.4 and from 5.5 it'll be an error.
Ananthu C V <weepingclown@debian.org> no 2024-12-15
fix_compilation.patch allow compilation with Debian tools Julien Puydt not-needed 2022-06-09
typescript-6-compatibility.patch typescript 6 compatibility Drop "importsNotUsedAsValues" (removed), "moduleResolution" and the
"ignoreDeprecations" workaround: keeping any explicit moduleResolution needs
a value one of the two compilers rejects.
.
Without it TypeScript 6 resolves with "bundler", which ignores "rootDirs",
so tsconfig.build-dist.json no longer found the dist-raw declarations under
temp/ (TS7016); they are now emitted next to the JavaScript they describe.
.
TypeScript 6 also enables "esModuleInterop" by default and rejects an
explicit "false", so the namespace imports that are called as functions use
"import x = require()", which emits the same require() with both compilers.
Xavier Guimard <yadd@debian.org> not-needed 2026-08-16

All known versions for source package 'ts-node'

Links