refactor(flags): rename CheckFlag to TypecheckMode (#14111)

This commit is contained in:
Bartek Iwańczuk 2022-03-29 03:48:29 +02:00 committed by GitHub
parent 5a6a1eeb39
commit 381d565acf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 56 additions and 41 deletions

View file

@ -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,