ReacTree
ReacTree copied to clipboard
feat: Nextjs app router file Structure, Duplicate child handled & Import Aliases handled
First time contributor, help me contribute and Guide me
Linked issue/ticket
https://github.com/oslabs-beta/ReacTree/issues/40#issue-1778807874
Description
- feat: Nextjs app router file Structure with 'src' Directory and without 'src' Directory handled
- feat: Duplicate child handled
- feat: Import Aliases like (
"paths": {"@/*": ["./src/*"]}
or"paths": {"@/*": ["./*"]}
) both handled
Reproduction steps
Checklist
- [x] I've tried to follow the Contributing guidelines
- [x] I've titled my PR according to the Conventional Commits spec
- [ ] I've added tests that fail without this PR but pass with it
- [ ] I've linted, tested, and commented my code
- [ ] I've updated documentation (if appropriate)