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: path API #97

Merged
merged 15 commits into from
Feb 12, 2023
Merged

feat: path API #97

merged 15 commits into from
Feb 12, 2023

Conversation

dsherret
Copy link
Owner

@dsherret dsherret commented Jan 23, 2023

To add in the future:

  • components(): Iterator
  • startsWith(text: string): boolean;
  • endsWith(text: string): boolean;
  • link / linkSync

Closes #94

@dsherret dsherret marked this pull request as draft January 23, 2023 01:17
src/deps.test.ts Outdated Show resolved Hide resolved
@sigmaSd
Copy link
Contributor

sigmaSd commented Jan 25, 2023

I implemented before some of the apis that you still have todo on https://github.com/sigmaSd/Path/blob/master/path.ts

Maybe you can find something useful there

@dsherret dsherret marked this pull request as ready for review February 12, 2023 03:36
@dsherret dsherret merged commit 230ecb5 into main Feb 12, 2023
@dsherret dsherret deleted the path_api branch February 12, 2023 03:36
@dsherret
Copy link
Owner Author

@sigmaSd neat! I also wanted something for file system manipulation. We might actually move this into deno_std in the future.

@sigmaSd
Copy link
Contributor

sigmaSd commented Feb 12, 2023

That would be 🆒 , I guess dax is a chance to test the api first

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.

Path API
2 participants