package bundler
import "github.com/evanw/esbuild/internal/bundler"
Index ¶
- func DefaultExtensionToLoaderMap() map[string]config.Loader
- type Bundle
- func ScanBundle(log logger.Log, fs fs.FS, res resolver.Resolver, entryPaths []string, options config.Options) Bundle
- func (b *Bundle) Compile(log logger.Log, options config.Options) []OutputFile
- type OutputFile
Functions ¶
func DefaultExtensionToLoaderMap ¶
Types ¶
type Bundle ¶
type Bundle struct {
// contains filtered or unexported fields
}
func ScanBundle ¶
func ScanBundle(log logger.Log, fs fs.FS, res resolver.Resolver, entryPaths []string, options config.Options) Bundle
func (*Bundle) Compile ¶
type OutputFile ¶
type OutputFile struct { AbsPath string Contents []byte IsExecutable bool // contains filtered or unexported fields }
Source Files ¶
- Version
- v0.7.0
- Published
- Sep 12, 2020
- Platform
- windows/amd64
- Imports
- 25 packages
- Last checked
- 1 hour ago –
Tools for package owners.