Versions in this module Expand all Collapse all v0 v0.4.0 Mar 4, 2022 Changes in this version + func AssignDocStrings(mod *ast.Module) + func ExpandHomeDir(path string) (string, error) + func FormatPos(pos lexer.Position) string + func NewLocalDirectory(root string, dgst digest.Digest) ast.Directory + func Parse(ctx context.Context, r io.Reader, opts ...filebuffer.Option) (*ast.Module, error) + func ParseMultiple(ctx context.Context, rs []io.Reader) ([]*ast.Module, error) + func ResolvePath(root, path string) (string, error) + type NamedReader struct + Value string + func (nr *NamedReader) Name() string + func (nr NamedReader) Close() error + type NewlinedReader struct + func (nr *NewlinedReader) Read(p []byte) (n int, err error)