mirror of
https://github.com/danbulant/oxc
synced 2026-05-23 06:08:47 +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 | ||