oxc_resolver-v11.5.0
·
172 commits
to main
since this release
🚀 Features
Yarn Plug'n'Play
-
For node.js, yarn pnp should work without any configuration, given the following conditions:
- the program is called with the
yarn
command, where the valueprocess.versions.pnp
is set. .pnp.cjs
manifest file exists in the closest directory, searched from the current working directory,- no multi-project setup, per second bullet point in FIND_PNP_MANIFEST
- the program is called with the
-
return proper errors when failed to find or read yarn pnp manifest (#590) (by @Boshen) - #590
-
(resolver) rework yarn manifest file look up (#586) (by @Boshen)