github.com/evanw/esbuild/internal/bundler.chunkInfo.sourceIndex (field)
8 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L334: sourceIndex uint32 // An index into "c.sources"
linker.go#L667: sourceIndex: chunk.sourceIndex,
linker.go#L2788: sourceIndex: entryPoint,
linker.go#L3733: repr := c.files[chunk.sourceIndex].repr.(*reprJS)
linker.go#L3809: if fileRepr := c.files[chunk.sourceIndex].repr.(*reprJS); fileRepr.meta.cjsWrap {
linker.go#L3842: entryPoint := c.files[chunk.sourceIndex].source.PrettyPath
linker.go#L4241: file := &c.files[chunk.sourceIndex]
![]() |
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. |