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 for TypeDecl creation from TypeAliasNode for function params #4550

Merged
merged 2 commits into from
May 10, 2024

Conversation

max-leuthaeuser
Copy link
Contributor

Assignment calls from TypeAliasNode members created for object parameters to functions are not stored directly under the TypeDecl any longer. We only attach members now.

…n params

Assignment calls from TypeAliasNode members created for object parameters to functions are not stored directly under the TypeDecl any longer. Instead, these assignment are now out correctly in the method block.
@max-leuthaeuser max-leuthaeuser requested a review from maltek May 10, 2024 10:59
@max-leuthaeuser max-leuthaeuser merged commit a148dca into master May 10, 2024
5 checks passed
@max-leuthaeuser max-leuthaeuser deleted the max/typeAliasDeclFix branch May 10, 2024 11:43
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