Debian Patches
Status for node-popper2/2.11.2-11
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| fix-rollup.patch | drop unavailable modules | Roland Mas <lolando@debian.org> | not-needed | 2022-03-30 | ||
| fix-for-rollup-3.patch | fix for rollup 3 | Yadd <yadd@debian.org> | not-needed | debian | 2022-10-27 | |
| ts6-tsconfig.patch | build the declarations with TypeScript 6 tsc 6 wants the common source directory spelled out (TS5011), otherwise it fails outright here since tsc-silent gives it no config file path to report against. The value is written relative to the build directory rather than to this file, because that is how tsc-silent resolves the path options -- the same way "outDir": "lib" already lands at the top of the tree. . The deprecated node10 module resolution (TS5107) is replaced by "bundler", the value matching the es2015 module kind already configured here. |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-08-17 | ||
| babel8.patch | port the babel config to Babel 8 preset-env's "loose" option was removed in favour of granular assumptions; the ones listed are its exact expansion, so the emitted bundles are unchanged. object-rest-spread reached stage 4 and is now @babel/plugin-transform-object-rest-spread (its own "loose" is covered by the assumptions). |
Yadd <yadd@debian.org> | not-needed | 2026-08-29 |
