github.com/evanw/esbuild/internal/bundler.linkerContext.includePart (method)
10 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L2423: c.includePart(sourceIndex, otherPartIndex, uint(entryPointBit), file.distanceFromEntryPoint)
linker.go#L2425: c.includePart(sourceIndex, uint32(partIndex), uint(entryPointBit), file.distanceFromEntryPoint)
linker.go#L2504: c.includePart(sourceIndex, uint32(partIndex), entryPointBit, distanceFromEntryPoint)
linker.go#L2524: c.includePart(targetSourceIndex, partIndex, entryPointBit, distanceFromEntryPoint)
linker.go#L2530: c.includePart(sourceIndex, repr.meta.nsExportPartIndex, entryPointBit, distanceFromEntryPoint)
linker.go#L2558: c.includePart(runtime.SourceIndex, partIndex, entryPointBit, distanceFromEntryPoint)
linker.go#L2580: func (c *linkerContext) includePart(sourceIndex uint32, partIndex uint32, entryPointBit uint, distanceFromEntryPoint uint32) {
linker.go#L2598: c.includePart(sourceIndex, otherPartIndex, entryPointBit, distanceFromEntryPoint)
linker.go#L2603: c.includePart(nonLocalDependency.sourceIndex, nonLocalDependency.partIndex, entryPointBit, distanceFromEntryPoint)
linker.go#L2608: c.includePart(sourceIndex, i, entryPointBit, distanceFromEntryPoint)
 |
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. |