pub fn build_solution(
args: &CliArgs,
cwd: &Path,
_root_names: &[String],
) -> Result<bool>Expand description
Build mode orchestrator for TypeScript project references.
This is the entry point for --build mode, which:
- Loads the project reference graph
- Determines build order via topological sort
- Checks up-to-date status for each project
- Compiles dirty projects in dependency order