github.com/evanw/esbuild/internal/bundler.partRange.partIndexBegin (field)
6 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L312: partIndexBegin uint32
linker.go#L2878: partIndexBegin: partIndex,
linker.go#L2977: partIndexBegin: 0,
linker.go#L3342: if nsExportPartIndex >= partRange.partIndexBegin && nsExportPartIndex < partRange.partIndexEnd &&
linker.go#L3352: for partIndex := partRange.partIndexBegin; partIndex < partRange.partIndexEnd; partIndex++ {
linker.go#L4631: binary.LittleEndian.PutUint32(lengthBytes[:], partRange.partIndexBegin)
![]() |
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. |