oxc/crates/oxc_regular_expression/src
2024-09-09 08:17:55 +00:00
..
body_parser fix(regular_expression): Handle - in /[\-]/u as escaped character (#5631) 2024-09-09 04:14:17 +00:00
generated refactor(ast, ast_tools): use full method path for generated derives trait calls. (#5462) 2024-09-05 05:36:50 +00:00
ast.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
diagnostics.rs refactor(linter): use meaningful names for diagnostic parameters (#5564) 2024-09-06 18:14:56 -04:00
display.rs fix(regular_expression): Improve RegExp to_string() results (#5635) 2024-09-09 08:17:55 +00:00
flag_parser.rs refactor(regular_expression): Align diagnostics (#5543) 2024-09-06 16:28:06 +00:00
lib.rs refactor(regular_expression): Align diagnostics (#5543) 2024-09-06 16:28:06 +00:00
literal_parser.rs refactor(regular_expression): Align diagnostics (#5543) 2024-09-06 16:28:06 +00:00
options.rs feat(parser): parse regular expression with regex parser (#4998) 2024-08-22 03:09:55 +00:00
span.rs chore(oxc_regular_expression): rename crate 2024-08-20 10:59:00 +08:00
surrogate_pair.rs refactor(regular_expression): correct typo (#5429) 2024-09-04 00:54:22 +00:00