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) {
![]() |
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. |