Skip to content

Commit

Permalink
No longer ignore Temporal
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Jan 8, 2025
1 parent c9c9057 commit bc59175
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit bc59175

Please sign in to comment.