oxc/crates/oxc_regular_expression/src
leaysgur 15b87adb05 chore(regular_expression): Extract diagnostics (#5287)
- Extract `Diagnostic::error()`s to separate file
- Align error message prefix
2024-08-28 03:19:29 +00:00
..
body_parser chore(regular_expression): Extract diagnostics (#5287) 2024-08-28 03:19:29 +00:00
ast.rs feat(regular_expression): Validate max quantifier value (#5218) 2024-08-26 07:11:04 +00:00
flag_parser.rs
lib.rs
literal_parser.rs feat(parser): parse regular expression with regex parser (#4998) 2024-08-22 03:09:55 +00:00
options.rs feat(parser): parse regular expression with regex parser (#4998) 2024-08-22 03:09:55 +00:00
span.rs