UNPKG

common-shakeify

Version:

browserify tree shaking plugin using @indutny common-shake

9 lines (7 loc) 203 B
exports.a = alert // this should be removed, but should not change the meaning of the syntax // (not turn it into `exports.a = alert('')`) exports.b = 0; ('oops') exports.a = alert exports.c = ['oops']