Hierarchy

  • GenerateContext

Properties

chunkGraph: ChunkGraph

the chunk graph

codeGenerationResults?: CodeGenerationResults

code generation results of other modules (need to have a codeGenerationDependency to use that)

concatenationScope?: ConcatenationScope

when in concatenated module, information about other concatenated modules

dependencyTemplates: DependencyTemplates

mapping from dependencies to templates

getData?: (() => Map<string, any>)

Type declaration

    • (): Map<string, any>
    • get access to the code generation data

      Returns Map<string, any>

moduleGraph: ModuleGraph

the module graph

runtime: RuntimeSpec

the runtime

runtimeRequirements: Set<string>

the requirements for runtime

runtimeTemplate: RuntimeTemplate

the runtime template

type: string

which kind of code should be generated

Generated using TypeDoc