Skip to content

Commit 9e1bc4e

Browse files
Pin Temporal support to top-level object to show Firefox 139 as supported (#3020)
1 parent cca0385 commit 9e1bc4e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

features/temporal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ description: The `Temporal` API allows you to work with dates, times, time zones
33
spec: https://tc39.es/proposal-temporal/
44
group: javascript
55
caniuse: temporal
6+
status:
7+
compute_from: javascript.builtins.Temporal

features/temporal.yml.dist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33

44
status:
55
baseline: false
6-
support: {}
6+
support:
7+
firefox: "139"
8+
firefox_android: "139"
79
compat_features:
10+
# ⬇️ Same status as overall feature ⬇️
811
# baseline: false
912
# support:
1013
# firefox: "139"
@@ -250,7 +253,6 @@ compat_features:
250253
- javascript.builtins.Temporal.ZonedDateTime.year
251254
- javascript.builtins.Temporal.ZonedDateTime.yearOfWeek
252255

253-
# ⬇️ Same status as overall feature ⬇️
254256
# baseline: false
255257
# support: {}
256258
- javascript.builtins.Temporal.PlainDate.withCalendar

0 commit comments

Comments
 (0)