MCPcopy
hub / github.com/aurelia/framework / invalidConfigMsg

Function invalidConfigMsg

src/framework-configuration.ts:150–152  ·  view source on GitHub ↗
(cfg: any, type: string)

Source from the content-addressed store, hash-verified

148}
149
150function invalidConfigMsg(cfg: any, type: string) {
151 return `Invalid ${type} [${cfg}], ${type} must be specified as functions or relative module IDs.`;
152}
153
154/**
155 * Manages configuring the aurelia framework instance.

Callers 4

loadPluginFunction · 0.85
featureMethod · 0.85
globalResourcesMethod · 0.85
pluginMethod · 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…