mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
This commit is contained in:
parent
0cc90d9246
commit
dcb4ffb93a
98 changed files with 234 additions and 324 deletions
|
@ -15,11 +15,11 @@ use crate::args::TsConfig;
|
|||
use crate::args::TypeCheckMode;
|
||||
use crate::cache::FastInsecureHasher;
|
||||
use crate::cache::TypeCheckCache;
|
||||
use crate::diagnostics::Diagnostics;
|
||||
use crate::graph_util::GraphData;
|
||||
use crate::graph_util::ModuleEntry;
|
||||
use crate::npm::NpmPackageResolver;
|
||||
use crate::tsc;
|
||||
use crate::tsc::Diagnostics;
|
||||
use crate::tsc::Stats;
|
||||
use crate::version;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue