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

fix: handle Windows paths correctly #53

Merged
merged 6 commits into from
Oct 23, 2023

Do not normalize import specifiers

6a6f613
Select commit
Loading
Failed to load commit list.
Merged

fix: handle Windows paths correctly #53

Do not normalize import specifiers
6a6f613
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Oct 23, 2023 in 1s

81.07% (+0.64%) compared to e6e5d72

View this Pull Request on Codecov

81.07% (+0.64%) compared to e6e5d72

Details

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (e6e5d72) 80.43% compared to head (6a6f613) 81.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   80.43%   81.07%   +0.64%     
==========================================
  Files          19       19              
  Lines         603      613      +10     
  Branches       87       86       -1     
==========================================
+ Hits          485      497      +12     
+ Misses        118      116       -2     
Files Coverage Δ
lib/import_map.ts 94.82% <100.00%> (+0.18%) ⬆️
lib/update.ts 75.86% <100.00%> (ø)
lib/x/unknownutil.ts 100.00% <100.00%> (ø)
lib/uri.ts 62.26% <92.85%> (+11.15%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.