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

feat!: implement rest of path minimally #10

Merged
merged 3 commits into from
May 5, 2022
Merged

feat!: implement rest of path minimally #10

merged 3 commits into from
May 5, 2022

Conversation

danielroe
Copy link
Member

This PR adopts minimal implementations of path functions that were previously missing (as well as a vitest implementation).

I'll take a second pass on this later to add some complexity back in.

The only intended change in behaviour is that we now parse windows paths to a root of the drive letter (e.g. C:), which resolves #5.

@danielroe danielroe requested a review from pi0 May 5, 2022 15:51
@danielroe danielroe self-assigned this May 5, 2022
@danielroe danielroe marked this pull request as draft May 5, 2022 15:54
@danielroe danielroe marked this pull request as ready for review May 5, 2022 15:58
@danielroe danielroe mentioned this pull request May 5, 2022
@pi0 pi0 changed the title feat: implement rest of path minimally feat!: implement rest of path minimally May 5, 2022
@pi0 pi0 merged commit 6136b3c into main May 5, 2022
@pi0 pi0 deleted the feat/nodeless branch May 5, 2022 16:18
pi0 added a commit that referenced this pull request Nov 15, 2022
Crediting for #3 and #10 that made package stable and platform independent
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.

Windows root is not what I expected with pathe.parse
2 participants