From a1d0a427e807959666a6b23ae015e4e04659abf5 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 18 Sep 2024 12:15:13 -0700 Subject: feat: default to TS for file extension and support ext flag in more scenarios (#25472) Closes #11220 Currently does lint, fmt, and repl --- cli/cache/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/cache') diff --git a/cli/cache/mod.rs b/cli/cache/mod.rs index 86b65bc53..a95c35086 100644 --- a/cli/cache/mod.rs +++ b/cli/cache/mod.rs @@ -108,7 +108,7 @@ pub use deno_cache_dir::HttpCache; /// a concise interface to the DENO_DIR when building module graphs. pub struct FetchCacher { file_fetcher: Arc, - file_header_overrides: HashMap>, + pub file_header_overrides: HashMap>, global_http_cache: Arc, npm_resolver: Arc, module_info_cache: Arc, -- cgit v1.2.3