Debian Patches

Status for node-ts-loader/9.5.7-2

Patch Description Author Forwarded Bugs Origin Last update
fix-source-map-types.patch Fix source-map type incompatibilities with version 0.6.x Debian ships source-map 0.6.1 but ts-loader expects 0.7.x.
The API differences:
- destroy() doesn't exist in 0.6.x (use optional chaining)
- RawSourceMap.version is string in 0.6.x, number in 0.7.x
- Types don't declare toJSON() but it exists at runtime
Yadd <yadd@debian.org> not-needed 2026-03-17
fix-webpack-types.patch Fix webpack FileSystemInfoEntry type compatibility webpack types changed and `date.timestamp` / `date.safeTime` don't exist on
all union members of `EntryTypesIndex | OnlySafeTimeEntry | ExistenceOnlyTimeEntryTypesIndex`.
Using type assertion to `any` to work with various webpack versions.
Yadd <yadd@debian.org> not-needed 2026-04-11
ts6-tsconfig.patch fix build with TypeScript 6 Drop the deprecated moduleResolution=node10 option and restore explicitly the
TypeScript 5 defaults that changed: package.json exports resolution,
esModuleInterop and the automatic @types scan.
Xavier Guimard <yadd@debian.org> not-needed 2026-08-16

All known versions for source package 'node-ts-loader'

Links