esbuild

package
v0.0.0-...-f567649 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2021 License: MIT Imports: 5 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL