Debian Patches

Status for node-playwright/1.38.0+ds-11

Patch Description Author Forwarded Bugs Origin Last update
fix-for-minimatch-9.patch fix for minimatch 9 Debian Javascript Maintainers not-needed 2023-10-29
0004-Fix-rimraf.patch Fix rimraf Bastien Roucariès <rouca@debian.org> not-needed 2026-08-05
0005-Avoid-an-error-due-to-option-not-correct.patch Avoid an error due to option not correct Bastien Roucariès <rouca@debian.org> not-needed 2026-08-06
use-system-libs.patch use system libraries and drop some builds Yadd <yadd@debian.org> not-needed 2023-09-18
fix-install.patch fix install Yadd <yadd@debian.org> not-needed 2023-09-18
babel8.patch adapt the bundled Babel to Babel 8 The stage-4 plugin-proposal-* plugins are gone, renamed plugin-transform-*;
plugin-syntax-import-assertions became plugin-syntax-import-attributes and
transform-typescript no longer takes allowDeclareFields (always on).
.
The stage-4 syntax-only plugins were removed from Babel 8, whose parser
accepts those forms unconditionally; the copies Debian still ships are the
7.8.x ones, which refuse to load under Babel 8. The decorators plugin only
knows 'legacy' and '2023-11' now, so the 2022-03 proposal revision is
replaced by the current one.
.
transform() is asynchronous only from Babel 8 on, so the synchronous
transformSync() is called instead; the caller has to stay synchronous, it
runs inside a require() hook.
.
Babel 8 also resolves the config loaders through
createRequire(import.meta.url); esbuild replaces import.meta with an empty
object in a CommonJS bundle, so import.meta.url is defined explicitly.
Xavier Guimard <yadd@debian.org> not-needed 2026-09-03

All known versions for source package 'node-playwright'

Links