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;