-
Notifications
You must be signed in to change notification settings - Fork 454
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
feat(lib): Make default property in Fn.lookup
optional and introduce Fn.lookupNested
#2672
Conversation
Fn.lookup
optional and introduce Fn.lookupNested
9bbcae4
to
4ce5e7f
Compare
Github's acting weird on this PR (showing commits that are from the parent), so I'll wait to review once the parent PR is merged (or this PR is fixed). |
5723a2c
to
332b96a
Compare
75f4476
to
4847fb9
Compare
@mutahhir just rebased this PR – has a much cleaner diff now 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, nice change!
One thing I'd like to see would be an update to the docs to introduce this, as I'm sure a lot of people would want to use it. Secondly, can I do array accesses for a specific property in here?
4847fb9
to
b9e31ac
Compare
fc70384
to
8adb39d
Compare
8adb39d
to
c14dbd8
Compare
7647276
to
883d585
Compare
883d585
to
a5987a1
Compare
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This PR implements the idea I had and posted in #2670 (comment)
Todos