mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
This commit moves following tools into a single "tools" module located at "cli/tools/mod.rs": - formatter - linter - test runner - coverage collector - installer - binary upgrader - repl |
||
|---|---|---|
| .. | ||
| coverage.rs | ||
| fmt.rs | ||
| installer.rs | ||
| lint.rs | ||
| mod.rs | ||
| repl.rs | ||
| test_runner.rs | ||
| upgrade.rs | ||