Re-exports§
pub use dfg::DataFlowGraph;pub use dfg::DependencyKind;pub use dfg::DfgBuilder;pub use dfg::DfgEdge;pub use dfg::DfgNode;pub use diff::Change;pub use diff::ChangeKind;pub use diff::DiffParseError;pub use diff::FileChanges;pub use diff::parse_unified_diff;pub use engine::EngineConfig;pub use engine::AnalysisEngine;pub use engine::EngineKind;pub use impact::ImpactDirection;pub use impact::ImpactOptions;pub use impact::ImpactOutput;pub use impact::build_project_graph;pub use impact::compute_impact;pub use impact::path_is_ignored;pub use ir::Symbol;pub use ir::SymbolId;pub use ir::SymbolKind;pub use ir::TextRange;pub use languages::LanguageKind;pub use mapping::ChangedOutput;pub use mapping::LanguageMode;pub use mapping::compute_changed_symbols;pub use render::dfg_to_dot;pub use render::to_dot;pub use render::to_html;