sem-core 0.10.1

Entity-level semantic diff engine. Extracts functions, classes, and methods from 28 languages via tree-sitter and diffs at the entity level.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod plugin;
pub mod registry;
pub mod differ;
pub mod graph;
pub mod plugins;
pub mod verify;
pub mod test_detect;
pub mod context;
#[cfg(feature = "git")]
pub mod hotspot;
mod import_resolution;
pub use import_resolution::js_ts_import_source_files_from_content;
pub mod scope_resolve;