From 2fcf1f14cf29bb68995f652f93a4f6e3cb55c8d7 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 21 Mar 2023 11:46:40 -0400 Subject: feat: TypeScript 5.0.2 (except decorators) (#18294) This upgrades TypeScript to 5.0.2, but does not have ES decorator support because swc does not support that yet. --- cli/tsc/dts/lib.es2018.regexp.d.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/tsc/dts/lib.es2018.regexp.d.ts') diff --git a/cli/tsc/dts/lib.es2018.regexp.d.ts b/cli/tsc/dts/lib.es2018.regexp.d.ts index 9cb3710b5..9464390a9 100644 --- a/cli/tsc/dts/lib.es2018.regexp.d.ts +++ b/cli/tsc/dts/lib.es2018.regexp.d.ts @@ -14,10 +14,8 @@ and limitations under the License. ***************************************************************************** */ - /// - interface RegExpMatchArray { groups?: { [key: string]: string -- cgit v1.2.3