1 2 3 4 5 6 7
//! Call graph construction from TypeScript/JavaScript files. mod builder; mod references; mod symbols; pub use builder::build_call_graph;