Skip to content

Change isExpr to is(ExprSyntaxProtocol.self) etc. #110

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

Merged
merged 1 commit into from
Nov 8, 2019

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Nov 8, 2019

SwiftSyntax removed the isExpr etc. properties. The new way to check if a node is an expression is to invoke is(ExprSyntaxProtocol.self).

This goes hand-in-hand with swiftlang/swift-syntax#173

SwiftSyntax removed the isExpr etc. properties. The new way to check if
a node is an expression is to invoke is(ExprSyntaxProtocol.self).
@ahoppen ahoppen merged commit fea62b1 into swiftlang:master Nov 8, 2019
@ahoppen ahoppen deleted the remove-is-expr-etc branch November 8, 2019 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants