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: add buffer to files in siblings #101

Merged
merged 3 commits into from
Dec 15, 2023
Merged

feat: add buffer to files in siblings #101

merged 3 commits into from
Dec 15, 2023

Conversation

ignatiusmb
Copy link
Owner

@ignatiusmb ignatiusmb commented Dec 13, 2023

An alternative solution to trying to group the traversed/recursed items based on levels, it would also be confusing if we were to introduce another property that is similar and depends on the number of depth option. With this PR, we'll have access to the current directory tree, along with the file buffers, inside our hydrate callback.

Closes #26

Copy link

vercel bot commented Dec 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
marqua ✅ Ready (Inspect) Visit Preview Dec 13, 2023 8:03am

@ignatiusmb ignatiusmb added the enhancement Pull requests that adds a new feature label Dec 13, 2023
@ignatiusmb ignatiusmb merged commit 020c24e into master Dec 15, 2023
10 checks passed
@ignatiusmb ignatiusmb deleted the file-buffer branch December 15, 2023 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Pull requests that adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recurse with items grouped as childrens
1 participant