github.com/evanw/esbuild/internal/bundler.partRange.sourceIndex (field)
11 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L311: sourceIndex uint32
linker.go#L2870: if r := &ranges[i]; r.sourceIndex == sourceIndex && r.partIndexEnd == partIndex {
linker.go#L2877: sourceIndex: sourceIndex,
linker.go#L2976: sourceIndex: sourceIndex,
linker.go#L3334: file := &c.files[partRange.sourceIndex]
linker.go#L3344: c.convertStmtsForChunk(partRange.sourceIndex, &stmtList, repr.ast.Parts[nsExportPartIndex].Stmts)
linker.go#L3376: c.convertStmtsForChunk(partRange.sourceIndex, &stmtList, part.Stmts)
linker.go#L3434: lineOffsetTables = dataForSourceMaps[partRange.sourceIndex].lineOffsetTables
linker.go#L3465: sourceIndex: partRange.sourceIndex,
linker.go#L3663: if partRange.sourceIndex == runtime.SourceIndex && c.options.OmitRuntimeForTests {
linker.go#L4605: file := &c.files[partRange.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. |