typedoc 0.27.x using ESM
Closed this issue · 6 comments
axel7083 commented
What package is the bug related to?
typedoc-plugin-markdown
Describe the issue
When upgrading to typedoc 0.27.x the packages in this repositories cannot be used (from my understanding)
TypeDoc configuration
No response
Expected behavior
No response
tgreyuk commented
Thanks - there will be a new release very shortly to support ESM.
OlivierZal commented
@tgreyuk, as far as I see it's rather related to peer dependencies version in the package, because it seems to work when forcing npm i
and building the docs on a ESM project.
However typedoc@0.27.x
has breaking changes you probably might want to handle in your plugin.
tgreyuk commented
Thanks @OlivierZal yep need to convert plugin to ESM. On its way (just some final tests)...
OlivierZal commented
Works very well, thanks @tgreyuk !