UNPKG

common-shakeify

Version:

browserify tree shaking plugin using @indutny common-shake

11 lines (9 loc) 160 B
module.exports = (t) => { t.plan(3) return { // Should bail out twice. onModuleBailout (module, bailouts) { t.pass('bailed out') } } }