* Result of checking a schema location
| 22 | * Result of checking a schema location |
| 23 | */ |
| 24 | interface SchemaLocation { |
| 25 | source: SchemaSource; |
| 26 | path: string; |
| 27 | exists: boolean; |
| 28 | } |
| 29 | |
| 30 | /** |
| 31 | * Schema resolution info with shadowing details |
nothing calls this directly
no outgoing calls
no test coverage detected