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:
parent
02e7de2cba
commit
b42b7d5f16
5 changed files with 23 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue