refactor: create args folder (#14982)

This commit is contained in:
David Sherret 2022-06-27 16:54:09 -04:00 committed by GitHub
parent 681bb49d0d
commit e1c90963fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 144 additions and 138 deletions

View file

@ -1,8 +1,8 @@
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
use crate::args::CoverageFlags;
use crate::args::Flags;
use crate::colors;
use crate::flags::CoverageFlags;
use crate::flags::Flags;
use crate::fs_util::collect_files;
use crate::proc_state::ProcState;
use crate::tools::fmt::format_json;