(solution: string)
| 128 | } |
| 129 | |
| 130 | function isLocalSolution(solution: string) { |
| 131 | return solution.startsWith('.') || solution.startsWith('/') || solution.startsWith('~'); |
| 132 | } |
| 133 | |
| 134 | async function loadSchemaFile(schemaFile: string): Promise<IPublicTypeProjectSchema> { |
| 135 | if (!schemaFile) { |
no outgoing calls
no test coverage detected
searching dependent graphs…