Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve double dot and tilde #11

Open
pdonias opened this issue Dec 7, 2016 · 2 comments · May be fixed by #17
Open

Resolve double dot and tilde #11

pdonias opened this issue Dec 7, 2016 · 2 comments · May be fixed by #17

Comments

@pdonias
Copy link

pdonias commented Dec 7, 2016

Wouldn't it be better if toAbsGlob('../a') could return '/dev/a' instead of '/dev/foo/../a'?

Same thing for tilde: toAbsGlob('~/a') should return '/path/to/my/home/a' instead of '/dev/foo/~/a'

@jonschlinkert
Copy link
Member

is this based on actual usage or theoretical based on a typo in the readme?

@pdonias
Copy link
Author

pdonias commented Dec 7, 2016

Actual usage :)

@aromanio aromanio linked a pull request Apr 5, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants