We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29032ed commit 7886469Copy full SHA for 7886469
Sources/SwiftCompilerPluginMessageHandling/CMakeLists.txt
@@ -13,6 +13,10 @@ add_swift_syntax_library(SwiftCompilerPluginMessageHandling
13
PluginMacroExpansionContext.swift
14
PluginMessageCompatibility.swift
15
PluginMessages.swift
16
+ JSON/CodingUtilities.swift
17
+ JSON/JSON.swift
18
+ JSON/JSONDecoding.swift
19
+ JSON/JSONEncoding.swift
20
)
21
22
target_link_swift_syntax_libraries(SwiftCompilerPluginMessageHandling PUBLIC
0 commit comments