From 950537e8ef6e54c409a7fcafa0b087e68988d9ef Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sat, 25 Jan 2020 06:15:01 +1100 Subject: Break out runtime lib to main and worker (#3771) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- deno_typescript/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'deno_typescript/lib.rs') diff --git a/deno_typescript/lib.rs b/deno_typescript/lib.rs index 2d908cf8b..8133a2886 100644 --- a/deno_typescript/lib.rs +++ b/deno_typescript/lib.rs @@ -280,6 +280,7 @@ 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