Documentation ¶ Index ¶ type Compiler func New(module *gomod.Module, transformer transform.Transformer) *Compiler func (c *Compiler) Compile(ctx context.Context, fsys fs.FS) ([]byte, error) func (c *Compiler) GenerateFile(ctx context.Context, fsys overlay.F, file *overlay.File) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Compiler ¶ type Compiler struct { // contains filtered or unexported fields } func New ¶ func New(module *gomod.Module, transformer transform.Transformer) *Compiler func (*Compiler) Compile ¶ func (c *Compiler) Compile(ctx context.Context, fsys fs.FS) ([]byte, error) func (*Compiler) GenerateFile ¶ func (c *Compiler) GenerateFile(ctx context.Context, fsys overlay.F, file *overlay.File) error Source Files ¶ View all Source files ssr.go Click to show internal directories. Click to hide internal directories.