-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
src,lib: obtain sourceURL in magic comments from V8 #58389
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
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
a0acfc2
to
5c92777
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #58389 +/- ##
==========================================
- Coverage 90.24% 90.23% -0.01%
==========================================
Files 633 633
Lines 186902 186922 +20
Branches 36696 36702 +6
==========================================
+ Hits 168672 168673 +1
- Misses 11026 11043 +17
- Partials 7204 7206 +2
🚀 New features to boost your workflow:
|
5c92777
to
0b3cedc
Compare
c5c54bc
to
d25811d
Compare
@aduh95 thanks for suggestions, updated and remove unnecessary replacements. |
d25811d
to
199a35d
Compare
Fixing coverage reports by avoiding normalizing sourceURL. It seems like there are invalid source urls in coverage source maps. |
199a35d
to
1f37a43
Compare
Obtain sourceURL magic comments via V8 API to avoid a second round of extraction of magic comments. Updates source map snapshot normalization to allow testing full path names inside the test outputs.
1f37a43
to
c8f2eba
Compare
Obtain sourceURL magic comments via V8 API to avoid a second round of
extraction of magic comments.
Updates source map snapshot normalization to allow testing full path
names inside the test outputs as in test
source-map/output/source_map_eval.snapshot
.This is extracted from #52153.