Versions in this module Expand all Collapse all v0 v0.0.2 Jul 28, 2025 v0.0.1 Jul 22, 2025 Changes in this version + type Importer struct + func NewImporter(opts ImporterOptions) *Importer + func (i *Importer) Import(_ context.Context, name string) (*object.Module, error) + type ImporterOptions struct + GlobalNames []string + SourceFS fs.FS