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 2b8e654 commit 3c40a37Copy full SHA for 3c40a37
cli/main.rs
@@ -368,8 +368,7 @@ pub fn main() {
368
// Using same default as VSCode:
369
// https://github.com/microsoft/vscode/blob/48d4ba271686e8072fc6674137415bc80d936bc7/extensions/typescript-language-features/src/configuration/configuration.ts#L213-L214
370
DenoSubcommand::Lsp => vec!["--max-old-space-size=3072".to_string()],
371
- // TODO(bartlomieju): upstream this to `deno_core` crate
372
- _ => vec!["--harmony-array-from-async".to_string()],
+ _ => vec![],
373
};
374
init_v8_flags(&default_v8_flags, &flags.v8_flags, get_v8_flags_from_env());
375
deno_core::JsRuntime::init_platform(None);
0 commit comments