-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normative: Look up calendar methods only once
Introduce a new spec type, Calendar Record, which stores a calendar object's dateAdd, dateFromFields, and dateUntil methods once they have been observably looked up. The record is passed around into abstract operations instead of the calendar object itself. These three are the only methods that are called more than once within the same API call. Others are called only once and can be looked up as needed. This is a large commit but most of it is mechanical replacement of Temporal.Calendar variables with Calendar Record variables.
- Loading branch information
Showing
9 changed files
with
606 additions
and
349 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
Oops, something went wrong.