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
Ideally this problem may come only if Number.parseInt is not present and you're not using the library in browser. To handle both, I may try to remove both. Let me try
Hi,
strnum package is a dependency of
fast-xml-parser
which is a dependency of@aws-sdk/client-s3
.When I try to bundle with esbuild an AWS lambda that reads/write to S3 I get an error caused by
window.parseInt
(used in strnum implementation).Could it be possible to use
globalThis.parseInt
?The text was updated successfully, but these errors were encountered: