github.com/evanw/esbuild/internal/bundler.partRef.sourceIndex (field)
7 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L306: sourceIndex uint32
linker.go#L1397: sourceIndex: importToBind.sourceIndex,
linker.go#L1674: dep := partRef{sourceIndex: export.sourceIndex, partIndex: partIndex}
linker.go#L1710: dep := partRef{sourceIndex: runtime.SourceIndex, partIndex: partIndex}
linker.go#L1737: dep := partRef{sourceIndex: runtime.SourceIndex, partIndex: partIndex}
linker.go#L2354: nonLocalDependencies[i] = partRef{sourceIndex: runtime.SourceIndex, partIndex: partIndex}
linker.go#L2603: c.includePart(nonLocalDependency.sourceIndex, nonLocalDependency.partIndex, entryPointBit, distanceFromEntryPoint)
![]() |
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. |