Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeDoc fails on encountering an empty markdown file in the external documentation. #2638

Closed
bladerunner2020 opened this issue Jul 13, 2024 · 0 comments · Fixed by #2639
Closed
Labels
bug Functionality does not match expectation

Comments

@bladerunner2020
Copy link
Contributor

Search terms

external documents, markdown

Expected Behavior

run without error

Actual Behavior

fail to run

TypeDoc exiting with unexpected error:
TypeError: Cannot read properties of undefined (reading 'text')

Steps to reproduce the bug

  • create an empty markdown file
  • refer to it
/**
 * @module
 * @document empty.md
 */
export const a = 123;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant