| 1 | define(function(require, exports, module) { |
| 2 | module.exports = (function outer (modules, cache, entry) { |
| 3 | var previousRequire = typeof require == "function" && require; |
| 4 | function newRequire(name, jumped){ |
nothing calls this directly
no test coverage detected