MCPcopy
hub / github.com/systemjs/systemjs / targetWarning

Function targetWarning

src/common.js:191–193  ·  view source on GitHub ↗
(code, match, target, msg)

Source from the content-addressed store, hash-verified

189}
190
191function targetWarning (code, match, target, msg) {
192 console.warn(errMsg(code, process.env.SYSTEM_PRODUCTION ? [target, match].join(', ') : "Package target " + msg + ", resolving target '" + target + "' for " + match));
193}
194
195export function resolveImportMap (importMap, resolvedOrPlain, parentUrl) {
196 var scopes = importMap.scopes;

Callers 2

applyPackagesFunction · 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…