-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Accommodate calendar-specific fields in non-ISO ...FromFie…
…lds() methods Previously, the spec hardcoded "era" and "eraYear" as extra fields that should be accessed on the property bags passed to the dateFromFields(), yearMonthFromFields(), and monthDayFromFields() methods of Temporal.Calendar. Instead, the extra fields should be obtained by consulting the calendar's fields() method. (But not observably; we call CalendarDateFields which is an implementation-defined AO.) This accommodates calendars that require additional extra fields, beyond "era" and "eraYear". Closes: #1789
- Loading branch information
Showing
2 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters