browser-pack5.2mMIT6.1.0pack node-style source files from a json stream into a browser bundle
browserifyabout 3 years agomodule.exports, browser, bundle, commonjs identity-function483.3kpublic domain1.0.0module.exports = function (x) { return x }
substackabout 3 years agomodule.exports = function (x) { return x }, identity, id, fn ts-transform-default-export31.6kISC1.0.3export default foo → export = foo → module.exports = foo
axtgrover 3 years agomodule.exports, typescript, transformer, exports babel-plugin-explicit-exports-references17.7kMIT1.0.2Transforms all internal references to a module's exports such that each reference starts with `module.exports` instead of directly referencing an internal name. This enables easy mocking of specific (exported) functions in Jest with Babel/TypeScript, even
Xunnamiusover 3 years agobabel, rewire, jest, function