| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
Codecov ReportAttention: Patch coverage is 66.66667% with 3 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #55037 +/- ##
=======================================
Coverage 88.23% 88.23%
=======================================
Files 652 652
Lines 183855 183921 +66
Branches 35856 35862 +6
=======================================
+ Hits 162227 162287 +60
- Misses 14909 14914 +5
- Partials 6719 6720 +1
|
Sorry, something went wrong.
There was a problem hiding this comment.
The changes LGTM to me but I'd rather not make a bunch of unrelated changes in this PR.
Sorry, something went wrong.
|
IMO they are semi-related, because I moved source-map-line-lengths to source-map/line-lengths so that I could add source-map/missing-sources, but I can undo it if you want. |
Sorry, something went wrong.
Please do. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM thanks
Sorry, something went wrong.
Co-Authored-By: Jayden Seric <me@jaydenseric.com> Co-Authored-By: Colin Ihrig <cjihrig@gmail.com>
|
@atlowChemi I force-pushed to include the co-authors, so you'll need to re-approve before starting a CI. (Sorry!) |
Sorry, something went wrong.
Sorry, something went wrong.
|
I'm worried this might also catch #55054, so I'm gonna look into that I checked, it's not gonna interfere. |
Sorry, something went wrong.
Sorry, something went wrong.
Co-Authored-By: Jayden Seric <me@jaydenseric.com> Co-Authored-By: Colin Ihrig <cjihrig@gmail.com> PR-URL: #55037 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes #54756
ERR_SOURCE_MAP_MISSING_SOURCE is now thrown when a sourcemap contains a reference to a non-existent file.
@jaydenseric provided the test fixture, and @cjihrig provided the initial patch.