mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
fix(60223): add Promise.try() to ESNext lib (#60232)
This commit is contained in:
@@ -247,6 +247,7 @@ const libEntries: [string, string][] = [
|
||||
["esnext.regexp", "lib.es2024.regexp.d.ts"],
|
||||
["esnext.string", "lib.es2024.string.d.ts"],
|
||||
["esnext.iterator", "lib.esnext.iterator.d.ts"],
|
||||
["esnext.promise", "lib.esnext.promise.d.ts"],
|
||||
["decorators", "lib.decorators.d.ts"],
|
||||
["decorators.legacy", "lib.decorators.legacy.d.ts"],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user