mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
Now that LibRegex is safe to use (for parsing) off the main thread, we can validate regex literals directly while parsing JavaScript. This allows us to remove the deferred regex compilation pass that we previously ran on the main thread after parsing JS in the background.