github.com/evanw/esbuild/internal/bundler.file.distanceFromEntryPoint (field)
7 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L44: distanceFromEntryPoint uint32
linker.go#L493: file.distanceFromEntryPoint = ^uint32(0)
linker.go#L2423: c.includePart(sourceIndex, otherPartIndex, uint(entryPointBit), file.distanceFromEntryPoint)
linker.go#L2425: c.includePart(sourceIndex, uint32(partIndex), uint(entryPointBit), file.distanceFromEntryPoint)
linker.go#L2446: if distanceFromEntryPoint < file.distanceFromEntryPoint {
linker.go#L2447: file.distanceFromEntryPoint = distanceFromEntryPoint
linker.go#L2906: distance: file.distanceFromEntryPoint,
![]() |
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. |