You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to swap out node-fetch for undici, but unfortunately we are running into ncc compiling issues. Specifically, there is a patched issue with Terser removing parentheses for !(#test in this), causing the syntax issue.
We are trying to swap out
node-fetch
forundici
, but unfortunately we are running into ncc compiling issues. Specifically, there is a patched issue with Terser removing parentheses for!(#test in this)
, causing the syntax issue.terser@5.30.3
, see Missing parentheses around private name in inverted "in" operator terser/terser#1516.undici
's code itself: https://github.com/nodejs/undici/blob/2c9bc0b74f914a120a0497efad791b471767dc55/lib/web/fetch/util.js#L882C7-L882C75Is it possible to release a patch version with a more up-to-date Terser, to include this fix?
The text was updated successfully, but these errors were encountered: