swc/ecmascript/parser
강동윤 b44da9dbe4
Fix #369, #370 (#373)
swc_common:
 - don't emit `loc` for dummy spans

swc_ecma_transforms:
 - prevent hygiene from changing key in object pattern (#369)
 - fix module tests (iteration order of FxHashSet is changed)

swc_ecma_parser:
 - fix parsing of arrow function (#370)
2019-04-27 16:28:34 +09:00
..
benches Fix tests (#142) 2019-02-10 20:49:29 +09:00
macros Fix #369, #370 (#373) 2019-04-27 16:28:34 +09:00
src Fix #369, #370 (#373) 2019-04-27 16:28:34 +09:00
tests Fix #369, #370 (#373) 2019-04-27 16:28:34 +09:00
Cargo.toml swc_ecma_ast: 2019-02-28 19:25:38 +09:00
colors.js Remove a leftover (#149) 2019-02-11 09:40:53 +09:00