* Initialize the resolver (detect frameworks, etc.)
()
| 262 | * Initialize the resolver (detect frameworks, etc.) |
| 263 | */ |
| 264 | initialize(): void { |
| 265 | this.frameworks = detectFrameworks(this.context); |
| 266 | this.clearCaches(); |
| 267 | } |
| 268 | |
| 269 | /** |
| 270 | * Run each framework resolver's cross-file finalization pass and persist |
no test coverage detected