mdittmer / object-graph-js

Object graphs from Javascript worlds
Apache License 2.0
1 stars 2 forks source link

Eliminate 3rd party dependency on lodash #12

Closed mdittmer closed 7 years ago

mdittmer commented 7 years ago

The only third-party dependency that we have is lodash. I think we only use it for set difference & intersection. Should be simple enough to implement those algorithms ourselves.

mdittmer commented 7 years ago

Fixed by closing #13