[Webkit-unassigned] [Bug 279312] New: [JSC] Remove obsoleted methods for Temporal.PlainTime and Temporal.PlainDateTime
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 8 03:45:32 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=279312
Bug ID: 279312
Summary: [JSC] Remove obsoleted methods for Temporal.PlainTime
and Temporal.PlainDateTime
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aosukeke at gmail.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240908/bdd20c1d/attachment.htm>
More information about the webkit-unassigned
mailing list