mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
refactor(flags): rename CheckFlag to TypecheckMode (#14111)
This commit is contained in:
parent
5a6a1eeb39
commit
381d565acf
9 changed files with 56 additions and 41 deletions
|
@ -245,7 +245,7 @@ async fn op_emit(
|
|||
Arc::new(RwLock::new(graph.as_ref().into())),
|
||||
cache.as_mut_cacher(),
|
||||
emit::CheckOptions {
|
||||
check: flags::CheckFlag::All,
|
||||
typecheck_mode: flags::TypecheckMode::All,
|
||||
debug,
|
||||
emit_with_diagnostics: true,
|
||||
maybe_config_specifier: None,
|
||||
|
@ -268,7 +268,7 @@ async fn op_emit(
|
|||
Arc::new(RwLock::new(graph.as_ref().into())),
|
||||
cache.as_mut_cacher(),
|
||||
emit::CheckOptions {
|
||||
check: flags::CheckFlag::All,
|
||||
typecheck_mode: flags::TypecheckMode::All,
|
||||
debug,
|
||||
emit_with_diagnostics: true,
|
||||
maybe_config_specifier: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue