swc/ecmascript
강동윤 222bdc191f
Performance (#82)
`Map<T>` adds a method named `map` which is actually `Box<T>` -> `Box<T>` without reallocation.

swc_ecma_transforms:
 - chain_at!(Type, passes)
This macro deeply joins path at 'Type' level.
2018-12-01 22:24:26 +09:00
..
ast Es2015 (#80) 2018-11-28 12:24:08 +09:00
codegen Es2015 (#80) 2018-11-28 12:24:08 +09:00
lints Groundwork for linter (#73) 2018-11-20 18:32:53 +09:00
parser Performance (#82) 2018-12-01 22:24:26 +09:00
src Compiler baseline 2018-11-03 16:56:43 +09:00
transforms Performance (#82) 2018-12-01 22:24:26 +09:00
Cargo.toml Groundwork for linter (#73) 2018-11-20 18:32:53 +09:00