Sam Atkins
d784a8aaf0
LibWeb: Replace Result with ErrorOr in CSS Parser
...
...using a ParseErrorOr type alias.
This lets us replace a bunch of manual error-checking with TRY. :^)
I also replaced the ParsingResult::Done value with returning an
Optional. I wasn't happy with treating "Done" as an error when I first
wrote this, and this makes a clear distinction between the two.
2022-04-29 00:07:31 +02:00
..
2022-04-11 20:19:10 +02:00
2022-04-03 15:18:20 +01:00
2022-04-01 21:24:45 +01:00
2022-04-29 00:07:31 +02:00
2022-04-20 19:49:01 +02:00
2022-04-20 19:49:01 +02:00
2022-04-02 13:13:37 +03:00
2022-04-14 21:54:10 +02:00
2022-04-10 12:10:59 +02:00
2022-04-01 21:24:45 +01:00
2022-04-09 18:27:24 +02:00
2022-04-14 21:54:10 +02:00
2022-04-02 23:52:25 +01:00
2022-04-02 13:13:37 +03:00
2022-04-12 23:03:46 +02:00
2022-04-09 18:27:24 +02:00
2022-04-10 01:37:45 +02:00
2022-04-04 12:48:31 +02:00
2022-04-01 21:24:45 +01:00
2022-04-23 18:05:55 +02:00
2022-04-01 21:24:45 +01:00
2022-04-18 14:16:28 +02:00
2022-04-01 21:24:45 +01:00
2022-04-11 21:10:08 +02:00
2022-04-09 23:48:18 +02:00
2022-04-09 23:48:18 +02:00
2022-04-18 21:30:51 +02:00
2022-04-01 21:24:45 +01:00
2022-04-09 23:48:18 +02:00
2022-04-09 12:21:43 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00