github.com/evanw/esbuild/internal/fs.Entry.kind (field)
6 uses
github.com/evanw/esbuild/internal/fs (current package)
fs.go#L21: kind EntryKind
fs.go#L30: e.symlink, e.kind = fs.kind(e.dir, e.base)
fs.go#L32: return e.kind
fs.go#L40: e.symlink, e.kind = fs.kind(e.dir, e.base)
fs_mock.go#L40: dir.data[strings.ToLower(base)] = &Entry{kind: FileEntry, base: base}
fs_mock.go#L42: dir.data[strings.ToLower(base)] = &Entry{kind: DirEntry, base: base}
![]() |
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. |