Skip to content

Commit cb9b02a

Browse files
ryzokukenptomato
authored andcommitted
Editorial: Refactor Temporal Integration
Refactor the integration of the proposal with Temporal, effectively "rebasing" the proposal on top of the current state of the Temporal proposal. The new AOs plug into the appropriate calendar-specific parts of Temporal like CalendarDateRecords, CalendarExtraFields and so on. Fixes: #40
1 parent 6be81c4 commit cb9b02a

File tree

3 files changed

+365
-90
lines changed

3 files changed

+365
-90
lines changed

biblio.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"location": "https://tc39.es/proposal-temporal/",
4+
"entries": [
5+
{
6+
"type": "clause",
7+
"number": "Calendar Date Records",
8+
"id": "sec-temporal-calendar-date-records"
9+
},
10+
{
11+
"type": "op",
12+
"aoid": "TemporalCalendarExtraFields",
13+
"id": "sec-temporal-calendarextrafields"
14+
},
15+
{
16+
"type": "table",
17+
"number": 19,
18+
"id": "table-temporal-calendar-fields-record-fields"
19+
},
20+
{
21+
"type": "op",
22+
"aoid": "TemporalCalendarFieldKeysToIgnore",
23+
"id": "sec-temporal-calendarfieldkeystoignore"
24+
},
25+
{
26+
"type": "term",
27+
"term": "calendar type",
28+
"id": "sec-calendar-types"
29+
}
30+
]
31+
}
32+
]

0 commit comments

Comments
 (0)