Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue where circular dependencies in dependency tree would caus…
…e the flatten function to infinitely recurse. If the current key is found to be already in the data object (which means it was already processed), we stop processing that key and return the data object. Resolves: #22
- Loading branch information