feat(oxc_ast): add VisitMut trait

closes #184
This commit is contained in:
Boshen 2023-03-15 13:29:53 +08:00
parent 326de5006b
commit d1c04523b6
No known key found for this signature in database
GPG key ID: 6AC90C77AAAA6ABC
2 changed files with 1266 additions and 0 deletions

View file

@ -15,6 +15,7 @@ pub mod span;
pub mod syntax_directed_operations;
pub mod trivia;
pub mod visit;
pub mod visit_mut;
pub use ast_kind::AstKind;
pub use num_bigint::BigUint;

File diff suppressed because it is too large Load diff