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

[jssrc2cpg] fix malformed CPG for type alias #3845

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

max-leuthaeuser
Copy link
Contributor

We added an existing TypeDecl for a type alias twice if it was seen already ending up with AST edge loops over the same TypeDecl crashing .ast queries. This PR fixes that.

Fixes: #3818

We added an existing TypeDecl for a type alias twice if it was seen already ending up with AST edge loops over the same TypeDecl crashing .ast queries. This PR fixes that.

Fixes: #3818
@max-leuthaeuser max-leuthaeuser merged commit aafe226 into master Nov 23, 2023
5 checks passed
@max-leuthaeuser max-leuthaeuser deleted the max/issue3818 branch November 23, 2023 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants