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

Convert file url to path #687

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 19, 2022

  1. Convert file url to path

    fix this bug: istanbuljs/nyc#1473
    It looks like typescript generated a source map with file urls instead the file paths.
    
    The url module will work in Node >= v10.12.0
    https://nodejs.org/api/url.html#urlfileurltopathurl
    NikolayMakhonin committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    b0c55ac View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    93be33e View commit details
    Browse the repository at this point in the history