You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using entryPointStrategy=packages, I would expect the --json output to include readme properties for the modules that have README.md files present.
Actual Behavior
These readmes are present in the rendered HTML for the modules, but omitted from the json output.
Search terms
readme, json, --json, packages, monorepo, readme.md
Expected Behavior
When using entryPointStrategy=packages, I would expect the --json output to include readme properties for the modules that have README.md files present.
Actual Behavior
These readmes are present in the rendered HTML for the modules, but omitted from the json output.
Steps to reproduce the bug
Repro: TypeStrong/typedoc-repros#38
Manually:
1a. For example, with entryPoints=['packages/*']
Environment
The text was updated successfully, but these errors were encountered: