butternut
butternut copied to clipboard
Bug: if (x) if (y) {}
Input:
if(x)if(y){}
Output Butternut:
x&&()
Output UglifyJS:
if(x)if(y){}