7 ms·
Will it translate to yaml for toolchains that want that? I'd be delighted to have a high-level IDL that gave the same sort of thing that CORBA IDL gave us 25 y
by dbrower 2y ago
Will it translate to yaml for toolchains that want that?
I'd be delighted to have a high-level IDL that gave the same sort of thing that CORBA IDL gave us 25 years ago -- schema and stub generation for multiple languages.
- bterlson 2y agoThe OpenAPI and Json Schema emitters can produce yaml.
- mnahkies 2y agoI added support for typespec as an input specification to my openapi 3 based code generator a couple of days ago. They provide an API to convert to openapi documents so it was pretty painless (https://github.com/mnahkies/openapi-code-generator/pull/158 https://github.com/mnahkies/openapi-code-generator/pull/158) My focus is on doing both client sdk and server stub generation, though only typescript so far - will hopefully add other languages eventually, when I'm satisfied with the completeness of the typescript templates.