1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/tools
Bartek Iwańczuk 85a5a081b2
refactor(cli): reorganize main.rs and split workers (#8495)
Factored out "init_v8_flags", "init_logger" and 
"get_subcommand" from "main" function.

Also "Worker" was removed in favor of moving 
logic to "MainWorker" and "WebWorker" respectively.
2020-11-26 15:17:45 +01:00
..
coverage.rs feat(test): horizontal separator between disjoint runs of lines (#8484) 2020-11-24 22:26:38 +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): reorganize main.rs and split workers (#8495) 2020-11-26 15:17:45 +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 add canary versioning (#8480) 2020-11-25 05:30:14 -05:00