Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugPlugin ¶
type DebugPlugin struct {
Config *config.Application
}
DebugPlugin is a simple plugin useful for debugging a compilation. Insert it anywhere in the compilation and it will print out debug statements about the current state of the config, results, and dependencies.
func (DebugPlugin) Name ¶
func (p DebugPlugin) Name() string
func (DebugPlugin) Transform ¶
func (p DebugPlugin) Transform(result *core.CompilationResult, deps *core.Dependencies) error
Click to show internal directories.
Click to hide internal directories.