Allow OST generation without class overlays

Issue #262 resolved
Scott Wells repo owner created an issue

By far the most expensive part of OST generation is the retrieval of class overlays (ApexClassIdentifier objects). These are vital to the construction of a strongly-typed OST, but for a small number of massive organizations, this step may be prohibitively expensive (time and space) to run. There should be an option to generate the OST without this step to create an OST that works very well for system classes and SObjects and reasonably well for custom classes (type parameters won't be populated, some modifiers will be missing, etc., but overall class structure and simple signatures will be present).

Comments (4)

  1. Log in to comment