You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is fantastic, even for just its code introspection capabilities alone—it gives you many things the TS compiler API doesn't (e.g. inherited members with concrete types, not to mention a more usable data structure). It would be amazing to have this available as a standalone library (a la ts-simple-ast). Just a thought—thanks for the great tool!
The text was updated successfully, but these errors were encountered:
@yang For now you can probably create an Application instance and call .convert() instead of .generateDocs() to get the ProjectReflection and its children. You might also want to remove some of the default components after instancing.
This project is fantastic, even for just its code introspection capabilities alone—it gives you many things the TS compiler API doesn't (e.g. inherited members with concrete types, not to mention a more usable data structure). It would be amazing to have this available as a standalone library (a la ts-simple-ast). Just a thought—thanks for the great tool!
The text was updated successfully, but these errors were encountered: