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, caches *cache.CacheSet, entryPoints []EntryPoint, options config.Options, timer *helpers.Timer, ) Bundle
- func (b *Bundle) Compile(log logger.Log, options config.Options, timer *helpers.Timer) ([]graph.OutputFile, string)
- type EntryPoint
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, caches *cache.CacheSet, entryPoints []EntryPoint, options config.Options, timer *helpers.Timer, ) Bundle
func (*Bundle) Compile ¶
func (b *Bundle) Compile(log logger.Log, options config.Options, timer *helpers.Timer) ([]graph.OutputFile, string)
type EntryPoint ¶
Source Files ¶
- Version
- v0.13.6
- Published
- Oct 14, 2021
- Platform
- windows/amd64
- Imports
- 37 packages
- Last checked
- 12 minutes ago –
Tools for package owners.