swc/ecmascript/codegen
강동윤 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
..
benches remove codegen::Handlers (#974) 2020-08-17 21:09:12 +09:00
macros fix(es/parser): Use correct position for comments (#1527) 2021-03-31 19:30:05 +09:00
scripts Performance (#696) 2020-03-01 20:05:03 +09:00
src fix(swc): Fix sourcemap (#1832) 2021-06-18 11:34:17 +00:00
tests fix(es/parser): Fix parsing of line terminators (#1755) 2021-06-15 00:39:03 +09:00
Cargo.toml feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00