Skip to content

Commit

Permalink
Firefox Nightly supports Temporal behind pref (#25796)
Browse files Browse the repository at this point in the history
* added FF release data to Temporal API

* added FF data for Temporal.Duration

* added FF data for Temporal.Instant

* added FF data for Temporal.Now

* added FF data for Temporal.PlainDate

* added FF data for Temporal.PlainDateTime

* added FF data for Temporal.PlainMonthDay

* added FF data for Temporal.PlainTime

* added FF data for Temporal.PlainYearMonth

* added FF data for Temporal.ZonedDateTime

* updated the imp_url and added release data to Date.toTemporalInstant
  • Loading branch information
dletorey authored Jan 30, 2025
1 parent e286e5f commit a57ebb6
Show file tree
Hide file tree
Showing 11 changed files with 2,191 additions and 486 deletions.
11 changes: 9 additions & 2 deletions javascript/builtins/Date.json
Original file line number Diff line number Diff line change
Expand Up @@ -3048,8 +3048,15 @@
},
"edge": "mirror",
"firefox": {
"version_added": false,
"impl_url": "https://bugzil.la/1519167"
"version_added": "preview",
"flags": [
{
"type": "preference",
"name": "javascript.options.experimental.temporal",
"value_to_set": "true"
}
],
"impl_url": "https://bugzil.la/1912511"
},
"firefox_android": "mirror",
"ie": {
Expand Down
11 changes: 9 additions & 2 deletions javascript/builtins/Temporal.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,15 @@
},
"edge": "mirror",
"firefox": {
"version_added": false,
"impl_url": "https://bugzil.la/1519167"
"version_added": "preview",
"flags": [
{
"type": "preference",
"name": "javascript.options.experimental.temporal",
"value_to_set": "true"
}
],
"impl_url": "https://bugzil.la/1912511"
},
"firefox_android": "mirror",
"ie": {
Expand Down
Loading

0 comments on commit a57ebb6

Please sign in to comment.