oxc/crates/oxc_regular_expression/src
camchenry 8d026e1dd9 feat(regular_expression): implement GetSpan for RegExp AST nodes (#6056)
To make it easier to get the `Span` for some node in the Regex AST, I've implemented the `GetSpan` trait for all necessary structs.
2024-09-26 05:51:35 +00:00
..
body_parser fix(regular_expression): Keep LegacyOctalEscape raw digits for to_string (#5692) 2024-09-11 07:07:00 +00:00
generated fix(regular_expression): Keep LegacyOctalEscape raw digits for to_string (#5692) 2024-09-11 07:07:00 +00:00
ast.rs feat(regular_expression): implement GetSpan for RegExp AST nodes (#6056) 2024-09-26 05:51:35 +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): Keep LegacyOctalEscape raw digits for to_string (#5692) 2024-09-11 07:07:00 +00:00
flag_parser.rs refactor(regular_expression): Align diagnostics (#5543) 2024-09-06 16:28:06 +00:00
lib.rs feat(regular_expression): implement visitor pattern trait for regex AST (#6055) 2024-09-26 05:04:46 +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
surrogate_pair.rs refactor(regular_expression): correct typo (#5429) 2024-09-04 00:54:22 +00:00
visit.rs feat(regular_expression): implement GetSpan for RegExp AST nodes (#6056) 2024-09-26 05:51:35 +00:00