mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:37:35 +00:00
LibJS: Simplify ResolveISOMonth
This is an editorial change in the Temporal spec.
See: 1b83226
This commit is contained in:
parent
92fd97ed63
commit
d758566996
3 changed files with 29 additions and 28 deletions
|
@ -1459,7 +1459,8 @@ bool ISO8601Parser::parse_temporal_zoned_date_time_string()
|
|||
__JS_ENUMERATE(TemporalYearMonthString, parse_temporal_year_month_string) \
|
||||
__JS_ENUMERATE(TemporalZonedDateTimeString, parse_temporal_zoned_date_time_string) \
|
||||
__JS_ENUMERATE(TimeZoneNumericUTCOffset, parse_time_zone_numeric_utc_offset) \
|
||||
__JS_ENUMERATE(CalendarName, parse_calendar_name)
|
||||
__JS_ENUMERATE(CalendarName, parse_calendar_name) \
|
||||
__JS_ENUMERATE(DateMonth, parse_date_month)
|
||||
|
||||
Optional<ParseResult> parse_iso8601(Production production, StringView input)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue