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

Support for exports #23

Open
yonilerner opened this issue Dec 20, 2023 · 2 comments
Open

Support for exports #23

yonilerner opened this issue Dec 20, 2023 · 2 comments

Comments

@yonilerner
Copy link

https://tsdocs.dev/search/docs/discord-api-types fails with a TypeDefinitionResolveError, probably because the package doesn't actually expose top-level exports. It does however specify exports in its package.json. It would be cool if eg. https://tsdocs.dev/search/docs/discord-api-types/v10 worked

@dominikzogg
Copy link

Same here: https://github.com/chubbyts/chubbyts-framework/blob/master/package.json#L52

@NullVoxPopuli
Copy link

NullVoxPopuli commented Apr 9, 2024

Same here: https://tsdocs.dev/docs/signal-utils/0.12.2/index.html -- only shows the index module, but there are many more.

I've written a parser for exports before if you want to use it:

https://github.com/universal-ember/kolay/blob/main/src/plugins/helpers.js#L29

Example usage here: https://github.com/universal-ember/kolay/blob/main/src/plugins/api-docs/typedoc.js#L29

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

No branches or pull requests

3 participants