test262/test
Philip Chimento 24def913ec Remove support for nested Temporal 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:
https://github.com/tc39/proposal-temporal/issues/2104#issuecomment-1409549753

Corresponding normative PR:
https://github.com/tc39/proposal-temporal/pull/2485
2023-04-10 08:36:08 -07:00
..
annexB Duplicate named capture groups: Syntax tests 2022-11-02 15:22:58 +01:00
built-ins Remove support for nested Temporal time zone property bags 2023-04-10 08:36:08 -07:00
harness asyncHelpers tests: Address code review feedback 2023-02-21 11:04:09 -08:00
intl402 Remove support for nested Temporal time zone property bags 2023-04-10 08:36:08 -07:00
language update fixtures 2023-03-29 12:54:37 -07:00
staging Change Temporal.TimeZone compare semantics to use .id 2023-04-07 11:43:31 -07:00