Documentation
¶
Index ¶
Constants ¶
View Source
const ( CompileOutDir = ".temp" CompileOutFilename = "out.js" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler interface {
Compile(filename string) api.BuildResult
}
type CompilerImpl ¶
type CompilerImpl struct{}
func (*CompilerImpl) Compile ¶
func (b *CompilerImpl) Compile(filename string) (string, api.BuildResult)
func (*CompilerImpl) Transform ¶
func (b *CompilerImpl) Transform(filename string) api.TransformResult
Click to show internal directories.
Click to hide internal directories.