Skip to content

Commit

Permalink
Add missing Temporal spec_url entries (#25714)
Browse files Browse the repository at this point in the history
* feat: add spec_url for Temporal.PlainDate.prototype.era

* feat: add spec_url for Temporal.PlainDate.prototype.eraYear

* feat: add spec_url for temporal.plaindatetime.from

* fix: timeZoneID -> timeZoneId

* fix: zoneddatetime -> instant

* revert typo fixes
  • Loading branch information
bsmth authored Jan 21, 2025
1 parent e139fdb commit 8846e1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javascript/builtins/Temporal/PlainDate.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@
},
"era": {
"__compat": {
"spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era",
"tags": [
"web-features:temporal"
],
Expand Down Expand Up @@ -679,6 +680,7 @@
},
"eraYear": {
"__compat": {
"spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear",
"tags": [
"web-features:temporal"
],
Expand Down
2 changes: 2 additions & 0 deletions javascript/builtins/Temporal/PlainDateTime.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@
},
"era": {
"__compat": {
"spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era",
"tags": [
"web-features:temporal"
],
Expand Down Expand Up @@ -679,6 +680,7 @@
},
"eraYear": {
"__compat": {
"spec_url": "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear",
"tags": [
"web-features:temporal"
],
Expand Down

0 comments on commit 8846e1e

Please sign in to comment.