Skip to content

Commit

Permalink
Temporal removals (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Dec 17, 2024
1 parent 21abebf commit cf37309
Showing 1 changed file with 1 addition and 53 deletions.
54 changes: 1 addition & 53 deletions custom/js.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,38 +235,6 @@
"Temporal": {
"__comment": "XXX Temporal is still in draft stages, so the es-scraper will not include its data."
},
"Temporal.Calendar": {
"ctor": {},
"members": {
"static": [
"dateAdd",
"dateFromFields",
"dateUntil",
"day",
"dayOfWeek",
"dayOfYear",
"daysInMonth",
"daysInWeek",
"daysInYear",
"era",
"eraYear",
"fields",
"from",
"id",
"inLeapYear",
"mergeFields",
"month",
"monthCode",
"monthDayFromFields",
"monthsInYear",
"toJSON",
"toString",
"weekOfYear",
"year",
"yearMonthFromFields"
]
}
},
"Temporal.Duration": {
"ctor": {},
"members": {
Expand Down Expand Up @@ -329,6 +297,7 @@
"instant",
"plainDateISO",
"plainDateTimeISO",
"plainTimeISO",
"timeZoneId",
"zonedDateTimeISO"
]
Expand All @@ -351,7 +320,6 @@
"era",
"eraYear",
"from",
"getISOFields",
"inLeapYear",
"month",
"monthCode",
Expand Down Expand Up @@ -392,7 +360,6 @@
"era",
"eraYear",
"from",
"getISOFields",
"hour",
"inLeapYear",
"microsecond",
Expand Down Expand Up @@ -450,7 +417,6 @@
"compare",
"equals",
"from",
"getISOFields",
"hour",
"microsecond",
"millisecond",
Expand Down Expand Up @@ -482,7 +448,6 @@
"era",
"eraYear",
"from",
"getISOFields",
"inLeapYear",
"month",
"monthCode",
Expand All @@ -500,22 +465,6 @@
]
}
},
"Temporal.TimeZone": {
"ctor": {},
"members": {
"static": [
"from",
"getInstantFor",
"getOffsetNanosecondsFor",
"getOffsetStringFor",
"getPlainDateTimeFor",
"getPossibleInstantsFor",
"id",
"toJSON",
"toString"
]
}
},
"Temporal.ZonedDateTime": {
"ctor": {},
"members": {
Expand All @@ -535,7 +484,6 @@
"era",
"eraYear",
"from",
"getISOFields",
"getTimeZoneTransition",
"hour",
"hoursInDay",
Expand Down

0 comments on commit cf37309

Please sign in to comment.