Skip to content

oxc_resolver-v11.5.0

Choose a tag to compare

@oxc-bot oxc-bot released this 06 Jul 07:41
· 172 commits to main since this release
33f97f5

🚀 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 value process.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
  • return proper errors when failed to find or read yarn pnp manifest (#590) (by @Boshen) - #590

  • add yarn_pnp logic to FileSystem (#589) (by @Boshen) - #589

  • (resolver) rework yarn manifest file look up (#586) (by @Boshen)

🚜 Refactor

Contributors