github.com/evanw/esbuild/internal/bundler.chunkReprJS.exportsToOtherChunks (field)
6 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L357: exportsToOtherChunks map[js_ast.Ref]string
linker.go#L944: chunkRepr.exportsToOtherChunks = make(map[js_ast.Ref]string)
linker.go#L957: chunkRepr.exportsToOtherChunks[export.ref] = alias
linker.go#L1037: exportsToOtherChunks := chunks[otherChunkIndex].chunkRepr.(*chunkReprJS).exportsToOtherChunks
linker.go#L3821: aliases = make([]string, 0, len(repr.exportsToOtherChunks))
linker.go#L3822: for _, alias := range repr.exportsToOtherChunks {
![]() |
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. |