Giter Club home page Giter Club logo

Comments (6)

typesanitizer avatar typesanitizer commented on August 11, 2024

@swift-ci create

from swift-syntax.

akyrtzi avatar akyrtzi commented on August 11, 2024

As you also pointed out the interface generation source output is not valid syntax, it is intended for displaying-to-the-user purposes, not for consumption by tools.

Could you clarify what exactly you are trying to achieve? We may be able to point you to another direction.

from swift-syntax.

swift-ci avatar swift-ci commented on August 11, 2024

Comment by Javier (JIRA)

Thanks Argyrios. Yes you're right, that's why I was hesitant to catalog the issue as a bug. I work on the documentation of a framework (SwiftUI). I use SwiftSyntax to extract every method, property, initializer and protocol from the SwiftUI definition file generated by Xcode, in order to create the Table of Contents of my documentation.

This is not a big issue for me. To work around it, previous to parsing, I automatically edit the definition file and change all occurrences of:

{ get nonmutating set }

with

{ get /* nonmutating set */ }

from swift-syntax.

akyrtzi avatar akyrtzi commented on August 11, 2024

You should find useful the `swift-symbolgraph-extract` tool, part of Xcode 12/swift 5.3 toolchain. It outputs a json file that describes the API and documentation of a module. See a possible use for it in jazzy: realm/jazzy#1171

Feel free to ask questions about it in the forums.

from swift-syntax.

swift-ci avatar swift-ci commented on August 11, 2024

Comment by Javier (JIRA)

Thanks a lot for the pointer, that did not exist when I originally implemented my solution using SwiftSyntax. I performed a quick test and it looks promising (although a lot, lot, lot slower). I'll keep it in mind for a future rewrite of my extractor. For the time being, I'll keep using SwiftSyntax. The only unknown declarations I get are those mentioned, but they can be easily workaround. Thanks again for your help!

from swift-syntax.

ahoppen avatar ahoppen commented on August 11, 2024

AFAICT the issue appears to be resolved, so Iโ€™m closing this issue. Please re-open it if you donโ€™t agree.

from swift-syntax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.