Skip to content

Commit

Permalink
Update Temporal builtins (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Jul 31, 2024
1 parent d7708c7 commit 493674b
Showing 1 changed file with 14 additions and 31 deletions.
45 changes: 14 additions & 31 deletions custom/js.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,23 +304,18 @@
"static": [
"add",
"compare",
"epochMicroseconds",
"epochMilliseconds",
"epochNanoseconds",
"epochSeconds",
"equals",
"from",
"fromEpochMicroseconds",
"fromEpochMilliseconds",
"fromEpochNanoseconds",
"fromEpochSeconds",
"round",
"since",
"subtract",
"toJSON",
"toLocaleString",
"toString",
"toZonedDateTime",
"toZonedDateTimeISO",
"until",
"valueOf"
Expand All @@ -331,12 +326,9 @@
"members": {
"static": [
"instant",
"plainDate",
"plainDateISO",
"plainDateTime",
"plainDateTimeISO",
"timeZone",
"zonedDateTime",
"timeZoneId",
"zonedDateTimeISO"
]
}
Expand All @@ -346,7 +338,7 @@
"members": {
"static": [
"add",
"calendar",
"calendarId",
"compare",
"day",
"dayOfWeek",
Expand Down Expand Up @@ -377,7 +369,8 @@
"weekOfYear",
"with",
"withCalendar",
"year"
"year",
"yearOfWeek"
]
}
},
Expand All @@ -386,7 +379,7 @@
"members": {
"static": [
"add",
"calendar",
"calendarId",
"compare",
"day",
"dayOfWeek",
Expand Down Expand Up @@ -415,27 +408,25 @@
"toJSON",
"toLocaleString",
"toPlainDate",
"toPlainMonthDay",
"toPlainTime",
"toPlainYearMonth",
"toString",
"toZonedDateTime",
"until",
"valueOf",
"weekOfYear",
"with",
"withCalendar",
"withPlainDate",
"withPlainTime",
"year"
"year",
"yearOfWeek"
]
}
},
"Temporal.PlainMonthDay": {
"ctor": {},
"members": {
"static": [
"calendar",
"calendarId",
"day",
"equals",
"from",
Expand All @@ -455,7 +446,6 @@
"members": {
"static": [
"add",
"calendar",
"compare",
"equals",
"from",
Expand All @@ -471,9 +461,7 @@
"subtract",
"toJSON",
"toLocaleString",
"toPlainDateTime",
"toString",
"toZonedDateTime",
"until",
"valueOf",
"with"
Expand All @@ -485,7 +473,7 @@
"members": {
"static": [
"add",
"calendar",
"calendarId",
"compare",
"daysInMonth",
"daysInYear",
Expand Down Expand Up @@ -517,12 +505,10 @@
"static": [
"from",
"getInstantFor",
"getNextTransition",
"getOffsetNanosecondsFor",
"getOffsetStringFor",
"getPlainDateTimeFor",
"getPossibleInstantsFor",
"getPreviousTransition",
"id",
"toJSON",
"toString"
Expand All @@ -534,23 +520,22 @@
"members": {
"static": [
"add",
"calendar",
"calendarId",
"compare",
"day",
"dayOfWeek",
"dayOfYear",
"daysInMonth",
"daysInWeek",
"daysInYear",
"epochMicroseconds",
"epochMilliseconds",
"epochNanoseconds",
"epochSeconds",
"equals",
"era",
"eraYear",
"from",
"getISOFields",
"getTimeZoneTransition",
"hour",
"hoursInDay",
"inLeapYear",
Expand All @@ -568,25 +553,23 @@
"since",
"startOfDay",
"subtract",
"timeZone",
"timeZoneId",
"toInstant",
"toJSON",
"toLocaleString",
"toPlainDate",
"toPlainDateTime",
"toPlainMonthDay",
"toPlainTime",
"toPlainYearMonth",
"toString",
"until",
"valueOf",
"weekOfYear",
"with",
"withCalendar",
"withPlainDate",
"withPlainTime",
"withTimeZone",
"year"
"year",
"yearOfWeek"
]
}
}
Expand Down

0 comments on commit 493674b

Please sign in to comment.