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()))