UNPKG

common-shakeify

Version:

browserify tree shaking plugin using @indutny common-shake

15 lines (11 loc) 864 B
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ require('./test').a('ok') },{"./test":2}],2:[function(require,module,exports){ exports.a = alert // this should be removed, but should not change the meaning of the syntax // (not turn it into `exports.a = alert('')`) /* common-shake removed: exports.b = */ void 0; ('oops') exports.a = alert /* common-shake removed: exports.c = */ void ['oops'] },{}]},{},[1]);