(configPath: string)
| 138 | }; |
| 139 | |
| 140 | export function installProcessResolverBridge(configPath: string): void { |
| 141 | processBaseDir = dirnamePath(resolvePath(processBaseDir, configPath)); |
| 142 | } |
| 143 | |
| 144 | export function beginProcessConfigRegistration(): void { |
| 145 | stagedProcessEntries = new Map(); |
no test coverage detected