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

Add all exported entities from a module #533

Open
3 tasks done
silentmantra opened this issue Sep 20, 2024 · 0 comments
Open
3 tasks done

Add all exported entities from a module #533

silentmantra opened this issue Sep 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@silentmantra
Copy link

silentmantra commented Sep 20, 2024

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

@silentmantra silentmantra added the enhancement New feature or request label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant