pub fn parse_files_to_ir(
root: &Path,
parse_targets: &[String],
options: &ExtractOptions,
scan: &ScanOptions,
) -> Result<ProjectIr, ExtractError>Expand description
Parse specific targets and build IR delta (incremental).
pub fn parse_files_to_ir(
root: &Path,
parse_targets: &[String],
options: &ExtractOptions,
scan: &ScanOptions,
) -> Result<ProjectIr, ExtractError>Parse specific targets and build IR delta (incremental).