Evgeniy Timokhov
                                            Evgeniy Timokhov
                                        
                                    @Laurens-Bamtang can you provide error list or how to reproduce the issue? It seems that the repo you mentioned is using v6 (or even v5 in your link), but what...
@bamtang-dev this one should be better I think [pixijs.d.ts.zip](https://github.com/pixijs/pixijs/files/14043739/pixijs.d.ts.zip). It is generated for the same commit as the previous one. I noticed that some of classes aren't exported from PIXI...
> However these lines are still are a problem: Sorry I'm not familiar with this library, does pixi mega-bundle includes all dependencies? If so, it can be easily fixed as...
I just created https://github.com/pixijs/pixijs/pull/10178 for this feature. Feel free to take a look and provide your feedback!
Is this issue fixed by https://github.com/pixijs/pixijs/pull/10286 now?
> typedoc is trying to look at the tsdoc comments and create href links between classes documentation, for example to the map method map#render. So is the issue that the...
> I'm not sure if a rename to the comment would be the right approach as you might see in the docs Map$1, which is not what I would like...
> It's worth mentioning that links in comments are resolved by TS's language service if you use the local name, but not if you use an exported name. Yeah my...
It looks like the compiler doesn't provide an API to manipulate with attached jsdoc comments. I'll check later in discord chat/issue tracker if there anything we can do to update...
https://github.com/microsoft/TypeScript/issues/57219