* Initialize the resolver (detect frameworks, etc.)
()
| 307 | * Initialize the resolver (detect frameworks, etc.) |
| 308 | */ |
| 309 | initialize(): void { |
| 310 | this.frameworks = detectFrameworks(this.context); |
| 311 | this.clearCaches(); |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * Run each framework resolver's cross-file finalization pass and persist |
no test coverage detected