swc/ecmascript/transforms
Andrew Bradley a31ca40dbb
fix(es/transforms/module): Share usage data between passes (#1829)
swc_ecma_transforms_module:
 - Share scope data between import analyzer and module passes.
2021-06-24 13:37:30 +09:00
..
base feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00
classes feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00
compat feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00
macros chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
module fix(es/transforms/module): Share usage data between passes (#1829) 2021-06-24 13:37:30 +09:00
optimization fix(es/transforms/module): Share usage data between passes (#1829) 2021-06-24 13:37:30 +09:00
proposal feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00
react fix(es/transforms/module): Share usage data between passes (#1829) 2021-06-24 13:37:30 +09:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
testing feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00
tests fix(es/transforms/module): Share usage data between passes (#1829) 2021-06-24 13:37:30 +09:00
typescript 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
package.json fix(swc): Fix bugs (#1753) 2021-05-27 11:59:04 +09:00