MCPcopy Create free account
hub / github.com/socketstream/socketstream / browserify.client.js

File browserify.client.js

lib/client/bundler/browserify.client.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Module loading code from Browserify: https://github.com/substack/node-browserify
2
3window.require = function (file, cwd) {
4 var resolved = require.resolve(file, cwd || '/');

Callers

nothing calls this directly

Calls 4

firstMatchFunction · 0.85
fnFunction · 0.85
normalizeArrayFunction · 0.85
filterFunction · 0.85

Tested by

no test coverage detected