github.com/evanw/esbuild/internal/bundler.importToBind.sourceIndex (field)
15 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L245: sourceIndex uint32
linker.go#L1320: ambiguousRepr := c.files[ambiguousExport.sourceIndex].repr.(*reprJS)
linker.go#L1389: resolvedRepr := c.files[importToBind.sourceIndex].repr.(*reprJS)
linker.go#L1397: sourceIndex: importToBind.sourceIndex,
linker.go#L1546: export.sourceIndex = importToBind.sourceIndex
linker.go#L1868: sourceIndex: result.sourceIndex,
linker.go#L1880: sourceIndex: result.sourceIndex,
linker.go#L2063: if _, ok := c.files[ambiguousTracker.sourceIndex].repr.(*reprJS).ast.NamedImports[ambiguousTracker.ref]; ok {
linker.go#L2065: sourceIndex: ambiguousTracker.sourceIndex,
linker.go#L2071: sourceIndex: ambiguousTracker.sourceIndex,
linker.go#L2218: sourceIndex: otherSourceIndex,
linker.go#L2224: sourceIndex: otherSourceIndex,
linker.go#L2373: sourceIndex: runtime.SourceIndex,
linker.go#L2518: targetSourceIndex = importToBind.sourceIndex
linker.go#L2571: sourceIndex: otherSourceIndex,
 |
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. |