refactor: upgrade to deno_graph 0.95 (#29575)

This commit is contained in:
David Sherret 2025-06-03 13:52:23 -04:00 committed by GitHub
parent 5f8373309b
commit b42d5906cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 94 additions and 87 deletions

View file

@ -1559,7 +1559,7 @@ impl EszipModuleLoader {
#[cfg(test)]
mod tests {
use deno_graph::ParsedSourceStore;
use deno_graph::ast::ParsedSourceStore;
use super::*;