-
Notifications
You must be signed in to change notification settings - Fork 33
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
question: string value? #24
Comments
You can't access primitive values, just other nodes, so you can't get the string's value as that is a primitive value. Maybe you should be able to do this, but we would need to do something to make it work. Currently there is no way to modify the outputted string of code. In Grasp 0.3.0 I will add a Also, if you want to do filters on the object itself, you can do |
That's something I was certainly looking for. It was not obvious how to do that; the
That would be great for this case, and I'm sure many others. What's the status of this? Is there an in-progress version of |
@tupton |
Awesome, thanks for the quick response. This ( |
Note that filter arguments are now required to be separated by commas. |
I'm going to reopen this as we still have several unresolved issues:
|
can just write `{{| filter}}` or `{{ | filter}}` instead of `{{ :root | filter}}` or equivalent ref #24
Added Just added implied root selector (see referenced commit above). Will close this issue and create new ones for any remaining tasks. |
I'm trying to replace all strings so that they have a consistent quote style.
Things I've tried:
And probably some more. I cannot figure this out. How can I match and filter a string's value? What's the best way to do this?
The text was updated successfully, but these errors were encountered: