mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Has several effects on existing tests: - Remove PlainTime from various tests that extract a Temporal.Calendar instance from another Temporal object. - Remove Temporal.PlainTime.prototype.calendar property. - Remove calendar property from object returned from Temporal.PlainTime.prototype.getISOFields(). - Ignore calendar annotation when converting ISO string to PlainTime. Normative PR: https://github.com/tc39/proposal-temporal/pull/2482