vendor tsgo
This commit is contained in:
9
tools/tsgo/internal/nativepath/realpath_other.go
Normal file
9
tools/tsgo/internal/nativepath/realpath_other.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !windows && !linux && !darwin
|
||||
|
||||
package nativepath
|
||||
|
||||
import "path/filepath"
|
||||
|
||||
func Realpath(path string) (string, error) {
|
||||
return filepath.EvalSymlinks(path)
|
||||
}
|
||||
Reference in New Issue
Block a user