skeuomorph
skeuomorph copied to clipboard
Think of a better representation of Protocols AST
Currently we are putting a lot of effort in Types AST but we're not considering Protocols AST. Some things that we might want to consider:
- It should work for both sync and async IDLs (think asyncapi/pact) 2.It should work for RPC style IDLs and HTTP IDLs.
@BeniVF ping