Added empty constructors to TypedArrays from es2017 (#19680)

This commit is contained in:
Eugene Timokhov
2017-11-06 13:00:05 -08:00
committed by Mohamed Hegazy
parent 0593ba27d8
commit 5b9905d5a4
11 changed files with 164 additions and 8 deletions
+1
View File
@@ -141,6 +141,7 @@ namespace ts {
"es2017.sharedmemory": "lib.es2017.sharedmemory.d.ts",
"es2017.string": "lib.es2017.string.d.ts",
"es2017.intl": "lib.es2017.intl.d.ts",
"es2017.typedarrays": "lib.es2017.typedarrays.d.ts",
"esnext.asynciterable": "lib.esnext.asynciterable.d.ts",
}),
},