summaryrefslogtreecommitdiff
path: root/cli/tools/mod.rs
blob: 8ef30189e06436009def076d8dee21966956b95a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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;
pub mod init;
pub mod installer;
pub mod lint;
pub mod repl;
pub mod standalone;
pub mod task;
pub mod test;
pub mod upgrade;
pub mod vendor;