github.com/evanw/esbuild/internal/fs.goFilepath.isAbs (method)

6 uses

	github.com/evanw/esbuild/internal/fs (current package)
		filepath.go#L78: func (fp goFilepath) isAbs(path string) bool {
		filepath.go#L102: 	if fp.isAbs(path) {
		filepath.go#L252: 		if isWindowsDot && !fp.isAbs(link) {
		fs_real.go#L82: 	} else if !fp.isAbs(fp.cwd) {
		fs_real.go#L250: 	return fs.fp.isAbs(p)
		fs_real.go#L347: 			if !fs.fp.isAbs(link) {