package bundler

import "github.com/evanw/esbuild/internal/bundler"

Index

Functions

func DefaultExtensionToLoaderMap

func DefaultExtensionToLoaderMap() map[string]config.Loader

Types

type Bundle

type Bundle struct {
	// contains filtered or unexported fields
}

func ScanBundle

func ScanBundle(log logging.Log, fs fs.FS, res resolver.Resolver, entryPaths []string, options config.Options) Bundle

func (*Bundle) Compile

func (b *Bundle) Compile(log logging.Log, options config.Options) []OutputFile

type OutputFile

type OutputFile struct {
	AbsPath  string
	Contents []byte
	// contains filtered or unexported fields
}

Source Files

bundler.go linker.go renamer.go

Version
v0.6.11
Published
Jul 30, 2020
Platform
windows/amd64
Imports
24 packages
Last checked
27 minutes ago

Tools for package owners.