Skip to content

Commit

Permalink
esm: Remove --no-import-harmony-assertions
Browse files Browse the repository at this point in the history
It is off by default now.
  • Loading branch information
syg committed Sep 11, 2024
1 parent 0f2f9b6 commit 71cceb3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -753,9 +753,6 @@ static ExitCode ProcessGlobalArgsInternal(std::vector<std::string>* args,
"--no-harmony-import-attributes") == v8_args.end()) {
v8_args.emplace_back("--harmony-import-attributes");
}
// TODO(nicolo-ribaudo): remove this once V8 doesn't enable it by default
// anymore.
v8_args.emplace_back("--no-harmony-import-assertions");

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

0 comments on commit 71cceb3

Please sign in to comment.