github.com/evanw/esbuild/internal/config.InjectedFile.SourceIndex (field)
7 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L341: SourceIndex uint32
github.com/evanw/esbuild/internal/bundler
bundler.go#L191: SourceIndex: source.Index,
bundler.go#L376: SourceIndex: source.Index,
bundler.go#L1070: SourceIndex: sourceIndex,
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L335: if x.SourceIndex != y.SourceIndex || x.Path != y.Path || !stringArraysEqual(x.Exports, y.Exports) {
js_parser.go#L12777: before = p.generateImportStmt(file.Path, exportsNoConflict, file.SourceIndex, before, symbols)
![]() |
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. |