* The resolver's live ResolutionContext — resolver-pool workers use it to * run synthesis passes against their own read-only connection.
()
| 1476 | * run synthesis passes against their own read-only connection. |
| 1477 | */ |
| 1478 | getResolutionContext(): ResolutionContext { |
| 1479 | return this.context; |
| 1480 | } |
| 1481 | |
| 1482 | /** |
| 1483 | * Re-queue deferred post-pass refs produced by resolver workers, preserving |