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

Support for import attributes #347

Open
1 task
brawaru opened this issue Jun 12, 2024 · 0 comments
Open
1 task

Support for import attributes #347

brawaru opened this issue Jun 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@brawaru
Copy link
Contributor

brawaru commented Jun 12, 2024

Describe the feature

Add support for import attributes which can be useful with unplugin-macros to define global macros. E.g., { name: 'multiplied', from: 'my-macro-library', with: { type: 'macro' } } would yield:

import { multiplied }  from 'my-macro-library' with { type: 'macro' };

Additional information

  • Would you be willing to help implement this feature?
@brawaru brawaru added the enhancement New feature or request label Jun 12, 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