1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00

LibURL/Pattern: Implement the URL Pattern Tokenizer

The tokenizer is used for both pattern string and constructor string
parsing of URL Patterns.
This commit is contained in:
Shannon Booth 2025-02-18 17:25:02 +13:00 committed by Tim Flynn
parent 70e3a48892
commit f8f21319f9
Notes: github-actions[bot] 2025-03-15 11:40:38 +00:00
5 changed files with 563 additions and 0 deletions

View file

@ -61,6 +61,7 @@ set(TLS_DEBUG ON)
set(TOKENIZER_TRACE_DEBUG ON)
set(UPDATE_LAYOUT_DEBUG ON)
set(URL_PARSER_DEBUG ON)
set(URL_PATTERN_DEBUG ON)
set(UTF8_DEBUG ON)
set(VPX_DEBUG ON)
set(WASI_DEBUG ON)