这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: oxc-project/oxc-resolver

v11.5.1

09 Jul 10:16
a7f0c53

Choose a tag to compare

🚀 Features

  • 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

oxc_resolver-v11.5.0

06 Jul 07:41
33f97f5

Choose a tag to compare

🚀 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

oxc_resolver-v11.4.0

02 Jul 14:15
5271786

Choose a tag to compare

🚀 Features

Contributors

oxc_resolver-v11.3.0

26 Jun 08:34
78d8e12

Choose a tag to compare

🚀 Features

  • align yarn pnp implementation (#576) (by @Boshen) - #576
  • (resolver) allow exports field in require('../directory') (#572) (by @Boshen)
  • (napi) add ResolveResult::builtin information (#575) (by @Boshen)

📚 Documentation

  • document allowPackageExportsInDirectoryResolve (by @Boshen)

Contributors

oxc_resolver-v11.2.1

25 Jun 07:02
2d6973d

Choose a tag to compare

🐛 Bug Fixes

  • avoid crash when encountering tsconfig circular extends (#570)
  • (napi) ensure pnp_manifest is included with yarn_pnp feature (#555)

💼 Other

  • (rust) debug = false in [profile.dev] and [profile.test] (#554)

📚 Documentation

  • add ts config
  • update alias and fallback options type and description (#557)

oxc_resolver-v11.2.0

05 Jun 03:23
49c3983

Choose a tag to compare

Features

  • (napi) add tracing-subscriber feature; turned on by default (#546)

oxc_resolver-v11.1.0

01 Jun 04:07
d6fd070

Choose a tag to compare

Features

  • support module type for TS files (#538)

oxc_resolver-v11.0.0

28 May 08:32
ecba88b

Choose a tag to compare

Features

  • implement module type resolution algorithm ESM_FILE_FORMAT from the spec (#535)

Documentation

  • (README) clarify algorithm specification

Chore

  • (deps) lock file maintenance rust crates (#530)

oxc_resolver-v10.0.0

20 May 03:52
007e080

Choose a tag to compare

Features

  • (napi) upgrade NAPI-RS to 3.0.0-beta.1 (#525)

Refactor

  • [breaking] set clippy avoid-breaking-exported-api = false (#519)

Chore

  • (deps) lock file maintenance (#523)
  • (deps) update dependency rust to v1.87.0 (#520)
  • sync napi cfg on global_allocator
  • (napi) adjust mimalloc features (#515)

oxc_resolver-v9.0.2

11 May 06:32
4f8e644

Choose a tag to compare

Bug Fixes

  • oxc_resolver_napi dependency version