MCPcopy Index your code
hub / github.com/systemjs/systemjs / ensureValidSystemLoader

Function ensureValidSystemLoader

src/system-node.js:42–45  ·  view source on GitHub ↗
(loader)

Source from the content-addressed store, hash-verified

40}
41
42function ensureValidSystemLoader (loader) {
43 if (!loader[REGISTRY])
44 throw new Error('A valid SystemJS instance must be provided');
45}

Callers 2

applyImportMapFunction · 0.85
setBaseUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…