kamranayub / remark-typedoc-symbol-links

A Remark plugin for transforming TypeDoc symbol links into actual links to your API docs
MIT License
0 stars 1 forks source link

Does not find symbols with typedoc@0.20.x #11

Closed kamranayub closed 3 years ago

kamranayub commented 3 years ago

Due to breaking changes in the API, typedoc structures with 0.20.x show warnings in the console:

warn remark-typedoc-symbol-links: Could not resolve symbol: TransformComponent
warn remark-typedoc-symbol-links: Could not resolve symbol: TransformComponent.z|z-index
warn remark-typedoc-symbol-links: Could not resolve symbol: TransformComponent.pos|position
warn remark-typedoc-symbol-links: Could not resolve symbol: TransformComponent.rotation|rotation
warn remark-typedoc-symbol-links: Could not resolve symbol: TransformComponent.scale|scale
warn remark-typedoc-symbol-links: Could not resolve symbol: TransformComponent.coordPlane|coordinate plane

...etc
kamranayub commented 3 years ago

Seems to be real issues, actually 😆 0.20 fixture works fine. Will re-open if I find out otherwise.