github.com/evanw/esbuild/internal/bundler.partRange.partIndexEnd (field)

8 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L313: 	partIndexEnd   uint32
		linker.go#L2870: 		if r := &ranges[i]; r.sourceIndex == sourceIndex && r.partIndexEnd == partIndex {
		linker.go#L2871: 			r.partIndexEnd = partIndex + 1
		linker.go#L2879: 		partIndexEnd:   partIndex + 1,
		linker.go#L2978: 						partIndexEnd:   uint32(len(repr.ast.Parts)),
		linker.go#L3342: 	if nsExportPartIndex >= partRange.partIndexBegin && nsExportPartIndex < partRange.partIndexEnd &&
		linker.go#L3352: 	for partIndex := partRange.partIndexBegin; partIndex < partRange.partIndexEnd; partIndex++ {
		linker.go#L4633: 		binary.LittleEndian.PutUint32(lengthBytes[:], partRange.partIndexEnd)