Add types for Promise.withResolvers() (#56593)

This commit is contained in:
Linus Groh
2023-11-29 16:55:55 +00:00
committed by GitHub
parent 2869579b2c
commit aef29e400e
19 changed files with 164 additions and 4 deletions

View File

@@ -221,7 +221,7 @@ const libEntries: [string, string][] = [
["esnext.disposable", "lib.esnext.disposable.d.ts"],
["esnext.bigint", "lib.es2020.bigint.d.ts"],
["esnext.string", "lib.es2022.string.d.ts"],
["esnext.promise", "lib.es2021.promise.d.ts"],
["esnext.promise", "lib.esnext.promise.d.ts"],
["esnext.weakref", "lib.es2021.weakref.d.ts"],
["esnext.decorators", "lib.esnext.decorators.d.ts"],
["decorators", "lib.decorators.d.ts"],