Change esnext.promise to es2018.promise (#22292)

* change esnest.promise to es2018.promise

* modify unit tests

* resolve conflict

* resolve conflict
This commit is contained in:
Yuichi Nukiyama
2018-03-03 10:08:36 +09:00
committed by Mohamed Hegazy
parent 2d5be24669
commit 25525bc9d6
16 changed files with 79 additions and 39 deletions

View File

@@ -151,10 +151,10 @@ namespace ts {
"es2017.string": "lib.es2017.string.d.ts",
"es2017.intl": "lib.es2017.intl.d.ts",
"es2017.typedarrays": "lib.es2017.typedarrays.d.ts",
"es2018.promise": "lib.es2018.promise.d.ts",
"es2018.regexp": "lib.es2018.regexp.d.ts",
"esnext.array": "lib.esnext.array.d.ts",
"esnext.asynciterable": "lib.esnext.asynciterable.d.ts",
"esnext.promise": "lib.esnext.promise.d.ts",
}),
},
showInSimplifiedHelpView: true,