type github.com/evanw/esbuild/internal/bundler.chunkReprJS
12 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L353: type chunkReprJS struct {
linker.go#L650: case *chunkReprJS:
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#L2728: chunkRepr = &chunkReprJS{}
linker.go#L2771: case *chunkReprJS:
linker.go#L2813: chunk.chunkRepr = &chunkReprJS{}
linker.go#L2830: chunk.chunkRepr = &chunkReprJS{}
linker.go#L3551: for _, imports := range chunk.chunkRepr.(*chunkReprJS).importsFromOtherChunks {
linker.go#L3649: func (repr *chunkReprJS) generate(c *linkerContext, chunk *chunkInfo) func(generateContinue) []OutputFile {
![]() |
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. |