Kristoffer K.
Kristoffer K.
> Is there a better way to handle this? See https://github.com/yarnpkg/berry/issues/1731#issuecomment-893709156
@cvolant Thanks for the reproduction, I've updated the OP to include it.
> I guess that works for osx and linux but I would have to modify it potentially for windows Yarn uses its own portable shell to execute scripts so it...
Instead of adding a configuration we should just stop printing the "warnings", the current behaviour makes for a bad experience for projects trying to migrate to PnP.
Do note that `packageExtensions` doesn't actually modify the `package.json` file, it's just providing info to Yarn so we can install the dependencies correctly. If it was to be extended to...
Blocked until https://github.com/evanw/esbuild/pull/2453 is released.
> is that why the CLI build is failing? @RDIL I checked but no, seems to be something else, reported upstream in https://github.com/evanw/esbuild/issues/2458
I can now successfully build and run Yarn on both Windows and Linux with `[email protected]` however the build is a lot slower, `yarn build:cli` on `master` takes 12s 111ms while...
Thanks for confirming, I tested again because the results I got were a bit odd, now it's consistently 5s 831ms vs 8s 154ms without changing anything so I'm assuming the...
> This makes ESBuild stop transpiling optional chaining and nullish coalescing It's odd that it transpiled them in the first place since both of them are supported since [Node.js 14.0.0](https://node.green/#ES2020)....