-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add deepKeys()
#94
Add deepKeys()
#94
Conversation
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
The PR is complete, but an AVA bug is causing CI to fail |
// @mmkal |
Should mention all the use-cases. |
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
Can you fix the merge conflict? |
}), [ | ||
'a\\.b.c.d', | ||
'a\\.b.c.d[0]', |
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.
If you want to be extra thorough you could cover the case where an array contains a complex object too, but I imagine it’s fine.
Looks good :) |
Fixes #93