mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
LibJS: Remove redundant TemporalRelativeToString production
This is an editorial change in the Temporal spec.
See: f85f953
This commit is contained in:
parent
51e01b5a80
commit
03017be5bd
4 changed files with 4 additions and 16 deletions
|
@ -60,7 +60,6 @@ enum class Production {
|
|||
TemporalYearMonthString,
|
||||
TemporalZonedDateTimeString,
|
||||
TemporalCalendarString,
|
||||
TemporalRelativeToString,
|
||||
};
|
||||
|
||||
Optional<ParseResult> parse_iso8601(Production, StringView);
|
||||
|
@ -182,7 +181,6 @@ public:
|
|||
[[nodiscard]] bool parse_temporal_year_month_string();
|
||||
[[nodiscard]] bool parse_temporal_zoned_date_time_string();
|
||||
[[nodiscard]] bool parse_temporal_calendar_string();
|
||||
[[nodiscard]] bool parse_temporal_relative_to_string();
|
||||
|
||||
private:
|
||||
struct State {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue