Versions in this module Expand all Collapse all v1 v1.1.5 Jun 8, 2026 v1.1.4 Jun 8, 2026 Changes in this version + type AnalysisResult struct + Errors []engine.Diagnostic + Warnings []engine.Diagnostic + type Analyzer struct + Visited map[string]bool + func NewAnalyzer(eng *engine.Engine) *Analyzer + func (a *Analyzer) Analyze(root *engine.Node) AnalysisResult