-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Swift APIView] Convert Swift APIView to Tree Token structure (#9506)
* Initial work. * Convert internal methods. * Make APIViewModel compile. * Updates * Progress. * Progress. * Refactor and get children to display. * Fix issue with blankLines. * Progress. * Progress. * Temporarily disable newlines * Make test text work correctly for children. * Progress on syntax * Progress on tests. * Syntax progress. * All syntax but one! * Finally all tests pass syntactically! * Add lineId and relatedLineId checking to tests. * Rename APIViewModel to CodeModel * Add auto-navigation. * Wire up navigation. * Get line ID and review line metadata tests to pass for one test. * Update all tests to check relatedTo and contextEnd. * All tests passing! * Clean up. * Fix display anomalies. * Code review feedback. * Bump version. Add CHANGELOG. * Code review feedback.
- Loading branch information
1 parent
46b5bef
commit 9708104
Showing
38 changed files
with
1,520 additions
and
730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"configurations" : [ | ||
{ | ||
"id" : "48782905-B2E9-45DE-B537-392AF13BD2AC", | ||
"name" : "Test Scheme Action", | ||
"options" : { | ||
|
||
} | ||
} | ||
], | ||
"defaultOptions" : { | ||
|
||
}, | ||
"testTargets" : [ | ||
{ | ||
"target" : { | ||
"containerPath" : "container:SwiftAPIViewCore.xcodeproj", | ||
"identifier" : "0A8469E827879AE200C967A8", | ||
"name" : "SwiftAPIViewCoreTests" | ||
} | ||
} | ||
], | ||
"version" : 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.