github.com/evanw/esbuild/internal/resolver.dirInfo.absPathIndex (field)
6 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L644: absPathIndex *string // Is there an "index.js" file?
resolver.go#L888: info.absPathIndex = &absolute
resolver.go#L1230: if !ok && dirInfo.absPathIndex != nil {
resolver.go#L1231: absoluteMain = *dirInfo.absPathIndex
resolver.go#L1261: if dirInfo.absPathIndex != nil {
resolver.go#L1262: return PathPair{Primary: logger.Path{Text: *dirInfo.absPathIndex, Namespace: "file"}}, true, nil
![]() |
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. |