Detect if project uses this framework (project-level, called once at startup)
(context: ResolutionContext)
| 168 | languages?: Language[]; |
| 169 | /** Detect if project uses this framework (project-level, called once at startup) */ |
| 170 | detect(context: ResolutionContext): boolean; |
| 171 | /** Resolve a reference using framework-specific patterns */ |
| 172 | resolve(ref: UnresolvedRef, context: ResolutionContext): ResolvedRef | null; |
| 173 | /** |
no outgoing calls
no test coverage detected