Skip to content

JS: Merge ES6Class to FunctionStyleClass #19356

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

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

Napalys
Copy link
Contributor

@Napalys Napalys commented Apr 23, 2025

Merges handling of ES6Class and FunctionStyleClass classes into a single representation, improving call graph accuracy when these patterns are mixed in codebases. This fixes incomplete analysis issues when when prototype methods are added to ES6 classes or some sort of mixture of those.

@github-actions github-actions bot added the JS label Apr 23, 2025
Applied suggestions

Co-Authored-By: Asger F <316427+asgerf@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants