Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: don't parse windows drive letters as schemes #50580

Merged
merged 3 commits into from
Dec 5, 2023

Commits on Nov 6, 2023

  1. lib: don't parse windows drive letters as schemes

    We were incorrectly parsing windows drive letters as schemes. This was
    polluting the source map cache with malformed file paths.
    
    Fixes: nodejs#50523
    PaperStrike committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    64365ad View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. lib: typo fixes

    PaperStrike committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    3daf3b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. lib: update sourcesToAbsolute comment

    Co-authored-by: Chengzhong Wu <legendecas@gmail.com>
    PaperStrike and legendecas committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f41d758 View commit details
    Browse the repository at this point in the history