Files
ports/lang/deno/patches/patch-cli_args_mod_rs
T
2026-06-11 20:30:01 +00:00

15 lines
357 B
Plaintext

Ignore unstable-tsgo flag
Index: cli/args/mod.rs
--- cli/args/mod.rs.orig
+++ cli/args/mod.rs
@@ -1379,7 +1379,7 @@ impl CliOptions {
}
pub fn unstable_tsgo(&self) -> bool {
- self.flags.unstable_config.tsgo || self.workspace().has_unstable("tsgo")
+ false
}
pub fn unsafely_ignore_certificate_errors(&self) -> &Option<Vec<String>> {