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

[swift2objc] Support typaliases #1775

Open
liamappelbe opened this issue Dec 2, 2024 · 0 comments
Open

[swift2objc] Support typaliases #1775

liamappelbe opened this issue Dec 2, 2024 · 0 comments
Labels
good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc

Comments

@liamappelbe
Copy link
Contributor

For example, TimeInterval is an alias for Double.

typealias TimeInterval = Double

Atm we get an error because the symbolgraph parser can't find that symbol.

@liamappelbe liamappelbe added good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc
Projects
Status: Todo
Development

No branches or pull requests

1 participant