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(std/fs.walk): include symlink option #3464

Merged
merged 4 commits into from
Jul 27, 2023
Merged

Conversation

MrKleeblatt
Copy link
Contributor

Instead of completely ignoring symlinks if followSymlinks == false there should be an option to at least return the symlink (and don't resolve the real path)

Instead of completely ignoring symlinks if `followSymlinks == false` there should be an option to at least return the symlink (and don't resolve the real path)
@MrKleeblatt MrKleeblatt requested a review from kt3k as a code owner June 24, 2023 15:30
@CLAassistant
Copy link

CLAassistant commented Jun 24, 2023

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the fs label Jul 27, 2023
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for your contribution!

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.

3 participants