peripheryapp / periphery

A tool to identify unused code in Swift projects.
MIT License
5.02k stars 178 forks source link

Extract SourceGraph from PeripheryKit #761

Closed rofle100lvl closed 2 days ago

rofle100lvl commented 1 week ago

The purpose of this pull request is to extract SourceGraph from PeripheryKit in separate module. The reason why I want to do it is - it's easier to maintain the project, think about public API, when you have a lot of well divided modules. And in my opinion SourceGraph is well separated from other ones

ileitch commented 2 days ago

Thanks!