-
Notifications
You must be signed in to change notification settings - Fork 637
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Graph - Remove unnecessary earlyInverseDependencies
Summary: Since D51665495 made `Graph`'s internal state mutation synchronous, there's now no code path in which a module isn't either already available in `Graph.dependencies`, or immediately with a call to `_recursivelyCommitModule` - when an edge is being added. There's no longer any need to track `earlyInverseDependencies`. Changelog: Internal Reviewed By: motiz88 Differential Revision: D51938728 fbshipit-source-id: 35f3c8bc1b94a252189f80f02e32e060da461bba
- Loading branch information
1 parent
3aca493
commit 787f5f6
Showing
1 changed file
with
6 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters