github.com/evanw/esbuild/internal/bundler.chunkInfo.filesInChunkInOrder (field)
8 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L328: filesInChunkInOrder []uint32
linker.go#L651: chunks[i].filesInChunkInOrder = js
linker.go#L664: filesInChunkInOrder: css,
linker.go#L677: chunks[i].filesInChunkInOrder = css
linker.go#L3655: r := c.renameSymbolsInChunk(chunk, chunk.filesInChunkInOrder)
linker.go#L3686: for _, sourceIndex := range chunk.filesInChunkInOrder {
linker.go#L4140: compileResults := make([]compileResultCSS, 0, len(chunk.filesInChunkInOrder))
linker.go#L4144: for _, sourceIndex := range chunk.filesInChunkInOrder {
![]() |
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. |