* Cross-file finalization pass, called once after all per-file extraction * completes (and again on every incremental sync). Used by frameworks where * a symbol's final representation depends on a sibling file the per-file * `extract()` never saw — e.g. NestJS's `RouterModule.register([...]
(context: ResolutionContext)
| 233 | * second run can recover the original in-file form from `qualifiedName`. |
| 234 | */ |
| 235 | postExtract?(context: ResolutionContext): Node[]; |
| 236 | } |
| 237 | |
| 238 | /** |