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

"Required by" view #635

Open
dariooddenino opened this issue Nov 25, 2015 · 2 comments
Open

"Required by" view #635

dariooddenino opened this issue Nov 25, 2015 · 2 comments

Comments

@dariooddenino
Copy link

Hi, is it possible with the current interface to have a "required by" list for a class?

Thanks

@nene
Copy link
Member

nene commented Nov 26, 2015

Currently not implemented. But that's certainly possible (and fairly easy) to implement. I'm wondering whether it would add too much noise in case of classes that are heavily required by others, but probably not - we show a similar mixed-into and subclasses data which looks fine for some really heavily used stuff like Observable.

I'll consider it as a feature request.

But if you really desire that I suggest you look into implementing it by yourself. Take a look into JsDuck::Relations class that gathers all this data.

@dariooddenino
Copy link
Author

Thanks for the answer, I just wanted to be sure the feature wasn't already in before spending time trying to implement it myself 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants