Add lib declaration for RegExp#unicodeSets (#57111)

This commit is contained in:
Joshua Chen
2024-03-18 23:02:07 +01:00
committed by GitHub
parent c295531bfa
commit a9460c8c93
39 changed files with 246 additions and 18 deletions

View File

@@ -233,6 +233,7 @@ const libEntries: [string, string][] = [
["esnext.weakref", "lib.es2021.weakref.d.ts"],
["esnext.decorators", "lib.esnext.decorators.d.ts"],
["esnext.object", "lib.esnext.object.d.ts"],
["esnext.regexp", "lib.esnext.regexp.d.ts"],
["decorators", "lib.decorators.d.ts"],
["decorators.legacy", "lib.decorators.legacy.d.ts"],
];