mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
src: add a default branch for module phase
PR-URL: https://github.com/nodejs/node/pull/60261 Refs: https://chromium-review.googlesource.com/c/v8/v8/+/7017517 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Aditi Singh <aditisingh1400@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
This commit is contained in:
@@ -530,8 +530,9 @@ ModulePhase to_phase_constant(ModuleImportPhase phase) {
|
||||
return kEvaluationPhase;
|
||||
case ModuleImportPhase::kSource:
|
||||
return kSourcePhase;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
}
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
||||
static Local<Object> createImportAttributesContainer(
|
||||
|
||||
Reference in New Issue
Block a user