RESOLVED FIXED 279312
[JSC] Remove obsoleted methods for Temporal.PlainTime and Temporal.PlainDateTime
https://bugs.webkit.org/show_bug.cgi?id=279312
Summary [JSC] Remove obsoleted methods for Temporal.PlainTime and Temporal.PlainDateTime
Sosuke Suzuki
Reported 2024-09-08 03:45:32 PDT
Due to changes in Temporal from July 2024, several methods have become obsolete[1]. We have already removed the methods of Temporal.Instant that were marked obsolete[2]. This patch removes the following methods from Temporal.PlainTime and Temporal.PlainDateTime: - Temporal.PlainTime.prototype.toPlainDateTime - Temporal.PlainDateTime.prototype.withPlainDate Although there are other methods slated for removal in the Temporal changes[1], we had not yet implemented those methods. [1]: https://github.com/tc39/proposal-temporal/pull/2895 [2]: https://commits.webkit.org/282400@main
Attachments
Sosuke Suzuki
Comment 1 2024-09-08 03:47:41 PDT
EWS
Comment 2 2024-09-08 10:37:58 PDT
Committed 283315@main (0bb3d02c4ce3): <https://commits.webkit.org/283315@main> Reviewed commits have been landed. Closing PR #33288 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-09-08 10:38:12 PDT
Note You need to log in before you can comment on or make changes to this bug.