mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:07:45 +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
|
@ -55,6 +55,7 @@ enum class Production {
|
|||
TemporalZonedDateTimeString,
|
||||
TimeZoneNumericUTCOffset,
|
||||
CalendarName,
|
||||
DateMonth,
|
||||
};
|
||||
|
||||
Optional<ParseResult> parse_iso8601(Production, StringView);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue