Closed Kivylius closed 2 years ago
You're probably after renderer.addUnknownSymbolResolver
- https://github.com/TypeStrong/typedoc/blob/master/internal-docs/third-party-symbols.md
If you're asking if TypeDoc can add custom module resolution (e.g. Deno), no, I have no plans to add that. TypeDoc giving the same behavior as tsc is important.
Search terms
typedoc, typescript, remote, micro frontends
Question
I love typedoc and its generated docs, but is it possible to use the output of typedoc or even write some plugin to be able to use typedoc output as remote type (comment or import) e.g.
This pattern would allow remote types, when using patterns like micro frontend and there no direct importing of the different repos. This could also aid in the generation of better docs, where the type is remote, we could say something like:
Let me know if this is possible, if not maybe point me in the right direction.