Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PipelineContext

State data for the current unit of compilation in the pipeline

Hierarchy

  • PipelineContext

Index

Properties

Readonly fragment

fragment: Fragment

Fragment that is currently being compiled

Readonly fragmentContext

fragmentContext: FragmentContext

Fragment usage context

Readonly linksInPage

linksInPage: Set<string>

Set of all unique HTML link node targets that have been found during compilation. This set is inherited and shared by all nodes within the same compilation unit. TODO remove this from global scope

Readonly pipeline

pipeline: Pipeline

Current pipeline instance

Readonly stylesInPage

stylesInPage: Set<string>

Set of all unique CSS styles that have been found during compilation. This set is inherited and shared by all nodes within the same compilation unit. TODO remove this from global state

Generated using TypeDoc