cap-js / cds-typer

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

Disable typescript buildtask in cds7 #254

Closed daogrady closed 4 weeks ago

daogrady commented 1 month ago

As cds8 is not released as of today, users are encountering undesired behaviour, as cds7 does not allow for custom plugins to run after builtin ones. This PR effectively disables the typescript build task altogether for cds <8. It is silently removed from cds build and raises an error if the user tries to force it via cds build --for typescript.