type github.com/evanw/esbuild/internal/fs.goFilepath
19 uses
github.com/evanw/esbuild/internal/fs (current package)
filepath.go#L44: type goFilepath struct {
filepath.go#L78: func (fp goFilepath) isAbs(path string) bool {
filepath.go#L101: func (fp goFilepath) abs(path string) (string, error) {
filepath.go#L109: func (fp goFilepath) isPathSeparator(c uint8) bool {
filepath.go#L115: func (fp goFilepath) volumeNameLen(path string) int {
filepath.go#L159: func (fp goFilepath) evalSymlinks(path string) (string, error) {
filepath.go#L335: func (fp goFilepath) fromSlash(path string) string {
filepath.go#L365: func (fp goFilepath) clean(path string) string {
filepath.go#L443: func (fp goFilepath) volumeName(path string) string {
filepath.go#L451: func (fp goFilepath) base(path string) string {
filepath.go#L482: func (fp goFilepath) dir(path string) string {
filepath.go#L500: func (fp goFilepath) ext(path string) string {
filepath.go#L516: func (fp goFilepath) join(elem []string) string {
filepath.go#L529: func (fp goFilepath) joinNonEmpty(elem []string) string {
filepath.go#L564: func (fp goFilepath) isUNC(path string) bool {
filepath.go#L576: func (fp goFilepath) rel(basepath, targpath string) (string, error) {
filepath.go#L644: func (fp goFilepath) sameWord(a, b string) bool {
fs_real.go#L29: fp goFilepath
fs_real.go#L63: var fp goFilepath
![]() |
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. |