You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will return pets.1.name - Rex. However, there is another object, string, number and null in this path which doesn't have name property and I can't get it as undefined. I would like the result to be:
@tsuyoshiwada I kinda tried to fix it today but unfortunately this deep object enumeration operations are a bit hard for me 😢 This is actually why I decided to use external package instead of my own implementation.
Since you are busy now, I'll add skip to nested tests for now and wait for this feature to be added. Will be happy to test any alpha/beta version when you'll have time ❤️
Hey,
Here is an example:
This will return
pets.1.name - Rex
. However, there is anotherobject
,string
,number
andnull
in this path which doesn't havename
property and I can't get it as undefined. I would like the result to be:Same goes for
map
function, it would be great to have the same result.Is it somehow possible to achieve? I'm using
dot-wild-tiny
, but opened issue here as it's more feature rich.The text was updated successfully, but these errors were encountered: