Files
ladybird/Libraries/LibWeb/CSS
Sam Atkins a8d0be4382 LibWeb/CSS: Expose consumed tokens from TokenStream
In some situations we want to examine a sequence of tokens that have
been already consumed from a TokenStream. These methods let us do so:
- current_index() provides the current internal token index
- tokens_since() provides a span from the given index to the current one
2025-12-02 09:49:23 +00:00
..
2025-11-23 09:43:24 +01:00
2025-11-23 09:43:24 +01:00
2024-12-28 05:39:32 -08:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-11-12 18:30:16 +01:00
2025-11-23 09:43:24 +01:00
2025-11-23 09:43:24 +01:00
2025-08-23 16:04:36 -06:00