mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat: Upgrade to TypeScript 5.5.2 (#24326)
This commit upgrades TypeScript to 5.5.2. https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/
This commit is contained in:
parent
496ea5903b
commit
3242e2718f
27 changed files with 191233 additions and 187186 deletions
2
cli/tsc/dts/lib.es2022.regexp.d.ts
vendored
2
cli/tsc/dts/lib.es2022.regexp.d.ts
vendored
|
@ -32,7 +32,7 @@ interface RegExpIndicesArray extends Array<[number, number]> {
|
|||
|
||||
interface RegExp {
|
||||
/**
|
||||
* Returns a Boolean value indicating the state of the hasIndices flag (d) used with with a regular expression.
|
||||
* Returns a Boolean value indicating the state of the hasIndices flag (d) used with a regular expression.
|
||||
* Default is false. Read-only.
|
||||
*/
|
||||
readonly hasIndices: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue