mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
refactor: create args
folder (#14982)
This commit is contained in:
parent
681bb49d0d
commit
e1c90963fb
27 changed files with 144 additions and 138 deletions
|
@ -13,7 +13,7 @@ use super::performance::Performance;
|
|||
use super::tsc;
|
||||
use super::tsc::TsServer;
|
||||
|
||||
use crate::config_file::LintConfig;
|
||||
use crate::args::LintConfig;
|
||||
use crate::diagnostics;
|
||||
|
||||
use deno_ast::MediaType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue