fix(publish): lazily parse sources (#22301)

Closes #22290
This commit is contained in:
David Sherret 2024-02-06 15:57:10 -05:00 committed by GitHub
parent a6b2a4474e
commit c6def993e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 220 additions and 56 deletions

1
cli/cache/mod.rs vendored
View file

@ -46,6 +46,7 @@ pub use emit::EmitCache;
pub use incremental::IncrementalCache;
pub use module_info::ModuleInfoCache;
pub use node::NodeAnalysisCache;
pub use parsed_source::LazyGraphSourceParser;
pub use parsed_source::ParsedSourceCache;
/// Permissions used to save a file in the disk caches.