Called after validation passes, before any source is fetched.
Useful for: pre-flight logging, latency measurement, cache-warming.
(event: ICompilationStartEvent) => void
Called after validation passes, before any source is fetched.
Useful for: pre-flight logging, latency measurement, cache-warming.
(event: ICompilationStartEvent) => void
import { type ICompilerEvents } from ".";