Skip to content

AsyncResolutionEvent

type AsyncResolutionEvent =
| LinesUpdatedEvent
| AsyncErrorEvent;

Defined in: packages/engine/src/engine/AsyncResolutionBatcher.ts:36

Something an async resolution produced: updated lines, or a failure.