github.com/evanw/esbuild/internal/resolver.resolver.PrettyPath (method)
11 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L560: func (r *resolver) PrettyPath(path logger.Path) string {
resolver.go#L691: PrettyPath: r.PrettyPath(keyPath),
resolver.go#L721: r.PrettyPath(logger.Path{Text: fileToCheck, Namespace: "file"}), err.Error()))
resolver.go#L752: r.PrettyPath(logger.Path{Text: fileToCheck, Namespace: "file"}), err.Error()))
resolver.go#L808: r.PrettyPath(logger.Path{Text: path, Namespace: "file"}), err.Error()))
resolver.go#L871: r.PrettyPath(logger.Path{Text: tsConfigPath, Namespace: "file"})))
resolver.go#L875: r.PrettyPath(logger.Path{Text: tsConfigPath, Namespace: "file"}), err.Error()))
resolver.go#L900: r.PrettyPath(logger.Path{Text: packageJsonPath, Namespace: "file"}), err.Error()))
resolver.go#L907: PrettyPath: r.PrettyPath(keyPath),
resolver.go#L931: r.PrettyPath(logger.Path{Text: pathText, Namespace: "file"}), err.Error()))
resolver.go#L1097: r.PrettyPath(logger.Path{Text: dirPath, Namespace: "file"}), err.Error()))
 |
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. |