Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
42
function
ensureValidSystemLoader (loader) {
43
if
(!loader[REGISTRY])
44
throw
new
Error(
'A valid SystemJS instance must be provided'
);
45
}
Callers
2
applyImportMap
Function · 0.85
setBaseUrl
Function · 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…