const github.com/evanw/esbuild/internal/fs.DirEntry

11 uses

	github.com/evanw/esbuild/internal/fs (current package)
		fs.go#L12: 	DirEntry  EntryKind = 1
		fs_mock.go#L42: 				dir.data[strings.ToLower(base)] = &Entry{kind: DirEntry, base: base}
		fs_real.go#L367: 		kind = DirEntry

	github.com/evanw/esbuild/internal/resolver
		resolver.go#L822: 			info.hasNodeModules = entry.Kind(r.fs) == fs.DirEntry

	github.com/evanw/esbuild/pkg/api
		serve_other.go#L157: 					kind = fs.DirEntry
		serve_other.go#L189: 				kind = fs.DirEntry
		serve_other.go#L193: 					case fs.DirEntry:
		serve_other.go#L211: 		if kind == fs.DirEntry && !strings.HasSuffix(req.URL.Path, "/") {
		serve_other.go#L220: 		if kind == fs.DirEntry && fallbackIndexName != "" {
		serve_other.go#L257: 		if kind == fs.DirEntry {
		serve_other.go#L345: 		return fs.DirEntry, nil