swc/tests
강동윤 b1e4122b02
Nullish coalescing / optional chaining / comments (#529)
swc_ecma_ast:
 - rename `TsOptChain` to `OptChainExpr` (Fixes #525)
 - add `BinOp::NullishCoalescing`

swc_ecma_parser:
 - parse `??` (Fixes #526)

swc_ecma_transforms:
 - remap comments from fixer (Fixes #528)
2019-12-24 17:01:32 +09:00
..
projects Nullish coalescing / optional chaining / comments (#529) 2019-12-24 17:01:32 +09:00
serde Final groundwork for plugin (#474) 2019-11-30 11:12:34 +09:00
projects.rs Nullish coalescing / optional chaining / comments (#529) 2019-12-24 17:01:32 +09:00
serde.rs Parser: respect jsc.target (#507) 2019-12-14 18:51:08 +09:00