mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
LibJS: Add yearOfWeek calendar methods and properties
This is a normative change in the Temporal spec. See: -7fa4d18
-caa941d
This commit is contained in:
parent
804baa42f9
commit
fa1416987a
15 changed files with 294 additions and 126 deletions
|
@ -573,6 +573,7 @@ namespace JS {
|
|||
P(writable) \
|
||||
P(year) \
|
||||
P(yearMonthFromFields) \
|
||||
P(yearOfWeek) \
|
||||
P(years) \
|
||||
P(yearsDisplay) \
|
||||
P(zonedDateTime) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue