swc/ecmascript/parser
강동윤 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 fix(es/transforms/compat): Improve performance (#1673) 2021-05-11 04:53:36 +00:00
examples swc_bundler (#943) 2020-08-12 22:18:47 +09:00
scripts feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
src fix(es/parser): Fix parsing of abstract class over multiple lines (#1837) 2021-06-20 14:17:40 +00:00
tests fix(es/parser): Fix parsing of abstract class over multiple lines (#1837) 2021-06-20 14:17:40 +00:00
Cargo.toml feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00
colors.js Remove a leftover (#149) 2019-02-11 09:40:53 +09:00