diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/main.rs b/cli/main.rs index 5d4d31a3d..903dceaba 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -25,6 +25,7 @@ pub mod fmt_errors; mod fs; pub mod global_state; mod global_timer; +mod graph; pub mod http_cache; mod http_util; mod import_map; @@ -44,6 +45,7 @@ mod repl; pub mod resolve_addr; pub mod signal; pub mod source_maps; +mod specifier_handler; pub mod state; mod test_runner; mod text_encoding; |