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

Add polyfill for path.isAbsolute #84

Merged
merged 1 commit into from
Oct 30, 2015
Merged

Add polyfill for path.isAbsolute #84

merged 1 commit into from
Oct 30, 2015

Conversation

evanshortiss
Copy link
Contributor

Turns out a polyfill is probably a better solution (as opposed to my previous PR) since using Node.js 0.10.X is still common.

@knownasilya
Copy link
Collaborator

I think I first wrote that code with that module, but then found that node had it. Little did I know, that node 0.10 didn't 😸

knownasilya pushed a commit that referenced this pull request Oct 30, 2015
Add polyfill for path.isAbsolute
@knownasilya knownasilya merged commit 50f9e20 into zemirco:master Oct 30, 2015
@evanshortiss
Copy link
Contributor Author

Yeah, it's a bummer sometimes! Thanks 😄

knownasilya pushed a commit that referenced this pull request Oct 30, 2015
* Fix backslashes (with tests) #86
* Fix isAbsolute not being available for node 0.10 #84
@knownasilya
Copy link
Collaborator

Released as v3.0.1

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 this pull request may close these issues.

2 participants