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

Releases: oxc-project/oxc-resolver

oxc_resolver-v9.0.1

10 May 02:30
4d6928e

Choose a tag to compare

Bug Fixes

  • oxc_resolver_napi dependency version

oxc_resolver-v9.0.0

09 May 08:23
a5b322c

Choose a tag to compare

Bug Fixes

  • hash import does not need to load from node_modules (#501)

Chore

  • add --tsconfig to example (#505)
  • publish oxc_napi_resolver (#496)

oxc_resolver-v8.0.0

01 May 03:53
ef31a1f

Choose a tag to compare

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)

oxc_resolver-v7.0.1

29 Apr 13:57
c15d02f

Choose a tag to compare

Bug Fixes

  • return the enclosing package.json if it is inside node_modules (#476)

Refactor

  • add Debug to FsCachedPath (#478)

oxc_resolver-v7.0.0

29 Apr 03:55
549c4ea

Choose a tag to compare

Bug Fixes

  • return the enclosing package.json if it is inside node_modules (#476)

Refactor

  • add Debug to FsCachedPath (#478)

oxc_resolver-v6.0.2

25 Apr 09:11
3636638

Choose a tag to compare

Bug Fixes

  • handle package.json and tsconfig.json with BOM (#463)

Performance

  • avoid double call to parse_package_specifier (#465)

oxc_resolver-v6.0.1

25 Apr 05:08
e7309b4

Choose a tag to compare

Bug Fixes

  • handle package.json and tsconfig.json with BOM (#463)

Performance

  • avoid double call to parse_package_specifier (#465)

oxc_resolver-v6.0.0

22 Apr 06:51
5fc3395

Choose a tag to compare

Bug Fixes

  • properly handle DOS device paths in strip_windows_prefix (#455)

oxc_resolver-v5.3.0

19 Apr 04:12
1d9ed83

Choose a tag to compare

Features

  • deserialize preserve_value_imports and imports_not_used_as_values from compilerOptions (#457)
  • deserialize target from compilerOptions (#456)

oxc_resolver-v5.2.0

08 Apr 14:51
a214a80

Choose a tag to compare

Bug Fixes

  • resolve ${configDir} in tsconfig compilerOptions.baseUrl (#450)