Optional chaining #2882
milosjovac
started this conversation in
Ideas
Replies: 1 comment
-
Support for optional chaining would be great! Thanks for your suggestion. If anyone wants to implement this up please drop a message. |
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
-
Hello,
Current expression parser doesn't support Optional chaining (
a?.b?.c
). Using the?
operator atm is causing the Syntax error.It would be very handy to have this available when working with optional field objects.
Beta Was this translation helpful? Give feedback.
All reactions