* Project import-path aliases (tsconfig/jsconfig `paths`). Returns * `null` when the project doesn't define any. Cached per resolver * instance — safe to call from any resolver code path. Optional so * existing test fixtures and external context implementations * compile without modifica
()
| 140 | * compile without modification; production resolver implements it. |
| 141 | */ |
| 142 | getProjectAliases?(): import('./path-aliases').AliasMap | null; |
| 143 | /** |
| 144 | * Go module info from `go.mod` at the project root. Returns `null` |
| 145 | * when the project has no `go.mod` (non-Go projects, pre-modules |
no outgoing calls
no test coverage detected