github.com/evanw/esbuild/internal/resolver.dirInfo.absRealPath (field)
7 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L380: } else if dirInfo.absRealPath != "" {
resolver.go#L382: path.Text = r.fs.Join(dirInfo.absRealPath, base)
resolver.go#L647: absRealPath string // If non-empty, this is the real absolute path resolving any symlinks
resolver.go#L834: info.absRealPath = symlink
resolver.go#L835: } else if parentInfo.absRealPath != "" {
resolver.go#L836: info.absRealPath = r.fs.Join(parentInfo.absRealPath, base)
![]() |
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. |