mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
update a todo
This commit is contained in:
parent
66f22d83a2
commit
8479e9541d
1 changed files with 2 additions and 0 deletions
|
@ -360,6 +360,8 @@ impl WorkspaceLinter {
|
|||
let operation = move |file_path: PathBuf| {
|
||||
let file_text = deno_ast::strip_bom(fs::read_to_string(&file_path)?);
|
||||
|
||||
// TODO(bartlomieju): fix this - this check doesn't take into account the plugins
|
||||
// that were applied when checking the file.
|
||||
// don't bother rechecking this file if it didn't have any diagnostics before
|
||||
// if let Some(incremental_cache) = &maybe_incremental_cache_ {
|
||||
// if incremental_cache.is_file_same(&file_path, &file_text) {
|
||||
|
|
Loading…
Add table
Reference in a new issue