diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-09-02 10:54:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 10:54:40 -0400 |
commit | 387300aed0133e369af090d3795a1fce89603737 (patch) | |
tree | 63061cf6bb6853504f507771af91c9f2682880c4 /cli/tools/mod.rs | |
parent | e719a02bb0a4cc39e11a945dcff83422440e50d4 (diff) |
refactor: extract out check code from emit (#15729)
Closes #15535
Diffstat (limited to 'cli/tools/mod.rs')
-rw-r--r-- | cli/tools/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/mod.rs b/cli/tools/mod.rs index 11c904776..8ef30189e 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 check; pub mod coverage; pub mod doc; pub mod fmt; |