feat: "deno task" subcommand (#13725)

Co-authored-by: David Sherret <dsherret@gmail.com>
This commit is contained in:
Bartek Iwańczuk 2022-03-11 02:56:14 +01:00 committed by GitHub
parent 808f797633
commit 47f22777be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 468 additions and 5 deletions

View file

@ -7,6 +7,7 @@ pub mod installer;
pub mod lint;
pub mod repl;
pub mod standalone;
pub mod task;
pub mod test;
pub mod upgrade;
pub mod vendor;