-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add index resolution for configuration files #572
Labels
feature
New feature or request
Comments
basmasking
added a commit
that referenced
this issue
Dec 23, 2024
basmasking
added a commit
that referenced
this issue
Dec 24, 2024
Left todo:
|
basmasking
added a commit
that referenced
this issue
Dec 25, 2024
basmasking
added a commit
that referenced
this issue
Jan 2, 2025
So the naming convention is not required anymore.
basmasking
added a commit
that referenced
this issue
Jan 2, 2025
basmasking
added a commit
that referenced
this issue
Jan 2, 2025
basmasking
added a commit
that referenced
this issue
Jan 2, 2025
basmasking
added a commit
that referenced
this issue
Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nodejs support index resolution for importing modules to make it easier for developer to define code and exports in an
index.js
file. Node and other tools automatically resolve the index.js in case the import path is set to a folder location.Our configuration setup currently doesn't have this feature. This results in manually defining a file (we use module.js ourselves for this), to import it explicitly.
With the support of
index resolution
we enable the developers to create configuration files that match their way of work in nodejs.The text was updated successfully, but these errors were encountered: