type github.com/evanw/esbuild/internal/resolver.dirInfo
11 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L166: dirCache map[string]*dirInfo
resolver.go#L198: dirCache: make(map[string]*dirInfo),
resolver.go#L552: func (r *resolver) resolveWithoutRemapping(sourceDirInfo *dirInfo, importPath string, kind ast.ImportKind) (PathPair, bool, *fs.DifferentCase) {
resolver.go#L631: type dirInfo struct {
resolver.go#L634: parent *dirInfo
resolver.go#L638: enclosingBrowserScope *dirInfo
resolver.go#L650: func (r *resolver) dirInfoCached(path string) *dirInfo {
resolver.go#L782: func (r *resolver) dirInfoUncached(path string) *dirInfo {
resolver.go#L784: var parentInfo *dirInfo
resolver.go#L812: info := &dirInfo{
resolver.go#L1351: func (r *resolver) loadNodeModules(path string, kind ast.ImportKind, dirInfo *dirInfo) (PathPair, bool, *fs.DifferentCase) {
![]() |
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. |