Steven

Results 538 comments of Steven

> Unlike https://github.com/vercel/ncc/pull/777 and https://github.com/vercel/ncc/pull/926 where swc is used to replace ts-loader, in this PR swc is used to replace terser in the modification phase I think this is only...

There is some related discussion here: https://github.com/vercel/nft/pull/407#issuecomment-2108830341 Would you like to submit a PR to fix it?

Its not related to `argon2` at all. I updated my comment from the other issue and I'll repost here. I looked at how consumers are using it (for example, argon2)...

nft supports both `node-gyp-build` and `@mapbox/node-pre-gyp` because it needs to work on any version of any npm package

Bumping in PR https://github.com/vercel/nft/pull/451 but it won't make a difference for consumers since the `^` will still match the latest version of the `1.x.y`. Also note that none of [these...

@SayakMukhopadhyay I don't have permission. But the merge conflicts will need to be fixed before anyone can merge. I also posted in https://github.com/actions/setup-node/issues/531 to get more feedback.

> Use the next-10 survey How is the survey distributed?

@nickmccurdy 1. Can you explain more about this version syntax? I’m pretty sure “corepack enable will work with nearly all versions of Yarn. 2. I think it would be hard...

Looking at this PR again, it could be considered semver major because it will suddenly opt into corepack when the package.json is detected. I'm starting to think that PR #651...