sgb-io / fta

Rust-based static analysis for TypeScript projects

Home Page:https://ftaproject.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Look at capturing mapping of operands/operators/cyclo operators back to source code

sgb-io opened this issue · comments

This could potentially enable a more fine grained output. Imagine an IDE extension that displays where complex areas in the code are making it difficult to maintain.

I haven't looked much into how this could work but the idea in a nutshell is to output operand/operators numbers per-line per-file. It might be difficult to pin the data back to individual line numbers.