Hierarchy

  • CodeGenerationResult

Properties

data?: Map<string, any>

the resulting data for all source types

hash?: string

a hash of the code generation result (will be automatically calculated from sources and runtimeRequirements if not provided)

runtimeRequirements: ReadonlySet<string>

the runtime requirements

sources: Map<string, Source>

the resulting sources for all source types

Generated using TypeDoc