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 time zone property bags
Previously, "nested" time zone property bags were unwrapped up to one level. That is, this object: { timeZone: { // ...Temporal.TimeZone methods } } would not be considered to implement the TimeZone protocol, but would have its timeZone property used instead, if it were passed to an API that required a TimeZone protocol object. These nested property bags are no longer supported. Discussion: #2104 (comment) See: #2104 UPSTREAM_COMMIT=1b097998da0bc4bd2a98aaf3427ecca4d707f7ec
- Loading branch information