github.com/evanw/esbuild/internal/fs.Entry.base (field)
9 uses
github.com/evanw/esbuild/internal/fs (current package)
fs.go#L19: base string
fs.go#L30: e.symlink, e.kind = fs.kind(e.dir, e.base)
fs.go#L40: e.symlink, e.kind = fs.kind(e.dir, e.base)
fs.go#L59: if entry.base != query {
fs.go#L63: Actual: entry.base,
fs.go#L76: keys = append(keys, entry.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}
fs_real.go#L149: base: name,
![]() |
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. |