Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normative: Remove support for nested calendar property bags
Previously, "nested" calendar property bags were unwrapped up to one level. That is, this object: { calendar: { // ...Temporal.Calendar methods } } would not be considered to implement the Calendar protocol, but would have its calendar property used instead, if it were passed to an API that required a Calendar protocol object. These nested property bags are no longer supported. Discussion: tc39/proposal-temporal#2104 (comment) See: #2104 UPSTREAM_COMMIT=f431988a6eb4b02c056af820aa7f3c0d0d973d22
- Loading branch information