github.com/evanw/esbuild/internal/fs.goFilepath.isWindows (field)
11 uses
github.com/evanw/esbuild/internal/fs (current package)
filepath.go#L46: isWindows bool
filepath.go#L79: if !fp.isWindows {
filepath.go#L110: return c == '/' || (fp.isWindows && c == '\\')
filepath.go#L116: if !fp.isWindows {
filepath.go#L181: isWindowsDot := fp.isWindows && path[fp.volumeNameLen(path):] == "."
filepath.go#L336: if !fp.isWindows {
filepath.go#L519: if fp.isWindows {
filepath.go#L645: if !fp.isWindows {
fs_real.go#L65: fp.isWindows = true
fs_real.go#L68: fp.isWindows = false
fs_real.go#L77: } else if fp.isWindows {
![]() |
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. |