slimit
slimit copied to clipboard
Add IF statement optimization N3
Add the following optimization:
if (foo) bar(); ==> foo&&bar();