MCPcopy
hub / github.com/systemjs/systemjs / unsupportedRequire

Function unsupportedRequire

src/extras/amd.js:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 */
6(function (global) {
7 function unsupportedRequire () {
8 throw Error(process.env.SYSTEM_PRODUCTION ? errMsg(5) : errMsg(5, 'AMD require not supported.'));
9 }
10
11 var requireExportsModule = ['require', 'exports', 'module'];
12

Callers

nothing calls this directly

Calls 1

errMsgFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…