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
Not sure what file generates this, but safeguard are not in place in source code
TypeDoc exiting with unexpected error:
TypeError: Cannot read properties of undefined (reading 'getSourceFile')
at getJsDocComment (/Users/loopingz/Git/webda.io/node_modules/typedoc/dist/lib/converter/comments/index.js:93:30)
at getComment (/Users/loopingz/Git/webda.io/node_modules/typedoc/dist/lib/converter/comments/index.js:68:16)
at Context.postReflectionCreation (/Users/loopingz/Git/webda.io/node_modules/typedoc/dist/lib/converter/context.js:125:60)
at Context.createDeclarationReflection (/Users/loopingz/Git/webda.io/node_modules/typedoc/dist/lib/converter/context.js:115:14)
at Object.convertProperty (/Users/loopingz/Git/webda.io/node_modules/typedoc/dist/lib/converter/symbols.js:347:32)
at convertSymbol (/Users/loopingz/Git/webda.io/node_modules/typedoc/dist/lib/converter/symbols.js:135:41)
at Object.convertAlias (/Users/loopingz/Git/webda.io/node_modules/typedoc/dist/lib/converter/symbols.js:411:9)
at convertSymbol (/Users/loopingz/Git/webda.io/node_modules/typedoc/dist/lib/converter/symbols.js:135:41)
at Converter.convertExports (/Users/loopingz/Git/webda.io/node_modules/typedoc/dist/lib/converter/converter.js:200:41)
at /Users/loopingz/Git/webda.io/node_modules/typedoc/dist/lib/converter/converter.js:154:30
Search terms
TypeError
getSourceFile
getJsDocComment
Expected Behavior
Being able to build
Actual Behavior
Build failed
Steps to reproduce the bug
Not sure what file generates this, but safeguard are not in place in source code
typedoc/src/lib/converter/comments/index.ts
Line 111 in c565bc6
getJsDocComment
I'll provide the PR
The text was updated successfully, but these errors were encountered: