MobileNativeFoundation / swift-index-store

Library to read from Swift / clang source code indexes
Apache License 2.0
139 stars 12 forks source link

Add example of decls you could move #44

Open keith opened 1 year ago

keith commented 1 year ago

this is based on this conversation https://github.com/lyft/swift-index-store/pull/43#issuecomment-1569082087

this doesn't really work well right now because it would require more filtering to understand what types of declarations could actually be moved. Like a property of a struct couldn't be moved even if the only users were in another module unless the whole struct could be

maxwellE commented 1 year ago

This helps, I am still trying to learn how to structure my thinking when using indexstores. Thank you