krisztianb / typedoc-plugin-merge-modules

Plugin for TypeDoc that merges the content of modules
ISC License
21 stars 4 forks source link

Difficulty using options #8

Closed f-t-alves closed 2 years ago

f-t-alves commented 2 years ago

I have tried adding "mergeModulesMergeMode": "module" to my typedoc.json file, but now TypeDoc throws error Error: Tried to set an option (mergeModulesMergeMode) that was not declared..

It does load typedoc-plugin-merge-modules right before throwing the error, so I believe I'm at fault for using the option the wrong way. How should I use it, though?

krisztianb commented 2 years ago

That's strange. Which version of TypeDoc and typedoc-plugin-merge-modules are you using?

f-t-alves commented 2 years ago

TypeDoc: v0.22.6 typedoc-plugin-merge-modules: 3.0.2

krisztianb commented 2 years ago

Thanks. I'll try to reproduce the issue and will let you know what I found.

krisztianb commented 2 years ago

Unfortunately I can't reproduce your issue in my test project.

Do you have a public repository I could take a look at?

f-t-alves commented 2 years ago

Just to confirm, that is the correct usage, right? Unfortunately I can't share the repo as is, but I'll try to reproduce in an descaracterized project.

f-t-alves commented 2 years ago

Interesting, after a yarn cache clean and yarn install, it is now working as intended. Could've been some wonkiness during install yesterday. I will close the issue now.

Thank you for the time, sorry for the scare 😅