Files
ladybird/Libraries/LibIDL
Johan Dahlin db9c3b88f4 LibIDL: Allow quoted-string defaults with whitespace in IDL parameters
The old parameter-default lexer stopped at any whitespace, making it
impossible to write defaults like `optional CSSOMString text = " "`.
Fall back to `consume_quoted_string()` (capturing quotes) when the
default starts with a quote, so the spec default for
FontFaceSet.load()/.check() can be expressed in IDL.
2026-04-25 17:06:28 +02:00
..
2026-02-26 18:31:57 +01:00