microsoft / microsoft/typespec

Implement communication layer between cadl emitter and language specific process

Open
#616 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
5.9k
Forks
394
Avg merge
1d 23h
Merged PRs (30d)
104

Description

Provide a way for the intermediate codemodel to be sent to the language specific process.

This is not the IPC Layer, this is to work with the current intermediate model where we have hybrid typescript and language sepcific logic.

Options for implementing this:
1. Write file to disk, start external process passing the file to it `autorest-python --cadl-codemodel=/tmp/cadlcodemode.yaml`
2. Start RPC process similar to autorest and send file via rpc

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.