Gerrit Birkeland
Gerrit Birkeland
This would require a plugin, the way I'd approach it is to listen to [Converter.EVENT_CREATE_PARAMETER](https://typedoc.org/api/classes/Converter.html#EVENT_CREATE_PARAMETER) to collect parameters whose type needs to be overwritten (everything with the `refl.name === "props"`?)...
I incorrectly assumed that making the change to derive the name in the type converter would just make that work - given that the type converter is getting the resolved...
I meant to merge it last weekend, unfortunately it fell off my list. I'll definitely get it in next weekend!
A similar `"\uD835\uDD04"` can't be handled in typedoc when I looked at using dprint today, what's the path forward in jsonc-parser? I very briefly looked at doing this, but jsonc-parser's...
I'm not sure there's a good way to fix this. When TypeDoc is processing wrapping-lib, the comment for `bar` is just a comment in some declaration file -- there's nothing...
> Is it possible to track where the .d.ts was generated from? Yes, that info is available, unfortunately, it doesn't solve the problem... "in another node_modules folder" doesn't necessarily mean...
[TypeDoc implements](https://typedoc.org/guides/declaration-references/) the "new" version of [declaration references](https://tsdoc.org/pages/spec/overview/#declaration-references), not the old one. This decision was made because it is *far* closer to matching how TypeScript resolves links, and thus, far...
I should also mention that the contribution guide link is broken in the issue template
TypeDoc does not support the old style declaration references which you're trying to use there, [docs](https://typedoc.org/documents/Declaration_References.html) What that link *should* be is dependent on a few things. Given that you're...