pub mod call_graph;
pub mod canon;
pub mod cli;
pub mod css_scan;
pub mod deprecated_replacements;
pub mod diff_parser;
pub mod extract;
pub mod git_utils;
pub mod jsx_diff;
pub mod konveyor;
pub mod konveyor_frontend;
pub mod language;
pub mod llm_prompts;
pub mod manifest;
pub mod report;
pub mod test_analyzer;
pub mod worktree;
pub mod composition;
pub mod css_profile;
pub mod extensions;
pub mod konveyor_v2;
pub mod resolve;
pub mod sd_pipeline;
pub mod sd_types;
pub mod source_profile;
pub mod symbol_data;
pub use extensions::TsAnalysisExtensions;
pub use extract::OxcExtractor;
pub use language::{
ChildComponent, ChildComponentStatus, TsCategory, TsEvidence, TsManifestChangeType,
TsReportData, TypeScript,
};
pub use symbol_data::TsSymbolData;
pub use worktree::{ExtractionWarning, WorktreeGuard};