mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
7b56b0bc74
* travis: make it faster * better codegen * Move enable_comments field to config
3 lines
46 B
JavaScript
3 lines
46 B
JavaScript
var a, b, c, d;
|
|
a = ( b(), c(), d()) ? 1 : 2;
|