obj-traverse
obj-traverse copied to clipboard
Need a way to perform multiple task. Example delete option, modify option
Please add feature to find by key only. Many cases where we don't know what a key value would be but we only know the key name. Also it would...
I can't import any of the methods of the library. Not sure why. I am using Rollup instead of Webpack if that matters, as I noticed you have webpack code...
findFirst ( tree, 'children', { name8: ?} ) OR findFirst ( tree, 'children', { ?: name8} )
I've written a somewhat similar library to this one, called [object-scan](https://github.com/blackflux/object-scan). I actually believe that `object-scan` would be well suited for powering this library, but I'm digressing... Your demo looks...
It's really nice that we can play with library without taking to the local environment. Can you enhance the demo to add custom test data?
Bumps [webpack](https://github.com/webpack/webpack) from 1.12.9 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...