summaryrefslogtreecommitdiff
path: root/tests/specs/run/unstable_temporal_api_patch/main.ts
AgeCommit message (Collapse)Author
2024-09-10BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)Kenta Moriuchi
Mainly I removed `Temporal.Calendar` and `Temporal.TimeZone` and replaced them to APIs that handle calendar and timezone as strings. https://github.com/tc39/proposal-temporal/pull/2925 Related #24836