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
While TypeDoc technically supports plugins, it isn't very friendly right now to develop a plugin for... even ignoring the lack of documentation. What would be helpful when developing plugins? Lets make a list.
Export all necessary items from the main entry point. Plugins should never need to import from typedoc/dist/....
Transformer API - It would be really useful to have something like TS has for rewriting types rather than implementing logic to iterate over all types in all reflections example
What else is missing?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
While TypeDoc technically supports plugins, it isn't very friendly right now to develop a plugin for... even ignoring the lack of documentation. What would be helpful when developing plugins? Lets make a list.
typedoc/dist/...
.What else is missing?
The text was updated successfully, but these errors were encountered: