Proposal: a phased approach to improving JavaScript/TypeScript flow detection #695
javierzhao712-png
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Context
The project FAQ notes that JavaScript and Go flow detection still need improvement. JavaScript and TypeScript syntax can already be indexed, but reconstructing complete execution flows is harder because many relationships are dynamic or defined by framework conventions.
I would like to discuss a small and testable improvement before opening an issue or pull request.
Problem
Some common JavaScript and TypeScript patterns are difficult to represent as complete execution flows:
For example:
All reactions