tsoa icon indicating copy to clipboard operation
tsoa copied to clipboard

GenerateMetadataError: Unknown type: IntrinsicKeyword

Open denizdogan opened this issue 1 year ago • 4 comments

Whenever I use Uppercase<T> within my types, this error is generated by tsoa:

Generate routes error.
 GenerateMetadataError: Unknown type: IntrinsicKeyword
At: /.../@tsoa/cli/node_modules/typescript/lib/lib.es5.d.ts:1653:1653.
This was caused by 'type Uppercase<S extends string> = intrinsic;'

Any ideas what I could do to get around this?

I use tsoa 6.2.1 with Node.js 18 and TypeScript 5.4.2.

denizdogan avatar May 06 '24 16:05 denizdogan

Hello there denizdogan 👋

Thank you for opening your very first issue in this project.

We will try to get back to you as soon as we can.👀

github-actions[bot] avatar May 06 '24 16:05 github-actions[bot]

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

github-actions[bot] avatar Jun 07 '24 00:06 github-actions[bot]

Not stale

denizdogan avatar Jun 07 '24 06:06 denizdogan

Same problem, anyone know how to fix?

adammakesthingsdev avatar Oct 09 '24 19:10 adammakesthingsdev