Skip to main content

Module propagate_scope_dependencies_hir

Module propagate_scope_dependencies_hir 

Source
Expand description

Propagates scope dependencies through the HIR, computing which values each reactive scope depends on.

Ported from TypeScript:

  • src/HIR/PropagateScopeDependenciesHIR.ts
  • src/HIR/CollectOptionalChainDependencies.ts
  • src/HIR/CollectHoistablePropertyLoads.ts
  • src/HIR/DeriveMinimalDependenciesHIR.ts

Functionsยง

propagate_scope_dependencies_hir
Main entry point: propagate scope dependencies through the HIR. Corresponds to TS propagateScopeDependenciesHIR(fn).