summaryrefslogtreecommitdiff
path: root/cli/cache/module_info.rs
AgeCommit message (Collapse)Author
2024-01-09fix: update deno_lint and swc (#21718)Bartek IwaƄczuk
Co-authored-by: David Sherret <dsherret@gmail.com>
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-25refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)David Sherret
As title. This will help use the two independently from the other, which will help in an upcoming deno doc PR where I need to parse the source files with scope analysis.