From 3242e2718fdbbdb6d1855c0f694e816f9af3f09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 3 Jul 2024 15:09:54 +0100 Subject: 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/ --- cli/tsc/dts/lib.es2022.regexp.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc/dts/lib.es2022.regexp.d.ts') diff --git a/cli/tsc/dts/lib.es2022.regexp.d.ts b/cli/tsc/dts/lib.es2022.regexp.d.ts index 88ebbce9b..5a15cd49e 100644 --- a/cli/tsc/dts/lib.es2022.regexp.d.ts +++ b/cli/tsc/dts/lib.es2022.regexp.d.ts @@ -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; -- cgit v1.2.3