typedoc2md/typedoc-plugin-markdown

typedoc 0.27.x using ESM

Closed this issue · 6 comments

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

Thanks - there will be a new release very shortly to support ESM.

@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.

Thanks @OlivierZal yep need to convert plugin to ESM. On its way (just some final tests)...

@axel7083 typedoc-plugin-markdown@4.3.0 is now compatible.

Thanks you @tgreyuk for your reactivity and the update 👍 , kudo 🚀

Works very well, thanks @tgreyuk !