swift-syntax icon indicating copy to clipboard operation
swift-syntax copied to clipboard

[Macros] Introduce CompilerPluginMessageListener

Open rintaro opened this issue 1 year ago • 1 comments

Separate message listening logic from CompilerPluginMessgeHandler to new CompilerPluginMessageListener, so CompilerPluginMessageHandler can be used independently (in the future) without MessageConnection

CompilerPluginMessageHandler.handleMessage() now returns a response object instead of sending it to the peer.

rintaro avatar Oct 18 '23 02:10 rintaro