Versions in this module Expand all Collapse all v0 v0.0.1 Mar 15, 2025 Changes in this version + func AnyToString(v any) string + 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