Skip to content

CompositeSource

Defined in: preprocess/types.ts:118

Composed source document from entry file and includes

The units array is ordered by document flow - includes are expanded in-place where they appear in the source.

entryFile: string

Defined in: preprocess/types.ts:120

Canonical path of entry file


entryFormat: SourceFormat

Defined in: preprocess/types.ts:123

Format of entry file


includeGraph: IncludeGraph

Defined in: preprocess/types.ts:132

Include relationship graph for diagnostics


units: SourceUnit[]

Defined in: preprocess/types.ts:129

Ordered source units representing document flow. Includes are expanded in-place (encounter order).