feat: add support for --no-experimental-global-navigator (#47370)

chore: add support for --no-experimental-global-navigator
This commit is contained in:
Robo
2025-06-09 14:57:27 +09:00
committed by GitHub
parent 6f48e3ab12
commit c964296ec3
4 changed files with 35 additions and 0 deletions

View File

@@ -374,6 +374,7 @@ bool IsAllowedOption(const std::string_view option) {
"--throw-deprecation",
"--trace-deprecation",
"--trace-warnings",
"--no-experimental-global-navigator",
});
if (debug_options.contains(option))