MCPcopy Create free account
hub / github.com/microsoft/SandDance / Module

Function Module

docs/app/js/sanddance-app.js:93–97  ·  view source on GitHub ↗
(moduleName)

Source from the content-addressed store, hash-verified

91 }
92
93 function Module(moduleName) {
94 this.id = moduleName;
95 this.bundle = newRequire;
96 this.exports = {};
97 }
98
99 newRequire.isParcelRequire = true;
100 newRequire.Module = Module;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected