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 12
12
13
13
// NOTE: Types in this file should be self-contained and should not depend on any non-stdlib types.
14
14
15
- @ _spi ( PluginMessage ) public enum HostToPluginMessage : Codable {
15
+ public enum HostToPluginMessage : Codable {
16
16
/// Send capability of the host, and get capability of the plugin.
17
17
case getCapability(
18
18
capability: PluginMessage . HostCapability ?
47
47
)
48
48
}
49
49
50
- @ _spi ( PluginMessage ) public enum PluginToHostMessage : Codable {
50
+ public enum PluginToHostMessage : Codable {
51
51
case getCapabilityResult(
52
52
capability: PluginMessage . PluginCapability
53
53
)
76
76
)
77
77
}
78
78
79
- @ _spi ( PluginMessage ) public enum PluginMessage {
79
+ public enum PluginMessage {
80
80
public static var PROTOCOL_VERSION_NUMBER : Int { 7 } // Pass extension protocol list
81
81
82
82
public struct HostCapability : Codable {
You can’t perform that action at this time.
0 commit comments