index_file

Function index_file 

Source
pub fn index_file(
    path: &Path,
    source: &str,
) -> Result<(Vec<SymbolRecord>, Vec<EdgeRecord>, Vec<ReferenceRecord>, Vec<FileDependency>, Vec<ImportBindingInfo>)>
Expand description

Index a TypeScript/TSX file, returning symbols, edges, references, file dependencies, and import bindings.