Closed ocavue closed 11 months ago
After updating typedoc-plugin-markdown from 4.0.0-next.36 to 4.0.0-next.37, I get the following error.
TypeDoc exiting with unexpected error: TypeError: Cannot read properties of undefined (reading 'outputFileStrategy') at eval (file:///home/issueset/typedoc-markdown-strategy-issue/node_modules/.pnpm/typedoc-plugin-markdown@4.0.0-next.37_typedoc@0.25.4/node_modules/typedoc-plugin-markdown/dist/theme/urls-context.js:75:56)
This error happens if there is only one item in the entryPoints. Like this:
entryPoints
{ "$schema": "https://typedoc.org/schema.json", "extends": [ "./config/typedoc-base.json" ], "entryPointStrategy": "packages", "entryPoints": [ "./packages/pkg2" ], "out": "out" }
Minimal reproduction:
https://pr.new/github.com/issueset/typedoc-markdown-strategy-issue
thanks - please try typedoc-plugin-markdown@4.0.0-next.38.
It works on 4.0.0-next.38. Thank you!
After updating typedoc-plugin-markdown from 4.0.0-next.36 to 4.0.0-next.37, I get the following error.
This error happens if there is only one item in the
entryPoints
. Like this:Minimal reproduction:
https://pr.new/github.com/issueset/typedoc-markdown-strategy-issue