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 16 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>
@Napalys Napalys force-pushed the js/merge_classes branch from fd0b16b to 9bab593 Compare May 1, 2025 07:14
@Napalys Napalys marked this pull request as ready for review May 1, 2025 07:22
@Napalys Napalys requested a review from a team as a code owner May 1, 2025 07:22
@Napalys Napalys marked this pull request as draft May 1, 2025 08:27
@Napalys Napalys force-pushed the js/merge_classes branch from 5caf652 to ca68b19 Compare May 1, 2025 09:15
@Napalys Napalys force-pushed the js/merge_classes branch from ca68b19 to c7d764f Compare May 1, 2025 09:16
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