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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow symlink support for readdirp #5082

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mevatron
Copy link

@mevatron mevatron commented Mar 10, 2024

I was attempt to use native-run on NixOS, and to make packages more reproducible the Nix package manager heavily uses symlinks 馃槄 Unfortunately, the readdirp method does not follow symlinks by default, and seeing as the @ionic/utils-fs package has many dependent projects, it seemed like making this a non-default option would be the best approach.

I added a WalkerOption followSymlinks and environment variable to also control the behavior IONIC_UTILS_FS_FOLLOW_SYMLINKS.

Would this be something that could be merged in?

Thanks!

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.

None yet

1 participant