mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 10:41:56 -05:00
add promise.any (#33844)
* add promise.prototype.any * add AggregateError * Update src/lib/esnext.promise.d.ts Co-Authored-By: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> * update baseline again Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
This commit is contained in:
@@ -58,7 +58,8 @@ namespace ts {
|
||||
["esnext.asynciterable", "lib.es2018.asynciterable.d.ts"],
|
||||
["esnext.intl", "lib.esnext.intl.d.ts"],
|
||||
["esnext.bigint", "lib.es2020.bigint.d.ts"],
|
||||
["esnext.string", "lib.esnext.string.d.ts"]
|
||||
["esnext.string", "lib.esnext.string.d.ts"],
|
||||
["esnext.promise", "lib.esnext.promise.d.ts"]
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user