cap-js / cds-typer

CDS type generator for JavaScript
Apache License 2.0
25 stars 8 forks source link

Fix runtime error when using typeof in enum declaration #231

Closed daogrady closed 1 month ago

daogrady commented 1 month ago

Partially addresses https://github.com/cap-js/cds-typer/issues/171 For the example given by the reporter cds-typer now infers string as the type instead of crashing the type generation process. But we still need to precisely refer to the type in question and also allow it in general type definitions and return types. Therefore not closing the issue yet.