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
Run npm run typedoc
npm run typedoc
shell: /usr/bin/bash -e {0}
>[email protected] typedoc
> typedoc
TypeDoc exiting with unexpected error:
TypeError: Cannot read properties of undefined (reading 'TypeParameter')
at ReferenceType.createSymbolReference (file:///home/runner/work/oidc-client-ts/oidc-client-ts/node_modules/typedoc/dist/lib/models/types.js:782:70)
at Object.convert (file:///home/runner/work/oidc-client-ts/oidc-client-ts/node_modules/typedoc/dist/lib/converter/types.js:190:35)
at convertType (file:///home/runner/work/oidc-client-ts/oidc-client-ts/node_modules/typedoc/dist/lib/converter/types.js:80:38)
at Converter.convertType (file:///home/runner/work/oidc-client-ts/oidc-client-ts/node_modules/typedoc/dist/lib/converter/converter.js:330:20)
at file:///home/runner/work/oidc-client-ts/oidc-client-ts/node_modules/typedoc/dist/lib/converter/symbols.js:333:117
at Array.map (<anonymous>)
at Object.convertClassOrInterface (file:///home/runner/work/oidc-client-ts/oidc-client-ts/node_modules/typedoc/dist/lib/converter/symbols.js:333:88)
at convertSymbol (file:///home/runner/work/oidc-client-ts/oidc-client-ts/node_modules/typedoc/dist/lib/converter/symbols.js:122:41)
at Object.convertAlias (file:///home/runner/work/oidc-client-ts/oidc-client-ts/node_modules/typedoc/dist/lib/converter/symbols.js:494:9)
at convertSymbol (file:///home/runner/work/oidc-client-ts/oidc-client-ts/node_modules/typedoc/dist/lib/converter/symbols.js:122:41)
Error: Process completed with exit code 6.
Environment
Typedoc version: 0.27.1
TypeScript version: 5.4.2
Node.js version: 18.x
OS: Linux
The text was updated successfully, but these errors were encountered:
Search terms
Expected Behavior
Should not crash.
Actual Behavior
Crashes.
Steps to reproduce the bug
You can see the behavior in this pull request: authts/oidc-client-ts#1757
Error:
Environment
The text was updated successfully, but these errors were encountered: