oslabs-beta / ReacTree

ReacTree - VS Code extension that generates a hierarchy tree of React components with each node listing the passed down props, indicating whether it's connected the Redux store, and guiding you to the associated file with the click of a button
https://reactree.dev/
MIT License
149 stars 31 forks source link

feat: Nextjs app router file Structure, Duplicate child handled & Import Aliases handled #48

Open Katalogo opened 2 months ago

Katalogo commented 2 months ago

First time contributor, help me contribute and Guide me

Linked issue/ticket

https://github.com/oslabs-beta/ReacTree/issues/40#issue-1778807874

Description

  1. feat: Nextjs app router file Structure with 'src' Directory and without 'src' Directory handled
  2. feat: Duplicate child handled
  3. feat: Import Aliases like ( "paths": {"@/*": ["./src/*"]} or "paths": {"@/*": ["./*"]} ) both handled

Reproduction steps

Checklist