We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e783729 commit 8fd9093Copy full SHA for 8fd9093
src/node.cc
@@ -753,9 +753,6 @@ static ExitCode ProcessGlobalArgsInternal(std::vector<std::string>* args,
753
"--no-harmony-import-attributes") == v8_args.end()) {
754
v8_args.emplace_back("--harmony-import-attributes");
755
}
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");
759
760
auto env_opts = per_process::cli_options->per_isolate->per_env;
761
if (std::find(v8_args.begin(), v8_args.end(),
0 commit comments