swc/common
강동윤 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
..
benches Parser: respect jsc.target (#507) 2019-12-14 18:51:08 +09:00
examples use 2018 edition syntax (#479) 2019-12-02 17:10:05 +09:00
src Nullish coalescing / optional chaining / comments (#529) 2019-12-24 17:01:32 +09:00
tests use 2018 edition syntax (#479) 2019-12-02 17:10:05 +09:00
Cargo.toml Fix handling of jsx texts (#519) 2019-12-21 16:59:04 +09:00