Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + func BuildVersion(root string) string + type Runner struct + Env []string + Root string + Stderr *os.File + func New(root string, env []string) (*Runner, error) + func (r *Runner) Build(ctx context.Context, importPath string) (string, error) + func (r *Runner) Resolve(ctx context.Context, path string, stdinManifest []byte) ([]byte, error) + func (r *Runner) ResolveBytes(ctx context.Context, manifest []byte) ([]byte, error) + func (r *Runner) ResolvePath(ctx context.Context, path string) ([]byte, error)