Skip to content

Azure.Sdk.Tools.SwaggerApiParser_1.0.4-dev.20230113.4

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 13 Jan 23:33
b4ae814
[Swift APIView] Migrate from SwiftAST to SwiftSyntax (#4789)

* Progress converting SwiftAST to SwiftSyntax.

* Progress.

* Remove old files. Improve syntax.

* Update logic.

* Progress.

* Progress.

* Precedence groups and operator progress.

* Progress on enabling additional syntax.

* Fix protocol member filtering.

* Progress on enums.

* Fix missing member declarations in classes and structs.

* Fix function display.

* Fixes for enums cases.

* Various fixes.

* Eliminate SharedLogger.fail statements in favor of SharedLogger.warn

* Add extension support.

* Tweaks and removing defaulted cases.

* Extension fixes

* Group extensions with the same definitionIds together.

* Fix navigation for outside extensions.

* Duplicate definition fix.

* Fix issue with navigation.

* Code review feeback.