type github.com/evanw/esbuild/internal/fs.EntryKind
10 uses
github.com/evanw/esbuild/internal/fs (current package)
fs.go#L9: type EntryKind uint8
fs.go#L12: DirEntry EntryKind = 1
fs.go#L13: FileEntry EntryKind = 2
fs.go#L21: kind EntryKind
fs.go#L25: func (e *Entry) Kind(fs FS) EntryKind {
fs.go#L114: kind(dir string, base string) (symlink string, kind EntryKind)
fs_mock.go#L142: func (fs *mockFS) kind(dir string, base string) (symlink string, kind EntryKind) {
fs_real.go#L322: func (fs *realFS) kind(dir string, base string) (symlink string, kind EntryKind) {
github.com/evanw/esbuild/pkg/api
serve_other.go#L132: var kind fs.EntryKind
serve_other.go#L313: ) (fs.EntryKind, []byte) {
![]() |
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. |