We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
* as val could be very useful for values replacement. Dot replacement already work.
* as val
@value * as val from 'path';
becomes
:import('path') { val: *; prop1: imported1 }
Will be expanded to
:import('path') { prop1: imported1; prop2: imported2; prop3: imported3 }
/cc @sokra @sullenor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
* as val
could be very useful for values replacement. Dot replacement already work.becomes
Will be expanded to
/cc @sokra @sullenor
The text was updated successfully, but these errors were encountered: