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