File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/SwiftCompilerPluginMessageHandling Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313// NOTE: Types in this file should be self-contained and should not depend on any non-stdlib types.
1414
15- @ _spi ( PluginMessage ) public enum HostToPluginMessage : Codable {
15+ public enum HostToPluginMessage : Codable {
1616 /// Send capability of the host, and get capability of the plugin.
1717 case getCapability(
1818 capability: PluginMessage . HostCapability ?
4747 )
4848}
4949
50- @ _spi ( PluginMessage ) public enum PluginToHostMessage : Codable {
50+ public enum PluginToHostMessage : Codable {
5151 case getCapabilityResult(
5252 capability: PluginMessage . PluginCapability
5353 )
7676 )
7777}
7878
79- @ _spi ( PluginMessage ) public enum PluginMessage {
79+ public enum PluginMessage {
8080 public static var PROTOCOL_VERSION_NUMBER : Int { 7 } // Pass extension protocol list
8181
8282 public struct HostCapability : Codable {
You can’t perform that action at this time.
0 commit comments