(cfg: any, type: string)
| 148 | } |
| 149 | |
| 150 | function 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. |
no outgoing calls
no test coverage detected
searching dependent graphs…