File tree Expand file tree Collapse file tree 3 files changed +253
-58
lines changed
Sources/_InternalTestSupport Expand file tree Collapse file tree 3 files changed +253
-58
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "version": 1,
3
+ "lineLength": 10000,
4
+ "indentation": {
5
+ "spaces": 4
6
+ },
7
+ "lineBreakBeforeEachArgument": true,
8
+ "rules": {
9
+ },
10
+ "tabWidth": 4
11
+ }
Original file line number Diff line number Diff line change @@ -27,9 +27,11 @@ extension Tag.Feature {
27
27
public enum PackageType { }
28
28
29
29
@Tag public static var CodeCoverage : Tag
30
+ @Tag public static var Mirror : Tag
30
31
@Tag public static var Resource : Tag
31
32
@Tag public static var SpecialCharacters : Tag
32
33
@Tag public static var Traits : Tag
34
+
33
35
}
34
36
35
37
extension Tag . Feature . Command {
@@ -40,10 +42,13 @@ extension Tag.Feature.Command {
40
42
}
41
43
42
44
extension Tag . Feature . Command . Package {
45
+ @Tag public static var Config : Tag
43
46
@Tag public static var Init : Tag
44
47
@Tag public static var DumpPackage : Tag
45
48
@Tag public static var DumpSymbolGraph : Tag
46
49
@Tag public static var Plugin : Tag
50
+ @Tag public static var ShowDependencies : Tag
51
+ @Tag public static var Update : Tag
47
52
}
48
53
49
54
extension Tag . Feature . PackageType {
You can’t perform that action at this time.
0 commit comments