github.com/evanw/esbuild/internal/resolver.PathPair.Secondary (field)
8 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L65: Secondary logger.Path
resolver.go#L69: result := []*logger.Path{&pp.Primary, &pp.Secondary}
resolver.go#L77: return pp.Secondary.Text != ""
resolver.go#L263: result.PathPair.Secondary.IgnoredSuffix = importPath[suffix:]
resolver.go#L503: absolute.Secondary = logger.Path{Text: absolute.Secondary.Text, Namespace: "file", Flags: logger.PathDisabled}
resolver.go#L1247: Secondary: logger.Path{Text: absoluteMain, Namespace: "file"},
github.com/evanw/esbuild/internal/bundler
bundler.go#L1326: secondaryKey := resolveResult.PathPair.Secondary
![]() |
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. |