Debian Patches
Status for babel-minify/0.5.2+dfsg+~cs5.2.9-12
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| drop-__proto__-use.patch | drop __proto__ use | Yadd <yadd@debian.org> | yes | 2022-09-14 | ||
| fix-for-jest-29.patch | add fix for jest 29 Snapshot format changed | Yadd <yadd@debian.org> | no | 2022-10-10 | ||
| increase-test-timeout.patch | increase test timeout for armel | Yadd <yadd@debian.org> | not-needed | 2022-10-22 | ||
| babel8-api.patch | Adapt to the Babel 8 API transform() became asynchronous, NodePath#toComputedKey() and Scope#traverse() were removed. |
Xavier Guimard <xavier.guimard@gmail.com> | not-needed | 2026-08-25 | ||
| babel8-nodepath-visit.patch | Adapt to the Babel 8 traverse and builder API NodePath#visit(), #pushContext() and #popContext() are gone: re-visiting a path is now traverse(node, opts, scope, state, path, true), with the opts and state of the path whose context was pushed before. . The uppercase node builders are gone too, and t.identifier() now rejects a name that is not a valid identifier. transform-property-literals used to abuse it to print a hand-escaped string literal as a property key; a key that reduces to neither an identifier nor a number is now left untouched. |
Xavier Guimard <xavier.guimard@gmail.com> | not-needed | 2026-08-30 | ||
| babel8-stale-paths.patch | minify-builtins: ignore paths detached by another plugin The collected MemberExpression paths are replaced from Program.exit, by which time another plugin of the preset may have dropped some of them. Babel 7 tolerated replaceWith() on such a path, Babel 8 resyncs it to a null key and then throws while validating the new node. |
Xavier Guimard <xavier.guimard@gmail.com> | not-needed | 2026-08-30 |
All known versions for source package 'babel-minify'
- 0.5.2+dfsg+~cs5.2.9-12 (sid, forky)
- 0.5.2+dfsg+~cs5.2.9-9 (trixie, bookworm)
