-
Notifications
You must be signed in to change notification settings - Fork 555
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
Removing .value from aliases #575
Comments
I like this idea, I know it is a pain to write If there would be a way to do this while not breaking the other types of references I would be all for it! |
@dbanksdesign I didn't think about transitive transforms indeed. (They are awesome btw!) One way would be to try the alias path first, and try with the added |
what if you want to alias other stuff than value? 🔥 |
How about a build message when it fails due to a missing reference that suggests, "Did you remember to add |
Added via #746 |
@chazzmoney thanks a lot! |
If all values have to be defined with
value
, as explained by @chazzmoney in #119 (comment) , could.value
be removed from the end of all aliases (or made optional, to not break existing ones), as it is used everywhere?Instead of this:
We could write this:
Not a great gain here on an example with one single alias, but nice in a larger code base.
The text was updated successfully, but these errors were encountered: