1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:37:34 +00:00

LibJS: Simplify ResolveISOMonth

This is an editorial change in the Temporal spec.
See: 1b83226
This commit is contained in:
Moustafa Raafat 2022-10-16 12:26:12 +01:00 committed by Linus Groh
parent 92fd97ed63
commit d758566996
3 changed files with 29 additions and 28 deletions

View file

@ -55,6 +55,7 @@ enum class Production {
TemporalZonedDateTimeString,
TimeZoneNumericUTCOffset,
CalendarName,
DateMonth,
};
Optional<ParseResult> parse_iso8601(Production, StringView);