Skip to content

Commit 8fd9093

Browse files
authored
esm: remove --no-import-harmony-assertions
It is off by default now. PR-URL: #54890 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent e783729 commit 8fd9093

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/node.cc

-3
Original file line numberDiff line numberDiff line change
@@ -753,9 +753,6 @@ static ExitCode ProcessGlobalArgsInternal(std::vector<std::string>* args,
753753
"--no-harmony-import-attributes") == v8_args.end()) {
754754
v8_args.emplace_back("--harmony-import-attributes");
755755
}
756-
// TODO(nicolo-ribaudo): remove this once V8 doesn't enable it by default
757-
// anymore.
758-
v8_args.emplace_back("--no-harmony-import-assertions");
759756

760757
auto env_opts = per_process::cli_options->per_isolate->per_env;
761758
if (std::find(v8_args.begin(), v8_args.end(),

0 commit comments

Comments
 (0)