swc/ecmascript/transforms
강동윤 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
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src Nullish coalescing / optional chaining / comments (#529) 2019-12-24 17:01:32 +09:00
tests Ast (#513) 2019-12-16 18:08:21 +09:00
Cargo.toml Nullish coalescing / optional chaining / comments (#529) 2019-12-24 17:01:32 +09:00
package.json Es2015 (#80) 2018-11-28 12:24:08 +09:00
yarn.lock Bump js-yaml from 3.12.0 to 3.13.1 in /ecmascript/transforms (#426) 2019-10-05 14:14:38 +09:00