summaryrefslogtreecommitdiff
path: root/cli/tools/mod.rs
blob: be76968fb4e8db67bae8992b144514cab45c0b75 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.

pub mod coverage;
pub mod fmt;
pub mod installer;
pub mod lint;
pub mod repl;
pub mod test_runner;
pub mod upgrade;