[Pkg-javascript-devel] Bug#1093290: marked as pending in node-rollup
Yadd
noreply at salsa.debian.org
Sun Mar 22 10:49:21 GMT 2026
Control: tag -1 pending
Hello,
Bug #1093290 in node-rollup reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:
https://salsa.debian.org/js-team/node-rollup/-/commit/b76dff597f01021e76aa06602bb03c2946ca93c7
------------------------------------------------------------------------
Patch: avoid __proto__ in generated output (Closes: #1093290)
Replace {__proto__: null, ...} with Object.setPrototypeOf({...}, null)
in generated code. The __proto__ property in object literals does not
work when Node.js runs with --disable-proto, which is used in Debian
autopkgtests.
------------------------------------------------------------------------
(this message was generated automatically)
--
Greetings
https://bugs.debian.org/1093290
More information about the Pkg-javascript-devel
mailing list