oxc/crates/oxc_parser/examples
overlookmotel 2857ae15cd refactor(parser): refactor visitor in regexp example (#8524)
Refactor visitor in example to use `visit_*` methods instead of `enter_node`. This is our recommended style as it's more performant.
2025-01-16 02:40:29 +00:00
..
parser.rs
parser_tsx.rs
regular_expression.rs refactor(parser): refactor visitor in regexp example (#8524) 2025-01-16 02:40:29 +00:00
visitor.rs