Expand description
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.
Structs§
- Cache
Store - Cached module information stored on disk.
- Cached
Dynamic Import - Cached dynamic import data.
- Cached
Dynamic Import Pattern - Cached dynamic import pattern data (template literals,
import.meta.glob). - Cached
Export - Cached export data for a single export declaration.
- Cached
Import - Cached import data for a single import declaration.
- Cached
Member - Cached enum or class member data.
- Cached
Module - Cached data for a single module.
- Cached
ReExport - Cached re-export data.
- Cached
Require Call - Cached
require()call data. - Cached
Suppression - Cached suppression directive.
Functions§
- cached_
to_ module - Reconstruct a
ModuleInfofrom aCachedModule. - module_
to_ cached - Convert a
ModuleInfoto aCachedModulefor storage.