samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.77k stars 91 forks source link

Detect transformation level commpiler error in `@nestia/sdk`. #945

Closed samchon closed 1 month ago

samchon commented 1 month ago

When compilation error occured by @nestia/core transformer, @nestia/sdk generator could not detect it.

This PR enhances the @nestia/sdk, so that detects the @nestia/core transformation level compilation error.