summaryrefslogtreecommitdiff
path: root/cli/tools/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tools/mod.rs')
-rw-r--r--cli/tools/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tools/mod.rs b/cli/tools/mod.rs
index b992a2e9e..595fdd760 100644
--- a/cli/tools/mod.rs
+++ b/cli/tools/mod.rs
@@ -1,6 +1,7 @@
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
pub mod bench;
+pub mod bundle;
pub mod check;
pub mod coverage;
pub mod doc;
@@ -10,6 +11,7 @@ pub mod init;
pub mod installer;
pub mod lint;
pub mod repl;
+pub mod run;
pub mod standalone;
pub mod task;
pub mod test;