diff options
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 |