fyarn_cli library
Fyarn UI Compiler - Formal Build System Library
This library provides access to the core compiler pipeline, intermediate representations, and build proofs.
Classes
- BuildPlan
- BuildPlan represents the execution strategy for the incremental build engine. It determines which components need to be rendered from scratch and which ones can be safely reused from the previous build state.
- BuildProof
- Prova verificável de uma execução de build.
- BuildProofIR
- Unidade final de verdade do build system. Contém o grafo resolvido e as provas de integridade.
- CacheKeyGenerator
- Motor de geração de chaves para Content Addressable Cache.
- ComponentIR
- Representação Intermediária (IR) imutável do componente. Garantia de determinismo: Mesma configuração -> Mesmo Hash.
- ComponentRegistry
- Logger
- PipelineContext
- PipelineEngine
- PipelineStage
- TemplateBinding