swc/ecmascript/visit
강동윤 6ad3f7b90e
feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842)
swc_ecma_transforms:
 - Expose `VisitMut` if possible.

swc_ecma_visit:
 - Implement `VisitMut` for` Folder<V>`.
 - Implement `VisitMut` for `AndThen<A, B>`.
2021-06-23 04:18:41 +00:00
..
scripts Visitor for stable rust (#743) 2020-04-02 18:38:13 +09:00
src feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00
Cargo.toml feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00