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:
Bartek Iwańczuk 2024-07-03 15:09:54 +01:00 committed by GitHub
parent 496ea5903b
commit 3242e2718f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 191233 additions and 187186 deletions

View file

@ -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;