Skip to content

oxc_resolver-v8.0.0

Choose a tag to compare

@oxc-bot oxc-bot released this 01 May 03:53
· 269 commits to main since this release
ef31a1f

Bug Fixes

  • fix incorrect return of package.json when a workspace module has node_modules (#482)

Performance

  • cache whether a path is node_modules or inside node_modules (#490)
  • remove a useless load_as_directory call (#487)

Refactor

  • [breaking] remove description_files option (#488)
  • [breaking] remove modules options (#484)