compiler

package
v0.6.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package compiler transforms ConfigV1 into domain.Request via recursive interpolation and validation. This is the Single Source of Truth for both CLI runtime and LSP.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompiledRequest

type CompiledRequest struct {
	Request *domain.Request
	Errors  []error
}

CompiledRequest is the result of compiling a ConfigV1.

func Compile

func Compile(cfg *config.ConfigV1, resolver vars.Resolver) *CompiledRequest

Compile transforms ConfigV1 -> domain.Request via recursive interpolation + validation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL