type github.com/evanw/esbuild/internal/bundler.partRange

9 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L310: type partRange struct {
		linker.go#L329: 	partsInChunkInOrder   []partRange
		linker.go#L2868: func appendOrExtendPartRange(ranges []partRange, sourceIndex uint32, partIndex uint32) []partRange {
		linker.go#L2876: 	return append(ranges, partRange{
		linker.go#L2898: func (c *linkerContext) chunkFileOrder(chunk *chunkInfo) (js []uint32, jsParts []partRange, css []uint32) {
		linker.go#L2917: 	jsPartsPrefix := []partRange{}
		linker.go#L2975: 					jsPartsPrefix = append(jsPartsPrefix, partRange{
		linker.go#L3326: 	partRange partRange,