Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

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
Choose a base ref
...
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
Choose a head ref
  • 5 commits
  • 17 files changed
  • 5 contributors

Commits on Apr 21, 2025

  1. Configuration menu
    Copy the full SHA
    ef09326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f1c67 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. 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]>
    chenxinyanc and Boshen authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    850cbf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d5a4ef View commit details
    Browse the repository at this point in the history
  3. chore: release v6.0.0 (#461)

    ## 🤖 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/).
    oxc-bot authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    5fc3395 View commit details
    Browse the repository at this point in the history
Loading