-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add Temporal bugs for Bun + Node.js #28614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Added implementation URLs for Bun, Chrome and Node.js support.
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
| "version_added": false | ||
| }, | ||
| "chrome": { | ||
| "impl_url": "https://issues.chromium.org/issues/401065166", |
There was a problem hiding this comment.
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:
| "impl_url": "https://issues.chromium.org/issues/401065166", |
| ], | ||
| "support": { | ||
| "bun": { | ||
| "impl_url": "https://github.com/oven-sh/bun/issues/15853", |
There was a problem hiding this comment.
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/)"
| }, | ||
| "firefox_android": "mirror", | ||
| "nodejs": { | ||
| "impl_url": "https://github.com/nodejs/node/issues/57127", |
There was a problem hiding this comment.
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/)"
Added implementation URLs for Bun, Chrome and Node.js support.