Detect if project uses this framework (project-level, called once at startup)
(context: ResolutionContext)
| 200 | languages?: Language[]; |
| 201 | /** Detect if project uses this framework (project-level, called once at startup) */ |
| 202 | detect(context: ResolutionContext): boolean; |
| 203 | /** Resolve a reference using framework-specific patterns */ |
| 204 | resolve(ref: UnresolvedRef, context: ResolutionContext): ResolvedRef | null; |
| 205 | /** |
no outgoing calls
no test coverage detected