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): add option os argument #3613

Closed
wants to merge 2 commits into from

Conversation

lino-levan
Copy link
Contributor

@lino-levan lino-levan commented Sep 4, 2023

Closes #687 and #3600

I took this opportunity to unify test names within the module.

@lino-levan lino-levan requested a review from kt3k as a code owner September 4, 2023 03:40
@github-actions github-actions bot added the path label Sep 4, 2023
Comment on lines +17 to +18
suffix = "",
options?: PathOptions,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally this would be a single argument like

options?: {
  suffix?: string
  os?: OSType
}

but we don't live in an ideal world. Not sure what to do about this.

@lino-levan lino-levan closed this Sep 18, 2023
@kt3k
Copy link
Member

kt3k commented Sep 18, 2023

@lino-levan Thank you for your work anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

path: Make os an option argument
2 participants