mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Refactor visitor in example to use `visit_*` methods instead of `enter_node`. This is our recommended style as it's more performant. |
||
|---|---|---|
| .. | ||
| parser.rs | ||
| parser_tsx.rs | ||
| regular_expression.rs | ||
| visitor.rs | ||