Add all exported entities from a module
silentmantra opened this issue · 0 comments
silentmantra commented
Clear and concise description of the problem
Currently to auto-import all entities from a module I use acorn to get all exports. Couldn't find in the documentation an example of automatic imports of all exported entities from a module
Suggested solution
Instead of manual or scripted listing of all imports needed, add for example
imports: [{ 'module-name': '*'}]
to auto import of all the exported entities from a module
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.