AsyncResolutionEvent
type AsyncResolutionEvent = | LinesUpdatedEvent | AsyncErrorEvent;Defined in: packages/engine/src/engine/AsyncResolutionBatcher.ts:36
Something an async resolution produced: updated lines, or a failure.
type AsyncResolutionEvent = | LinesUpdatedEvent | AsyncErrorEvent;Defined in: packages/engine/src/engine/AsyncResolutionBatcher.ts:36
Something an async resolution produced: updated lines, or a failure.