github.com/evanw/esbuild/internal/bundler.chunkInfo.chunkRepr (field)
12 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L341: chunkRepr chunkRepr
linker.go#L649: switch chunk.chunkRepr.(type) {
linker.go#L672: chunkRepr: &chunkReprCSS{},
linker.go#L730: resume := chunk.chunkRepr.generate(c, chunk)
linker.go#L903: chunkRepr, ok := chunk.chunkRepr.(*chunkReprJS)
linker.go#L939: chunkRepr, ok := chunk.chunkRepr.(*chunkReprJS)
linker.go#L975: chunkRepr, ok := chunk.chunkRepr.(*chunkReprJS)
linker.go#L1037: exportsToOtherChunks := chunks[otherChunkIndex].chunkRepr.(*chunkReprJS).exportsToOtherChunks
linker.go#L2793: chunkRepr: chunkRepr,
linker.go#L2813: chunk.chunkRepr = &chunkReprJS{}
linker.go#L2830: chunk.chunkRepr = &chunkReprJS{}
linker.go#L3551: for _, imports := range chunk.chunkRepr.(*chunkReprJS).importsFromOtherChunks {
![]() |
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. |