summaryrefslogtreecommitdiff
path: root/cli/module_graph.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/module_graph.rs')
-rw-r--r--cli/module_graph.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/module_graph.rs b/cli/module_graph.rs
index 00301e6bb..7bea57e62 100644
--- a/cli/module_graph.rs
+++ b/cli/module_graph.rs
@@ -308,7 +308,7 @@ impl Module {
specifier: cached_module.specifier,
maybe_import_map,
media_type,
- text_info: SourceTextInfo::new(BytePos(0), cached_module.source),
+ text_info: SourceTextInfo::new(cached_module.source),
source_path: cached_module.source_path,
maybe_emit: cached_module.maybe_emit,
maybe_emit_path: cached_module.maybe_emit_path,