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)