From bc59175d08487a0cca872954985c171d9bda6c24 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Wed, 8 Jan 2025 14:34:42 +0100 Subject: [PATCH] No longer ignore Temporal --- .eleventy.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 349f9ab6b8..c838dbb455 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -25,11 +25,6 @@ for (const feature of bcd.walk(["api", "css", "javascript", "html", "http", "svg continue; } - // Ignore Temporal for now - if (feature.id.includes("Temporal")) { - continue; - } - // Ignore iterables for now // https://github.com/orgs/mdn/discussions/707 const iterableInterfaces = [