Versions in this module Expand all Collapse all v1 v1.5.2 Jun 10, 2025 Changes in this version + func ArityFormatMismatchError(operands []*ast.Term, operator string, loc *ast.Location, f *types.Function) *ast.Error + func Ast(x any) ([]byte, error) + func AstWithOpts(x any, opts Opts) ([]byte, error) + func MustAst(x any) []byte + func MustAstWithOpts(x any, opts Opts) []byte + func Source(filename string, src []byte) ([]byte, error) + func SourceWithOpts(filename string, src []byte, opts Opts) ([]byte, error) + type ArityFormatErrDetail = v1.ArityFormatErrDetail + type Opts = v1.Opts