@builder.io/dev-tools 1.18.47 → 1.18.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -286,6 +286,7 @@ export declare class CodeGenSession {
286
286
  getLastSuggestedAction(): SuggestedActionBuildError | undefined;
287
287
  connectToEventLoop(shouldReplay: boolean, onStep: (step: GenerateCompletionStep) => void): () => void;
288
288
  waitUntilPendingPromises(): Promise<void>;
289
+ waitUntilBlockingPendingPromises(): Promise<void>;
289
290
  waitUntilIdle(): Promise<void>;
290
291
  waitForEventLoop(): Promise<void>;
291
292
  commitWorkInProgress(lastTurn: CodegenTurn, changedFiles: string[]): Promise<string | false | undefined>;