property BuildState.preBuildPromise

In-flight build promise started by run.ts before Chrome setup completes (initial run) or before run is called (reruns), so esbuild races navigation. Consumed and cleared by the first run() call.

Type

Promise<void> | null

Usage

import { type BuildState } from "lib/types.ts";