fuse-box
Version:
Fuse-Box a bundler that does it right
32 lines (30 loc) • 552 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const LIST = new Set([
"assert",
"buffer",
"child_process",
"crypto",
"events",
"fs",
"http",
"https",
"module",
"net",
"os",
"path",
"process",
"querystring",
"stream",
"timers",
"tls",
"tty",
"url",
"util",
"zlib"
]);
function isPolyfilledByFuseBox(name) {
return LIST.has(name);
}
exports.isPolyfilledByFuseBox = isPolyfilledByFuseBox;
//# sourceMappingURL=ServerPolyfillList.js.map