Debian Patches

Status for node-get-tsconfig/4.14.0-2

Patch Description Author Forwarded Bugs Origin Last update
add-isFileIncluded.patch Add tsx >= 4.22 API exports (isFileIncluded, readTsconfig, resolvePathAlias) tsx 4.22 (and later) imports several helpers from get-tsconfig that upstream
introduced in get-tsconfig 5.x: `isFileIncluded`, `readTsconfig` and
`resolvePathAlias`. Without them, the tsx loader fails at startup with e.g.:
.
SyntaxError: The requested module 'get-tsconfig' does not provide an
export named 'isFileIncluded'
.
breaking every package that uses tsx to run its test suite (and tsx's own
autopkgtests).
.
Backport minimal, non-breaking implementations of these three functions that
reuse the existing 4.x matching/parsing logic, so the exports are available
without pulling in the unreleased get-tsconfig 5.x API.
diff --git a/src/files-matcher.ts b/src/files-matcher.ts
index 06f2ea8..bfd7a1a 100644
Xavier Guimard <yadd@debian.org> not-needed 2026-06-20

All known versions for source package 'node-get-tsconfig'

Links