inspectBuild
function inspectBuild(input: { app?: IFlareApp; host: intersection }): BuildSnapshotCaptures a read-only snapshot of a FlareHost and optional built IFlareApp.
Callable before or after build(). Pre-compile sections return empty or partial data.
input { app?: IFlareApp; host: intersection }
returns BuildSnapshot
Learn: Inspect the build graph