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)
![]() |
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. |