File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,42 @@ swift_syntax_library(
14
14
],
15
15
)
16
16
17
+ swift_syntax_library (
18
+ name = "SwiftCompilerPlugin" ,
19
+ deps = [
20
+ ":SwiftCompilerPluginMessageHandling" ,
21
+ ":SwiftSyntaxMacros" ,
22
+ ],
23
+ )
24
+
25
+ swift_syntax_library (
26
+ name = "SwiftCompilerPluginMessageHandling" ,
27
+ deps = [
28
+ ":SwiftDiagnostics" ,
29
+ ":SwiftOperators" ,
30
+ ":SwiftParser" ,
31
+ ":SwiftSyntax" ,
32
+ ":SwiftSyntaxMacros" ,
33
+ ],
34
+ )
35
+
17
36
swift_syntax_library (
18
37
name = "SwiftDiagnostics" ,
19
38
deps = [
20
39
":SwiftSyntax" ,
21
40
],
22
41
)
23
42
43
+ swift_syntax_library (
44
+ name = "SwiftSyntaxMacros" ,
45
+ deps = [
46
+ ":SwiftDiagnostics" ,
47
+ ":SwiftParser" ,
48
+ ":SwiftSyntax" ,
49
+ ":SwiftSyntaxBuilder" ,
50
+ ],
51
+ )
52
+
24
53
swift_syntax_library (
25
54
name = "SwiftParser" ,
26
55
deps = [
You can’t perform that action at this time.
0 commit comments