Open nifgraup opened 7 years ago
Input: if(x)if(y){}
if(x)if(y){}
Output Butternut: x&&()
x&&()
Output UglifyJS: if(x)if(y){}
Input:
if(x)if(y){}
Output Butternut:
x&&()
Output UglifyJS:
if(x)if(y){}