Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring out code introspection library #672

Closed
yang opened this issue Dec 29, 2017 · 1 comment
Closed

Refactoring out code introspection library #672

yang opened this issue Dec 29, 2017 · 1 comment
Labels
wontfix Declining to implement

Comments

@yang
Copy link

yang commented Dec 29, 2017

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!

@mootari
Copy link

mootari commented Dec 29, 2017

Linking #595.

@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.

@Gerrit0 Gerrit0 added the wontfix Declining to implement label Nov 2, 2020
@Gerrit0 Gerrit0 closed this as completed Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix Declining to implement
Projects
None yet
Development

No branches or pull requests

3 participants