@oxinabox brought up the idea to have a type hierarchy across packages, similar to getting upstream dependencies.
Would need to load up all dependencies, and run subtypes on all the abstract types and store these results. At first glance, just having a large JSON file for this can work, not sure how well the scales out. Then a GitHub Action to run and update this file as needed.
@oxinabox brought up the idea to have a type hierarchy across packages, similar to getting upstream dependencies.
Would need to load up all dependencies, and run
subtypeson all theabstract typesand store these results. At first glance, just having a large JSON file for this can work, not sure how well the scales out. Then a GitHub Action to run and update this file as needed.