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 + func AnyToString(v any) string + func IsTruthy(v any) bool + type Evaluator func(expr *ast.Node, location *ast.Node) Result + func NewEvaluator(evaluateEntity Evaluator, outerExpressionsToSkip ast.OuterExpressionKinds) Evaluator + type Result struct + HasExternalReferences bool + IsSyntacticallyString bool + ResolvedOtherFiles bool + Value any + func NewResult(value any, isSyntacticallyString bool, resolvedOtherFiles bool, ...) Result