Debian Patches
Status for node-esm2umd/0.3.1-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| ts6-compat.patch | drop compiler options TypeScript 6 refuses in the type tests TypeScript 6 turns two deprecated options into hard errors (TS5107): "moduleResolution": "node10", which "module": "CommonJS" implies anyway when it is not spelled out, and "module": "None". The latter only served to check that the bundled declarations work in a global script; a file with no import or export is a script under "CommonJS" too, so the test still covers the same thing. . Both changes are accepted by TypeScript 5. |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-08-15 | ||
| babel8.patch | use transformSync() with Babel 8 Babel 8 made transform() callback-only; the synchronous entry point is transformSync(). It exists in Babel 7 too. |
Yadd <yadd@debian.org> | not-needed | 2026-08-29 |
All known versions for source package 'node-esm2umd'
- 0.3.1-3 (forky, sid)
