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.
Properties
Section titled “Properties”entryFile
Section titled “entryFile”entryFile:
string
Defined in: preprocess/types.ts:120
Canonical path of entry file
entryFormat
Section titled “entryFormat”entryFormat:
SourceFormat
Defined in: preprocess/types.ts:123
Format of entry file
includeGraph
Section titled “includeGraph”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).