swc/common
강동윤 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
..
benches Performance (#82) 2018-12-01 22:24:26 +09:00
examples Ecmascript codegen (#40) 2018-10-25 13:17:05 +09:00
src Performance (#82) 2018-12-01 22:24:26 +09:00
tests Performance (#82) 2018-12-01 22:24:26 +09:00
Cargo.toml Es2015 (#80) 2018-11-28 12:24:08 +09:00