Am Samstag, dem 19.08.2023 um 06:13 +0000 schrieb Bastien Roucariès:
> [...]
> No unfortunatly this is transpiled aka compiled by webpack
> see the first line
> export default (function() {
>
> This is make by webpack or rollup that are automated tools. This means that
> this code is transpiled and I do not know the extend of transpiling.
>
> it may be only the es6 upstream code:
> https://sources.debian.org/src/node-punycode/2.2.3-2/scripts/prepublish.js/
> or something worst that replace the constant by something else.
>
> if you see the original code here:
> https://sources.debian.org/src/node-punycode/2.2.3-2/punycode.js/
>
> you do not see the export default (function() {
> line
>
> Javascript is strange you could edit generated file and min.js is not the
> only problemOk, I see. I don't think this a problem though. This is still reasonably modifiable and human readable. Markus
signature.asc
Description: This is a digitally signed message part

