swc/ecmascript/codegen/tests/references/e23f481ffc072aee.js
강동윤 7b56b0bc74
Improve codegen (#57)
* travis: make it faster

* better codegen

* Move enable_comments field to config
2018-11-15 21:43:04 +09:00

8 lines
67 B
JavaScript

if (a) b();
if (!a) ;
else b();
if (a) ;
else b();
if (a) ;
else ;