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
![]() |
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. |