github.com/evanw/esbuild/internal/bundler.Bundle.entryPoints (field)
7 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L125: entryPoints []uint32
bundler.go#L921: entryPoints: entryPointIndices,
bundler.go#L1518: allReachableFiles := findReachableFiles(b.files, b.entryPoints)
bundler.go#L1529: c := newLinkerContext(&options, log, b.fs, b.res, b.files, b.entryPoints, allReachableFiles, dataForSourceMaps)
bundler.go#L1534: resultGroups = make([][]OutputFile, len(b.entryPoints))
bundler.go#L1535: for i, entryPoint := range b.entryPoints {
bundler.go#L1685: for _, entryPoint := range b.entryPoints {
 |
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. |