ladybird/Libraries/LibRegex
Andreas Kling b81269e78b Libraries: Clean up UTF-16 source text paths
Store parser errors, source range filenames, source code filenames,
module source, and Rust parser errors as UTF-16 where they flow back
into JavaScript-visible strings. Keep byte-oriented source buffers
byte-backed.

Remove temporary PrimitiveString, ByteString, and UTF-8 detours from
JSON, RegExp, module debug logging, print formatting, and tests.
2026-06-22 19:51:25 +02:00
..
Rust LibRegex: Compile ECMAScript patterns from UTF-16 2026-06-22 16:10:40 +02:00
CMakeLists.txt LibRegex: Hide the Unicode allocator override behind a feature 2026-05-28 09:27:41 +02:00
ECMAScriptRegex.cpp LibRegex: Compile ECMAScript patterns from UTF-16 2026-06-22 16:10:40 +02:00
ECMAScriptRegex.h Libraries: Clean up UTF-16 source text paths 2026-06-22 19:51:25 +02:00
RustRegex.cpp Libraries: Clean up UTF-16 source text paths 2026-06-22 19:51:25 +02:00
RustRegex.h Libraries: Clean up UTF-16 source text paths 2026-06-22 19:51:25 +02:00