[][src]Macro swc_ecma_visit_macros::define

define!() { /* proc-macro */ }

This creates Visit. This is extensible visitor generator, and it

  • works with stable rustc

  • highly extensible and used to create Visitor for any types

If there's a need, I'll publish the macro with generic name.

  • will be extended to create VisitMut and Fold in future

(If there's a request)