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

Improve Import Based on Root #117

Open
nicholemnl opened this issue Mar 18, 2022 · 0 comments
Open

Improve Import Based on Root #117

nicholemnl opened this issue Mar 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request triage This issue is pending confirmation and planning and should not be worked on yet

Comments

@nicholemnl
Copy link
Collaborator

nicholemnl commented Mar 18, 2022

Is your feature request related to a problem? Please describe.
Currently importing components/class does not based on root but importing by relative paths
eg. import * from ../../../../../src/component
Problem with this we might have trouble when refactoring/moving component or folder in the future

Describe the solution you'd like
Would it be nice to have if we make all of our imports based on roots
eg. import * from ~/src/component

Describe alternatives you've considered
We can use this reference for implementing this improvement link

@nicholemnl nicholemnl added enhancement New feature or request triage This issue is pending confirmation and planning and should not be worked on yet labels Mar 18, 2022
@pmigueld pmigueld moved this to To do in Inji project board Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage This issue is pending confirmation and planning and should not be worked on yet
Projects
Status: To do
Development

No branches or pull requests

3 participants