Skip to content

Commit 71cceb3

Browse files
committed
esm: Remove --no-import-harmony-assertions
It is off by default now.
1 parent 0f2f9b6 commit 71cceb3

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)