fallow-core 2.40.3

Core analysis engine for the fallow TypeScript/JavaScript codebase analyzer
Documentation
1
2
3
4
5
6
7
8
//! Re-exports from `fallow-extract::cache`.
//!
//! The cache module has been moved to the `fallow-extract` crate since it is
//! tightly coupled with the parsing/extraction pipeline. This module provides
//! backwards-compatible re-exports so that `fallow_core::cache::*` paths
//! continue to resolve.

pub use fallow_extract::cache::*;