Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GenerateContext

Index

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

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

Methods

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

    Returns Map<string, any>