From ac10d79d231d3b66b918764b9706597321850687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 28 Jan 2020 03:12:25 +0100 Subject: refactor: isomorphic snapshot for CLI (#3728) --- deno_typescript/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'deno_typescript/lib.rs') diff --git a/deno_typescript/lib.rs b/deno_typescript/lib.rs index a903b7c34..1bf6eb351 100644 --- a/deno_typescript/lib.rs +++ b/deno_typescript/lib.rs @@ -280,7 +280,6 @@ pub fn get_asset(name: &str) -> Option<&'static str> { "lib.esnext.bigint.d.ts" => inc!("lib.esnext.bigint.d.ts"), "lib.esnext.intl.d.ts" => inc!("lib.esnext.intl.d.ts"), "lib.esnext.symbol.d.ts" => inc!("lib.esnext.symbol.d.ts"), - "lib.webworker.d.ts" => inc!("lib.webworker.d.ts"), _ => None, } } -- cgit v1.2.3