Skip to main content

Module analysis

Module analysis 

Source
Expand description

Analyses derived from compiled project state.

This subsystem owns computations performed over the compiled project or its dependency graph, including:

  • deployment snapshots
  • dirty propagation and incremental deployment planning
  • dependency extraction and topological traversal
  • graph-wide deployment validations

Modulesยง

changeset ๐Ÿ”’
Change detection for incremental deployment.
deployment_snapshot ๐Ÿ”’
Deployment snapshot tracking.
deps ๐Ÿ”’
Dependency extraction and graph assembly from compiled project state.
graph_validation ๐Ÿ”’
Deployment-time validation for project graphs.
topology ๐Ÿ”’
Project-graph traversal and topology methods.