Versions in this module Expand all Collapse all v1 v1.16.11 Aug 20, 2024 Changes in this version + func Env(env any) Nature + type Checker interface + Check func() + type Config struct + Builtins FunctionsTable + ConstFns map[string]reflect.Value + Disabled map[string]bool + Env nature.Nature + EnvObject any + Expect reflect.Kind + ExpectAny bool + Functions FunctionsTable + Optimize bool + Profile bool + Strict bool + Visitors []ast.Visitor + func CreateNew() *Config + func New(env any) *Config + func (c *Config) Check() + func (c *Config) ConstExpr(name string) + func (c *Config) IsOverridden(name string) bool + func (c *Config) WithEnv(env any) + type FunctionsTable map[string]*builtin.Function