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 logger.Log, fs fs.FS, res resolver.Resolver, caches *cache.CacheSet, entryPaths []string, options config.Options) Bundle

func (*Bundle) Compile

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

type OutputFile

type OutputFile struct {
	AbsPath  string
	Contents []byte

	IsExecutable bool
	// contains filtered or unexported fields
}

Source Files

bundler.go linker.go

Version
v0.8.13
Published
Nov 23, 2020
Platform
windows/amd64
Imports
31 packages
Last checked
28 minutes ago

Tools for package owners.