1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:47:44 +00:00

LibJS: Implement parsing of TemporalDateTimeString

This commit is contained in:
Linus Groh 2021-11-19 18:21:33 +00:00
parent 02e7de2cba
commit b42b7d5f16
5 changed files with 23 additions and 7 deletions

View file

@ -77,6 +77,7 @@ public:
[[nodiscard]] bool parse_date_time();
[[nodiscard]] bool parse_calendar_date_time();
[[nodiscard]] bool parse_temporal_date_string();
[[nodiscard]] bool parse_temporal_date_time_string();
private:
struct State {