diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-11-24 00:38:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 23:38:07 +0000 |
commit | 585cf2de89f1d253bc14e0835790445d14e324f3 (patch) | |
tree | 901234e85d502d960c0cb3126367ca78d17b3225 /cli/util/mod.rs | |
parent | 778e4c971077e38bf8f7d03b8b299d3dd111ba22 (diff) |
feat(unstable): tar up directory with deno.json (#21228)
Co-authored-by: David Sherret <dsherret@gmail.com>
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
Co-authored-by: Luca Casonato <hello@lcas.dev>
Diffstat (limited to 'cli/util/mod.rs')
-rw-r--r-- | cli/util/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/util/mod.rs b/cli/util/mod.rs index 0c160dbc8..f7de7583b 100644 --- a/cli/util/mod.rs +++ b/cli/util/mod.rs @@ -9,6 +9,7 @@ pub mod draw_thread; pub mod file_watcher; pub mod fs; pub mod glob; +pub mod import_map; pub mod logger; pub mod path; pub mod progress_bar; |