* The resolver's live ResolutionContext — resolver-pool workers use it to * run synthesis passes against their own read-only connection.
()
| 1484 | * run synthesis passes against their own read-only connection. |
| 1485 | */ |
| 1486 | getResolutionContext(): ResolutionContext { |
| 1487 | return this.context; |
| 1488 | } |
| 1489 | |
| 1490 | /** |
| 1491 | * Re-queue deferred post-pass refs produced by resolver workers, preserving |