github.com/evanw/esbuild/internal/bundler.linkerContext.entryPoints (field)
15 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L66: entryPoints []uint32
linker.go#L389: entryPoints: append([]uint32{}, entryPoints...),
linker.go#L603: partMeta.entryBits = newBitSet(uint(len(c.entryPoints)))
linker.go#L626: for _, entryPoint := range c.entryPoints {
linker.go#L1174: c.entryPoints = append(c.entryPoints, record.SourceIndex.GetIndex())
linker.go#L2318: bitCount := uint(len(c.entryPoints))
linker.go#L2380: for i, entryPoint := range c.entryPoints {
linker.go#L2390: if len(c.entryPoints) < 2 {
linker.go#L2394: neverReachedEntryBits := newBitSet(uint(len(c.entryPoints)))
linker.go#L2419: for entryPointBit := range c.entryPoints {
linker.go#L2471: sourceIndex != c.entryPoints[entryPointBit] {
linker.go#L2717: neverReachedKey := string(newBitSet(uint(len(c.entryPoints))).entries)
linker.go#L2720: for i, entryPoint := range c.entryPoints {
linker.go#L2783: entryBits := newBitSet(uint(len(c.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. |