Paul Soporan
Paul Soporan
This PR implements support for shell completions of all argument types. It's still a WIP, but I'm getting really really really close to having the first iteration ready for review....
**What's the problem this PR addresses?** `ZipFS` memory management was entirely manual - we always had to call one of `ZipFS.prototype.{save,discard}AndClose` to avoid memory leaks. This was very unfortunate because...
**What's the problem this PR addresses?** `yarn explain peer-requirements` printed useless `YN0000` prefixes before each peer requirement. **How did you fix it?** Made it use `treeUtils` (what `yarn explain` uses)....
**What's the problem this PR addresses?** Since `enableGlobalCache` is now on by default, it doesn't make sense for `yarn init` to generate a `.gitignore` with zero-installs. **How did you fix...
**What's the problem this PR addresses?** When building things, we set the ESBuild target to `node14`, which requires the output to be compatible with all Node versions `>=14.0.0`, but we...
**What's the problem this PR addresses?** We don't currently support installing git repositories that use pnpm. Fixes https://github.com/yarnpkg/berry/issues/3169 **How did you fix it?** Added support for installing git repositories that...
`t.isLiteral` didn't support bigint literals without `as const`.
## **What's the problem this PR addresses?** This PR is part of the effort of solving https://github.com/yarnpkg/berry/issues/1463 and creating a better successor to https://github.com/paul-soporan/enhanced-yaml. This PR only reimplements the parser....
**What's the problem this PR addresses?** We've pinned the major npm version benchmarked to `npm@^7` back when the `latest` tag still pointed to `npm@6`. Today the latest tag points to...
So... first I'm sorry that I haven't had the time to look into your issue yet. I've finally managed to take the time today and here's my feedback: - You...