swc/ecmascript/codegen/tests/references/eef60d36274e4ed8.js
강동윤 43d633b44d
Handle comments and improve codegen (#136)
swc_ecma_codegen:
 - Improve codegen
 - Handle comments

swc_ecma_parser:
 - Handle comments
2019-02-08 13:00:58 +09:00

4 lines
43 B
JavaScript

new (a, b);
new (a || b);
new (c ? a : b);