Releases: oxc-project/oxc-resolver
Releases · oxc-project/oxc-resolver
v11.6.0
v11.5.2
v11.5.1
oxc_resolver-v11.5.0
🚀 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)
🚜 Refactor
Contributors
oxc_resolver-v11.4.0
oxc_resolver-v11.3.0
🚀 Features
- align yarn pnp implementation (#576) (by @Boshen) - #576
- (resolver) allow
exports
field inrequire('../directory')
(#572) (by @Boshen) - (napi) add
ResolveResult::builtin
information (#575) (by @Boshen)
📚 Documentation
- document
allowPackageExportsInDirectoryResolve
(by @Boshen)
Contributors
oxc_resolver-v11.2.1
🐛 Bug Fixes
- avoid crash when encountering tsconfig circular extends (#570)
- (napi) ensure
pnp_manifest
is included withyarn_pnp
feature (#555)
💼 Other
- (rust)
debug = false
in[profile.dev]
and[profile.test]
(#554)
📚 Documentation
- add ts config
- update
alias
andfallback
options type and description (#557)
oxc_resolver-v11.2.0
Features
- (napi) add
tracing-subscriber
feature; turned on by default (#546)
oxc_resolver-v11.1.0
Features
- support module type for TS files (#538)