encore icon indicating copy to clipboard operation
encore copied to clipboard

Missing JSDoc anotation for encore services in final client.ts

Open ctzaruba opened this issue 5 months ago • 0 comments

We have an almost bulletproof script to convert Encore client.ts into the OpenAPI 3.0.3 format, even supporting raw calls. However, one issue remains, which we consider a bug: in the Dev Console, you can currently see descriptions not only for controller functions but also for the Encore microservice itself.

Image

But Service JSDoc is missing in final Client.ts file

Image

ctzaruba avatar Sep 17 '25 19:09 ctzaruba