github.com/evanw/esbuild/internal/bundler.chunkInfo.crossChunkImports (field)
8 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L338: crossChunkImports []uint32
linker.go#L693: chunkOrdering[chunkIndex].dependencies.Add(len(chunk.crossChunkImports))
linker.go#L694: for _, otherChunkIndex := range chunk.crossChunkImports {
linker.go#L709: for _, otherChunkIndex := range chunks[chunkIndex].crossChunkImports {
linker.go#L736: crossChunkImportRecords := make([]ast.ImportRecord, len(chunk.crossChunkImports))
linker.go#L737: crossChunkAbsPaths := make([]string, len(chunk.crossChunkImports))
linker.go#L738: for i, otherChunkIndex := range chunk.crossChunkImports {
linker.go#L1010: chunk.crossChunkImports = crossChunkImports
![]() |
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. |