Kyle Bedell
Kyle Bedell
I don't like that we're now resorting to custom forks. Project owner should delegate maintenance of this repo to the community.
1. Seems to me the most performant data structure for the node tree is an Object or Map. O(1) lookup vs O(n) lookup seems pretty straight forward in terms of...
Same. Not working on macOS Sierra Chrome 65.
Hi, I see this is a pretty old ticket. Is this library still being maintained? If not, do you recommend something else? If so, are you welcome to PRs to...
Hello?
> I ended up using `node-linker=hoisted` in `.npmrc` Works like a charm! Added it to my NX library project at `libs/db/.npmrc` ```rc node-linker=hoisted ``` And in my `libs/db/project.json`, I use...