Skip to content

Commit bc59175

Browse files
committed
No longer ignore Temporal
1 parent c9c9057 commit bc59175

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.eleventy.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ for (const feature of bcd.walk(["api", "css", "javascript", "html", "http", "svg
2525
continue;
2626
}
2727

28-
// Ignore Temporal for now
29-
if (feature.id.includes("Temporal")) {
30-
continue;
31-
}
32-
3328
// Ignore iterables for now
3429
// https://github.com/orgs/mdn/discussions/707
3530
const iterableInterfaces = [

0 commit comments

Comments
 (0)