diff options
Diffstat (limited to 'cli/lib.rs')
-rw-r--r-- | cli/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lib.rs b/cli/lib.rs index 2cd077ebb..9d35710ab 100644 --- a/cli/lib.rs +++ b/cli/lib.rs @@ -53,6 +53,7 @@ pub mod signal; pub mod source_maps; mod startup_data; pub mod state; +mod swc_util; mod test_runner; pub mod test_util; mod tokio_util; |