Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 17.2.5.
  • Loading branch information
reffy-bot committed Oct 3, 2024
1 parent c6ca1d3 commit 8d196e7
Show file tree
Hide file tree
Showing 3 changed files with 879 additions and 921 deletions.
78 changes: 11 additions & 67 deletions ed/headings/tc39-temporal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3941,135 +3941,79 @@
{
"id": "sec-temporal-parseisodatetime",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime",
"title": "ParseISODateTime ( isoString )",
"title": "ParseISODateTime ( isoString, allowedFormats )",
"level": 2,
"number": "13.32"
},
{
"id": "sec-temporal-parsetemporalinstantstring",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalinstantstring",
"title": "ParseTemporalInstantString ( isoString )",
"level": 2,
"number": "13.33"
},
{
"id": "sec-temporal-parsetemporalzoneddatetimestring",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalzoneddatetimestring",
"title": "ParseTemporalZonedDateTimeString ( isoString )",
"level": 2,
"number": "13.34"
},
{
"id": "sec-temporal-parsetemporalcalendarstring",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring",
"title": "ParseTemporalCalendarString ( string )",
"level": 2,
"number": "13.35"
},
{
"id": "sec-temporal-parsetemporaldatetimestring",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldatetimestring",
"title": "ParseTemporalDateTimeString ( isoString )",
"level": 2,
"number": "13.36"
"number": "13.33"
},
{
"id": "sec-temporal-parsetemporaldurationstring",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring",
"title": "ParseTemporalDurationString ( isoString )",
"level": 2,
"number": "13.37"
},
{
"id": "sec-temporal-iso-month-day-parse-records",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-iso-month-day-parse-records",
"title": "ISO Month-Day Parse Records",
"level": 2,
"number": "13.38"
},
{
"id": "sec-temporal-parsetemporalmonthdaystring",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalmonthdaystring",
"title": "ParseTemporalMonthDayString ( isoString )",
"level": 2,
"number": "13.39"
},
{
"id": "sec-temporal-parsetemporalrelativetostring",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalrelativetostring",
"title": "ParseTemporalRelativeToString ( isoString )",
"level": 2,
"number": "13.40"
},
{
"id": "sec-temporal-parsetemporaltimestring",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimestring",
"title": "ParseTemporalTimeString ( isoString )",
"level": 2,
"number": "13.41"
"number": "13.34"
},
{
"id": "sec-temporal-parsetemporaltimezonestring",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring",
"title": "ParseTemporalTimeZoneString ( timeZoneString )",
"level": 2,
"number": "13.42"
},
{
"id": "sec-temporal-parsetemporalyearmonthstring",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalyearmonthstring",
"title": "ParseTemporalYearMonthString ( isoString )",
"level": 2,
"number": "13.43"
"number": "13.35"
},
{
"id": "sec-topositiveintegerwithtruncation",
"href": "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation",
"title": "ToPositiveIntegerWithTruncation ( argument )",
"level": 2,
"number": "13.44"
"number": "13.36"
},
{
"id": "sec-tointegerwithtruncation",
"href": "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation",
"title": "ToIntegerWithTruncation ( argument )",
"level": 2,
"number": "13.45"
"number": "13.37"
},
{
"id": "sec-tointegerifintegral",
"href": "https://tc39.es/proposal-temporal/#sec-tointegerifintegral",
"title": "ToIntegerIfIntegral ( argument )",
"level": 2,
"number": "13.46"
"number": "13.38"
},
{
"id": "sec-temporal-temporalobjecttofields",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-temporalobjecttofields",
"title": "TemporalObjectToFields ( temporalObject )",
"level": 2,
"number": "13.47"
"number": "13.39"
},
{
"id": "sec-temporal-isodatetofields",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-isodatetofields",
"title": "ISODateToFields ( calendar, isoDate, type )",
"level": 2,
"number": "13.48"
"number": "13.40"
},
{
"id": "sec-temporal-preparecalendarfields",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-preparecalendarfields",
"title": "PrepareCalendarFields ( calendar, fields, calendarFieldNames, nonCalendarFieldNames, requiredFieldNames )",
"level": 2,
"number": "13.49"
"number": "13.41"
},
{
"id": "sec-temporal-getdifferencesettings",
"href": "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings",
"title": "GetDifferenceSettings ( operation, options, unitGroup, disallowedUnits, fallbackSmallestUnit, smallestLargestDefaultUnit )",
"level": 2,
"number": "13.50"
"number": "13.42"
},
{
"id": "sec-temporal-legacy-date-objects",
Expand Down
Loading

0 comments on commit 8d196e7

Please sign in to comment.