diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-04-27 15:46:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 15:46:39 +0200 |
commit | 1f52d180c08b5fc060ecf9d24e4d7f31377479b7 (patch) | |
tree | d2540ce182ded4b5bd3d542c76403e03a381c369 /cli/lib.rs | |
parent | 8e9ab9e33ea2c972762cc345c584391c37731b33 (diff) |
refactor: factor out AstParser from DocParser (#4923)
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; |