microsoft / typespec

https://typespec.io/
MIT License
4.49k stars 212 forks source link

ability to convert high-level Cadl spec into a common level such as Http #880

Open tjprescott opened 2 years ago

tjprescott commented 2 years ago

During the review on 8/16, the architects expressed a strong desire for transpilation into a more basic level such as the Http or Rest layer, with all spreads expanded. They had concerns regarding the ability to understand all the templates and types, particularly those defined by the service team, and want something that is a pure apples-to-apples comparison. They want to see the Cadl representation that is as close to the Http or Rest layer instead of relying on "mental compilation" of highly abstracted Cadl.

markcowl commented 2 years ago

pri: 1

markcowl commented 2 years ago
tjprescott commented 1 year ago

@timotheeguerin was already working on this here: https://github.com/microsoft/typespec/pull/1465

markcowl commented 1 year ago