diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-09-18 02:24:44 +1000 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-17 12:24:44 -0400 |
commit | 60a2b5a8d07ca2ab8f7438a3951d7b4c1f96e2f4 (patch) | |
tree | 8e8e87593147d1c873365147a3359f03e69434ec /deno_typescript | |
parent | e55e4a2838e0f67cd0789ec4d3eec62a5b7ab238 (diff) |
Update to TypeScript 3.6.3 (#2969)
Diffstat (limited to 'deno_typescript')
-rw-r--r-- | deno_typescript/lib.rs | 1 | ||||
m--------- | deno_typescript/typescript | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/deno_typescript/lib.rs b/deno_typescript/lib.rs index 3d5ab6b15..f6ec3104b 100644 --- a/deno_typescript/lib.rs +++ b/deno_typescript/lib.rs @@ -245,6 +245,7 @@ pub fn get_asset(name: &str) -> Option<&'static str> { "lib.es2017.string.d.ts" => inc!("lib.es2017.string.d.ts"), "lib.es2017.intl.d.ts" => inc!("lib.es2017.intl.d.ts"), "lib.es2017.typedarrays.d.ts" => inc!("lib.es2017.typedarrays.d.ts"), + "lib.es2018.asyncgenerator.d.ts" => inc!("lib.es2018.asyncgenerator.d.ts"), "lib.es2018.asynciterable.d.ts" => inc!("lib.es2018.asynciterable.d.ts"), "lib.es2018.promise.d.ts" => inc!("lib.es2018.promise.d.ts"), "lib.es2018.regexp.d.ts" => inc!("lib.es2018.regexp.d.ts"), diff --git a/deno_typescript/typescript b/deno_typescript/typescript -Subproject cf7b2d4ae91c4f27ba9ae7137ddf9a407815e59 +Subproject 26655db1dd04d93217002ac87f950aba812c53e |