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 {