type github.com/evanw/esbuild/internal/bundler.Bundle

7 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L121: type Bundle struct {
		bundler.go#L890: func ScanBundle(log logger.Log, fs fs.FS, res resolver.Resolver, caches *cache.CacheSet, entryPoints []string, options config.Options) Bundle {
		bundler.go#L917: 	return Bundle{
		bundler.go#L1509: func (b *Bundle) Compile(log logger.Log, options config.Options) []OutputFile {
		bundler.go#L1627: func (b *Bundle) computeDataForSourceMapsInParallel(options *config.Options, reachableFiles []uint32) func() []dataForSourceMap {
		bundler.go#L1683: func (b *Bundle) lowestCommonAncestorDirectory(codeSplitting bool, allReachableFiles []uint32) string {
		bundler.go#L1754: func (b *Bundle) generateMetadataJSON(results []OutputFile, allReachableFiles []uint32, asciiOnly bool) []byte {