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 {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |