From be787d09d537d6c1a6846168613dd0defe069448 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 26 Feb 2020 07:33:19 +1100 Subject: upgrade: TypeScript 3.8 (#4100) --- deno_typescript/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deno_typescript/lib.rs') diff --git a/deno_typescript/lib.rs b/deno_typescript/lib.rs index b2e2166be..8ee2c2c01 100644 --- a/deno_typescript/lib.rs +++ b/deno_typescript/lib.rs @@ -292,6 +292,8 @@ pub fn get_asset(name: &str) -> Option<&'static str> { "lib.es2019.object.d.ts" => inc!("lib.es2019.object.d.ts"), "lib.es2019.string.d.ts" => inc!("lib.es2019.string.d.ts"), "lib.es2019.symbol.d.ts" => inc!("lib.es2019.symbol.d.ts"), + "lib.es2020.bigint.d.ts" => inc!("lib.es2020.bigint.d.ts"), + "lib.es2020.promise.d.ts" => inc!("lib.es2020.promise.d.ts"), "lib.es2020.string.d.ts" => inc!("lib.es2020.string.d.ts"), "lib.es2020.symbol.wellknown.d.ts" => { inc!("lib.es2020.symbol.wellknown.d.ts") -- cgit v1.2.3