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

fix: make remappings resolution more deterministic #176

Merged
merged 2 commits into from
Jul 26, 2024
Merged

Conversation

klkvr
Copy link
Member

@klkvr klkvr commented Jul 26, 2024

No description provided.

Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

makes sense


let is_inside_node_modules = dir.ends_with("node_modules");

let mut visited_symlink_dirs = HashSet::new();
// iterate over all dirs that are children of the root
for dir in walkdir::WalkDir::new(dir)
.sort_by_file_name()
Copy link
Member

Choose a reason for hiding this comment

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

til

@DaniPopes DaniPopes merged commit 7cf89ec into main Jul 26, 2024
15 checks passed
@DaniPopes DaniPopes deleted the klkvr/rm-hasmhmap branch November 18, 2024 10:42
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.

3 participants