You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is useful to have tcgc emit the output after tcgc conversion. as tcgc could also be used as an isolate emitter, we could let it to emit a yaml file that contains the context.sdkPackage data. we could add some config to let user set the language emitter name to get the output for specific language.
Check that this issue is about the Azure libraries for typespec. For feature request in the typespec language or core libraries file it in the TypeSpec repo
fix: #1892
There are three ways to get the code model after TCGC conversion:
1. Use TCGC as an emitter to emit the code model: tsp compile .
--emit=@azure-tools/typespec-client-generator-core
2. Output the TCGC code model when used by language’s emitter: set
`exportTCGCoutput` to true when `createSdkContext`
3. In Azure playground, select
@azure-tools/typespec-client-generator-core emitter
fix: Azure#1892
There are three ways to get the code model after TCGC conversion:
1. Use TCGC as an emitter to emit the code model: tsp compile .
--emit=@azure-tools/typespec-client-generator-core
2. Output the TCGC code model when used by language’s emitter: set
`exportTCGCoutput` to true when `createSdkContext`
3. In Azure playground, select
@azure-tools/typespec-client-generator-core emitter
Clear and concise description of the problem
it is useful to have tcgc emit the output after tcgc conversion. as tcgc could also be used as an isolate emitter, we could let it to emit a yaml file that contains the
context.sdkPackage
data. we could add some config to let user set the language emitter name to get the output for specific language.Checklist
The text was updated successfully, but these errors were encountered: