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.es2016.array.include.d.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/tsc/dts/lib.es2016.array.include.d.ts') diff --git a/cli/tsc/dts/lib.es2016.array.include.d.ts b/cli/tsc/dts/lib.es2016.array.include.d.ts index 6bc6ef30e..8acbe4aeb 100644 --- a/cli/tsc/dts/lib.es2016.array.include.d.ts +++ b/cli/tsc/dts/lib.es2016.array.include.d.ts @@ -14,10 +14,8 @@ and limitations under the License. ***************************************************************************** */ - /// - interface Array { /** * Determines whether an array includes a certain element, returning true or false as appropriate. -- cgit v1.2.3