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