Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions javascript/builtins/Temporal.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
"web-features:temporal"
],
"support": {
"bun": {
"impl_url": "https://github.com/oven-sh/bun/issues/15853",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our schema doesn't expect these patterns yet:

JSON Schema - 18 problems (18 errors, 0 warnings, 0 infos):
 ✖ javascript/builtins/Temporal.json - Error → PATTERN must match pattern "^https://(trac.webkit.org/changeset/|hg.mozilla.org/mozilla-central/rev/|crrev.com/|bugzil.la/|crbug.com/|webkit.org/b/|github.com/GoogleChromeLabs/chromium-bidi/issues/)"

"version_added": false
},
"chrome": {
"impl_url": "https://issues.chromium.org/issues/401065166",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't track implementation bugs for shipped features:

Suggested change
"impl_url": "https://issues.chromium.org/issues/401065166",

"version_added": "144"
},
"chrome_android": "mirror",
Expand All @@ -29,6 +34,7 @@
},
"firefox_android": "mirror",
"nodejs": {
"impl_url": "https://github.com/nodejs/node/issues/57127",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here:

JSON Schema - 18 problems (18 errors, 0 warnings, 0 infos):
 ✖ javascript/builtins/Temporal.json - Error → PATTERN must match pattern "^https://(trac.webkit.org/changeset/|hg.mozilla.org/mozilla-central/rev/|crrev.com/|bugzil.la/|crbug.com/|webkit.org/b/|github.com/GoogleChromeLabs/chromium-bidi/issues/)"

"version_added": false
},
"oculus": "mirror",
Expand Down
Loading