property BuildState.lastBuildErrored

true if the most recent build ended in an esbuild error. Keeps state.watch.lastBuildEndMs pinned to the last good build so a fix arriving after the error is never suppressed. Written by every run, read only in watch mode.

Type

boolean

Usage

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