type github.com/evanw/esbuild/internal/bundler.partRef
11 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L302: nonLocalDependencies []partRef
linker.go#L305: type partRef struct {
linker.go#L1396: partMeta.nonLocalDependencies = append(partMeta.nonLocalDependencies, partRef{
linker.go#L1533: nsExportNonLocalDependencies := []partRef{}
linker.go#L1534: entryPointExportNonLocalDependencies := []partRef{}
linker.go#L1674: dep := partRef{sourceIndex: export.sourceIndex, partIndex: partIndex}
linker.go#L1710: dep := partRef{sourceIndex: runtime.SourceIndex, partIndex: partIndex}
linker.go#L1737: dep := partRef{sourceIndex: runtime.SourceIndex, partIndex: partIndex}
linker.go#L1840: nonLocalDependencies: append([]partRef{}, entryPointExportNonLocalDependencies...),
linker.go#L2352: nonLocalDependencies := make([]partRef, len(commonJSParts))
linker.go#L2354: nonLocalDependencies[i] = partRef{sourceIndex: runtime.SourceIndex, partIndex: partIndex}
![]() |
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. |