Replies: 2 comments
-
Hi @davenewza, the naming of variables must adhere to valid identifier characters: We did recently introduce support for backticks for accessing fields with invalid identifier characters (also reserved words) which you may find useful. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks - all makes sense |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be handy if
$
could be recognised as a valid variable name. It would mean expressions such as$.name
would be possible. The idea is that it would synonymous tothis.name
in certain contexts. As far as I can see,$
isn't referenced in the CEL specification for anything else and I don't see any strict definition for naming of variables. Thoughts?Beta Was this translation helpful? Give feedback.
All reactions