You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
to auto import of all the exported entities from a module
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: