-
-
Couldn't load subscription status.
- Fork 33.6k
src: add a default branch for module phase #60261
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
Conversation
|
Review requested:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #60261 +/- ##
==========================================
+ Coverage 88.54% 88.57% +0.03%
==========================================
Files 704 704
Lines 208146 208325 +179
Branches 40011 40045 +34
==========================================
+ Hits 184311 184534 +223
+ Misses 15860 15806 -54
- Partials 7975 7985 +10
🚀 New features to boost your workflow:
|
|
Fast-track has been requested by @joyeecheung. Please 👍 to approve. |
|
Landed in 1d2b89a |
PR-URL: #60261 Refs: https://chromium-review.googlesource.com/c/v8/v8/+/7017517 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Aditi Singh <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
This prevents a compiler warning about a missing switch-case branch when
a new
ModuleImportPhaseenum value is added.Refs: https://chromium-review.googlesource.com/c/v8/v8/+/7017517