-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat: add analyze platform extension with tree-sitter AST parsing #7542
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
Changes from 11 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
126fc0e
feat: add analyze platform extension with tree-sitter AST parsing
tlongwell-block fa91d32
style: cargo fmt
tlongwell-block f002e81
fix: generator functions, forwardRef detection, ref count, closure at…
tlongwell-block 2b8dd10
fix: remove overly broad call_expression query (false positives)
tlongwell-block ea09c1d
fix: remove redundant comments, show skipped files in structure mode
tlongwell-block e63e812
fix: Java field extraction, DRY CLI helpers, test pattern coverage
tlongwell-block 75d5fb0
fix: callee disambiguation, JS/TS import paths, Swift init/deinit, si…
tlongwell-block 60d77fe
fix: keep class names canonical for graph resolution
tlongwell-block 421c513
fix: module-scope callers, Go receiver types, Rust trait impl parent
tlongwell-block 9b2fe23
fix: normalize qualified calls in frequency counts, full JS inheritance
tlongwell-block 52daa76
fix: ref count stable across all follow_depth values
tlongwell-block 5549241
docs: note that max_depth also limits focus scan depth
tlongwell-block d8deac3
Merge remote-tracking branch 'origin/main' into tyler/analyze-platfor…
tlongwell-block 1408e6c
fix: variable_declarator caller attribution, drop tree reference, upd…
tlongwell-block cc8c010
fix: use relative paths in focused mode chain links
tlongwell-block 366f499
Merge remote-tracking branch 'origin/main' into tyler/analyze-platfor…
tlongwell-block 0c3629c
fix: add missing session field to test context, update snapshot
tlongwell-block File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any idea of heft added by these? I guess we had them before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't be noticeable since this was a dep just a few days ago already