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: Nextjs app router file Structure, Duplicate child handled & Import Aliases handled #48

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Katalogo
Copy link

@Katalogo Katalogo commented Sep 21, 2024

First time contributor, help me contribute and Guide me

Linked issue/ticket

#40 (comment)

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

  • I've tried to follow the Contributing guidelines
  • 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)

@Katalogo Katalogo changed the title 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 feat: Nextjs app router file Structure, Duplicate child handled & Import Aliases handled Sep 21, 2024
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.

1 participant