MCPcopy
hub / github.com/systemjs/systemjs / throwUnresolved

Function throwUnresolved

src/features/resolve.js:11–13  ·  view source on GitHub ↗
(id, parentUrl)

Source from the content-addressed store, hash-verified

9};
10
11function throwUnresolved (id, parentUrl) {
12 throw Error(errMsg(8, process.env.SYSTEM_PRODUCTION ? [id, parentUrl].join(', ') : "Unable to resolve bare specifier '" + id + (parentUrl ? "' from " + parentUrl : "'")));
13}

Callers 1

resolve.jsFile · 0.85

Calls 1

errMsgFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…