Skip to content

WorkspaceManifest

Defined in: packages/analyzer/src/types.ts:663

Workspace manifest (workspace-manifest.json) — describes a multi-library analysis run. Written next to the per-library metadata files. Optional: a single metadata file without a manifest is the single-library mode. Introduced with schema v4.2.

Property Type Description Defined in
crossLibraryGraph Record<string, string[]> libName -> [libNames it imports from]. packages/analyzer/src/types.ts:676
diagnostics? readonly AnalyzerDiagnostic[] - packages/analyzer/src/types.ts:677
generatedAt string - packages/analyzer/src/types.ts:665
libraries readonly { framework: SupportedFramework; importAlias: string; metadataPath: string; name: string; path: string; }[] - packages/analyzer/src/types.ts:666
version string - packages/analyzer/src/types.ts:664