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

Support typescript 5.2.x #2373

Closed
Th3S4mur41 opened this issue Aug 25, 2023 · 1 comment
Closed

Support typescript 5.2.x #2373

Th3S4mur41 opened this issue Aug 25, 2023 · 1 comment
Labels
enhancement Improved functionality

Comments

@Th3S4mur41
Copy link
Contributor

Th3S4mur41 commented Aug 25, 2023

https://www.npmjs.com/package/typescript/v/5.2.2

Probably need to double check #2369

@Th3S4mur41 Th3S4mur41 added the enhancement Improved functionality label Aug 25, 2023
@Th3S4mur41 Th3S4mur41 changed the title Added support for TypeScript 5.12 Added support for TypeScript 5.2 Aug 25, 2023
@Th3S4mur41 Th3S4mur41 changed the title Added support for TypeScript 5.2 Support typescript 5.2.x Aug 25, 2023
@TechQuery
Copy link

Yes, crashed:

TypeDoc exiting with unexpected error:
TypeError: Cannot read properties of undefined (reading 'name')
    at D:\Work\idea2app\Idea-React\node_modules\.pnpm\typedoc@0.24.8_typescript@5.2.2\node_modules\typedoc\dist\lib\converter\types.js:564:100
    at Array.map (<anonymous>)
    at Object.convertType (D:\Work\idea2app\Idea-React\node_modules\.pnpm\typedoc@0.24.8_typescript@5.2.2\node_modules\typedoc\dist\lib\converter\types.js:564:34)
    at convertType (D:\Work\idea2app\Idea-React\node_modules\.pnpm\typedoc@0.24.8_typescript@5.2.2\node_modules\typedoc\dist\lib\converter\types.js:106:34)
    at Converter.convertType (D:\Work\idea2app\Idea-React\node_modules\.pnpm\typedoc@0.24.8_typescript@5.2.2\node_modules\typedoc\dist\lib\converter\converter.js:91:40)
    at Object.convertProperty (D:\Work\idea2app\Idea-React\node_modules\.pnpm\typedoc@0.24.8_typescript@5.2.2\node_modules\typedoc\dist\lib\converter\symbols.js:395:41)
    at convertSymbol (D:\Work\idea2app\Idea-React\node_modules\.pnpm\typedoc@0.24.8_typescript@5.2.2\node_modules\typedoc\dist\lib\converter\symbols.js:135:41)
    at convertSymbols (D:\Work\idea2app\Idea-React\node_modules\.pnpm\typedoc@0.24.8_typescript@5.2.2\node_modules\typedoc\dist\lib\converter\symbols.js:141:9)
    at Object.convertClassOrInterface (D:\Work\idea2app\Idea-React\node_modules\.pnpm\typedoc@0.24.8_typescript@5.2.2\node_modules\typedoc\dist\lib\converter\symbols.js:331:5)
    at convertSymbol (D:\Work\idea2app\Idea-React\node_modules\.pnpm\typedoc@0.24.8_typescript@5.2.2\node_modules\typedoc\dist\lib\converter\symbols.js:135:41)
 ELIFECYCLE  Command failed with exit code 6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improved functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants