From 8003e6a86c83bf7e9a854eb7167db141163cbfc1 Mon Sep 17 00:00:00 2001 From: sebastien Date: Thu, 27 Mar 2025 13:37:52 +0100 Subject: [PATCH] add todo v4 --- website/_dogfooding/clientModuleImportAttributes.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/_dogfooding/clientModuleImportAttributes.ts b/website/_dogfooding/clientModuleImportAttributes.ts index 1bac4e19eb..612b01a1b0 100644 --- a/website/_dogfooding/clientModuleImportAttributes.ts +++ b/website/_dogfooding/clientModuleImportAttributes.ts @@ -5,9 +5,11 @@ * LICENSE file in the root directory of this source tree. */ +// TODO Docusaurus v4 remove this // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-nocheck: TODO temp, for TS 5.1 CI jobs + // Test for import attribute support // See https://github.com/facebook/docusaurus/issues/11016 import '@generated/i18n' with { type: "json" }