summaryrefslogtreecommitdiff
path: root/cli/graph_util.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-11-10 17:20:46 +0100
committerGitHub <noreply@github.com>2022-11-10 17:20:46 +0100
commitfd32f75da997b805a4ba95c68b4aaeed9f020cb1 (patch)
tree00da201632a15f83ef9e07a97012e72821ef6eff /cli/graph_util.rs
parent110a0ebe690f83a21c87f1ef1a6a51af67e2a5fc (diff)
chore: update crates (#16588)
Diffstat (limited to 'cli/graph_util.rs')
-rw-r--r--cli/graph_util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/graph_util.rs b/cli/graph_util.rs
index dca7a16b7..e619f8a12 100644
--- a/cli/graph_util.rs
+++ b/cli/graph_util.rs
@@ -53,7 +53,7 @@ pub struct GraphData {
npm_packages: HashSet<NpmPackageReq>,
/// Map of first known referrer locations for each module. Used to enhance
/// error messages.
- referrer_map: HashMap<ModuleSpecifier, Range>,
+ referrer_map: HashMap<ModuleSpecifier, Box<Range>>,
graph_imports: Vec<GraphImport>,
cjs_esm_translations: HashMap<ModuleSpecifier, String>,
}