Releases: oxc-project/oxc-resolver
Releases · oxc-project/oxc-resolver
oxc_resolver-v1.9.1
oxc_resolver-v1.9.0
Added
- export package.json
type
andsideEffects
field by default for bundlers (#196)
oxc_resolver-v1.8.4
Other
- skip searching for package.json when
alias_fields
is not provided (#194)
oxc_resolver-v1.8.3
- (napi) release wasi build
oxc_resolver-v1.8.2
Added
- (napi) add async API (#191)
oxc_resolver-v1.8.1
- fix: alias value should try fragment as path (#172)
v1.8.0
v1.7.0
Added
- add
imports_fields
option (#138) - substitute path that starts with
${configDir}/
in tsconfig.compilerOptions.paths (#136)
Fixed
- RootsPlugin debug_assert on windows (#145)
- RootsPlugin should fall through if it fails to resolve the roots (#144)
- lazily read package.json.exports for shared resolvers (#137)
Other
- remove
PartialEq
andEq
fromSpecifier
(#148) - add test case for tsconfig paths alias fall through (#147)
- use
cargo shear
- fix test not failing the jobs property (#146)
- lazily read package.json.browser_fields for shared resolvers (#142)
- avoid an extra allocation in
load_extensions
- ignore code coverage for
Display
onResolveOptions
(#140) - remove the browser field lookup in
resolve_esm_match
(#141) - remove the extra
condition_names
frompackage_exports_resolve