Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support type literals #14

Open
ssobhy opened this issue Nov 9, 2017 · 1 comment
Open

Support type literals #14

ssobhy opened this issue Nov 9, 2017 · 1 comment

Comments

@ssobhy
Copy link

ssobhy commented Nov 9, 2017

i tried to install it on xcode 9.1 and it is not working
screen shot 2017-11-09 at 8 28 38 pm

@Bouke
Copy link
Owner

Bouke commented Nov 10, 2017

It's working just fine on 9.1. See the known limitations listed in the readme:

It will only parse attributes defined like (open|public|fileprivate|private|internal) [weak] (var|let) NAME: TYPE.

You didn't specify the types, but are using String literals. This is not supported, but would be cool to have.

@Bouke Bouke changed the title is it working on xcode 9.1 ? Support type literals Nov 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants