-
-
Notifications
You must be signed in to change notification settings - Fork 26
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: oxc-project/oxc-resolver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: oxc_resolver-v5.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: oxc-project/oxc-resolver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: oxc_resolver-v6.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 17 files changed
- 5 contributors
Commits on Apr 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ef09326 - Browse repository at this point
Copy the full SHA ef09326View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f1c67 - Browse repository at this point
Copy the full SHA b9f1c67View commit details
Commits on Apr 22, 2025
-
fix: properly handle DOS device paths in strip_windows_prefix (#455)
Fixes #454 This PR changed the name and return type of `strip_windows_prefix` to `try_strip_windows_prefix`, allowing it to return `None` to indicate unsupported [DOS device paths](https://learn.microsoft.com/en-us/dotnet/standard/io/file-path-formats#dos-device-paths). Most significantly, symlinks referring to a drive without drive letter, usually accessed via a mount point (Mounted Volume), should not be resolved at all, as nodejs `import`/`require` does not support such properly, as of Node 22. This PR also rectified the [UNC path](https://learn.microsoft.com/en-us/dotnet/standard/io/file-path-formats#unc-paths) resolution to prepend the `"\\"` portion to the path. --------- Co-authored-by: Boshen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 850cbf9 - Browse repository at this point
Copy the full SHA 850cbf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d5a4ef - Browse repository at this point
Copy the full SHA 3d5a4efView commit details -
## 🤖 New release * `oxc_resolver`: 5.3.0 -> 6.0.0 (⚠ API breaking changes) ### ⚠ `oxc_resolver` breaking changes ```text --- failure inherent_method_missing: pub method removed or renamed --- Description: A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/inherent_method_missing.ron Failed in: FileSystemOs::strip_windows_prefix, previously in file /tmp/.tmpZFrfKd/oxc_resolver/src/file_system.rs:168 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [6.0.0](oxc_resolver-v5.3.0...oxc_resolver-v6.0.0) - 2025-04-22 ### <!-- 1 -->Bug Fixes - properly handle DOS device paths in strip_windows_prefix ([#455](#455)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
Configuration menu - View commit details
-
Copy full SHA for 5fc3395 - Browse repository at this point
Copy the full SHA 5fc3395View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff oxc_resolver-v5.3.0...oxc_resolver-v6.0.0