swc/ecmascript/parser
강동윤 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
macros More works (#66) 2018-11-18 14:00:07 +09:00
src Es2015 (#80) 2018-11-28 12:24:08 +09:00
tests block scoped function and tagged template literal (#77) 2018-11-25 11:31:48 +09:00
Cargo.toml Es2015 (#80) 2018-11-28 12:24:08 +09:00