diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-09-13 10:06:36 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 10:06:36 +1000 |
commit | a442821d9790489242e8cdb9286ae3b237e4705c (patch) | |
tree | c92ff57ec1eeb0d3db320a88490eff2f4e93e6de /cli/module_graph.rs | |
parent | 2cc1577d286814d941000fc4653f6e8d59b2e190 (diff) |
chore: update deno_* crates (#12020)
Diffstat (limited to 'cli/module_graph.rs')
-rw-r--r-- | cli/module_graph.rs | 2 |
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, |