Debian Patches
Status for node-ts-loader/9.5.7-1
| 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 |
