From d4242690f73d79ffa47f570463f11c7cfb67a351 Mon Sep 17 00:00:00 2001 From: hugosmoreira Date: Fri, 7 Aug 2026 18:14:54 -0700 Subject: [PATCH] fix(precise-date): support TypeScript 7 --- core/precise-date/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/precise-date/src/index.ts b/core/precise-date/src/index.ts index 6c54aa54b585..b7d2237c7eaa 100644 --- a/core/precise-date/src/index.ts +++ b/core/precise-date/src/index.ts @@ -73,7 +73,6 @@ enum Sign { * in addition to several custom types as noted below. * * @class - * @extends external:Date * * @param {number|string|bigint|Date|DateTuple|DateStruct} [time] The time * value.