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 {
2727 public enum PackageType { }
2828
2929 @Tag public static var CodeCoverage : Tag
30+ @Tag public static var Mirror : Tag
3031 @Tag public static var Resource : Tag
3132 @Tag public static var SpecialCharacters : Tag
3233 @Tag public static var Traits : Tag
34+
3335}
3436
3537extension Tag . Feature . Command {
@@ -40,10 +42,13 @@ extension Tag.Feature.Command {
4042}
4143
4244extension Tag . Feature . Command . Package {
45+ @Tag public static var Config : Tag
4346 @Tag public static var Init : Tag
4447 @Tag public static var DumpPackage : Tag
4548 @Tag public static var DumpSymbolGraph : Tag
4649 @Tag public static var Plugin : Tag
50+ @Tag public static var ShowDependencies : Tag
51+ @Tag public static var Update : Tag
4752}
4853
4954extension Tag . Feature . PackageType {
You can’t perform that action at this time.
0 commit comments