* 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)
| 201 | * second run can recover the original in-file form from `qualifiedName`. |
| 202 | */ |
| 203 | postExtract?(context: ResolutionContext): Node[]; |
| 204 | } |
| 205 | |
| 206 | /** |