-
-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Problem The `ProjectTree` and `FileSystemProjectTree` classes are obsolete, only being used in actual code in a vestigial fashion in one test helper function. ### Solution Modify the test helper function to no longer use `FileSystemProjectTree`, adding some type annotations along the way. This allows us to completely remove the `ProjectTree` and `FileSystemProjectTree` code.
- Loading branch information
Showing
5 changed files
with
14 additions
and
280 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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