deno/cli/tools
Yusuke Tanaka e3f73d3ec0
feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276)
This commit adds support for "--watch" flag for "bundle" 
and "fmt" subcommands.

In addition to this, it refactors "run --watch" command so that
module resolution will occur every time the file watcher detects 
file addition/deletion, which allows the watcher to observe a file 
that is newly added to the dependency as well.
2020-11-22 21:45:44 +01:00
..
coverage.rs refactor(cli): move tooling to cli/tools/ (#8424) 2020-11-19 19:19:34 +01:00
fmt.rs feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276) 2020-11-22 21:45:44 +01:00
installer.rs refactor(cli): move tooling to cli/tools/ (#8424) 2020-11-19 19:19:34 +01:00
lint.rs feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276) 2020-11-22 21:45:44 +01:00
mod.rs refactor(cli): move tooling to cli/tools/ (#8424) 2020-11-19 19:19:34 +01:00
repl.rs refactor(cli): move tooling to cli/tools/ (#8424) 2020-11-19 19:19:34 +01:00
test_runner.rs feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276) 2020-11-22 21:45:44 +01:00
upgrade.rs refactor(cli/tools/upgrade): rework upgrade (#8331) 2020-11-22 16:07:05 +01:00