Versions in this module Expand all Collapse all v0 v0.0.2 Apr 25, 2026 v0.0.1 Apr 11, 2026 Changes in this version + type BuildTask struct + type Options struct + Command *tsoptions.ParsedBuildCommandLine + Sys tsc.System + Testing tsc.CommandLineTesting + type Orchestrator struct + func NewOrchestrator(opts Options) *Orchestrator + func (o *Orchestrator) DoCycle() + func (o *Orchestrator) Downstream(configName string) []string + func (o *Orchestrator) GenerateGraph(oldTasks *collections.SyncMap[tspath.Path, *BuildTask]) + func (o *Orchestrator) GenerateGraphReusingOldTasks() + func (o *Orchestrator) Order() []string + func (o *Orchestrator) Start() tsc.CommandLineResult + func (o *Orchestrator) Upstream(configName string) []string + func (o *Orchestrator) Watch()