1
0
Fork 0
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:
Bartek Iwańczuk 2024-12-22 21:04:55 +01:00
parent 66f22d83a2
commit 8479e9541d
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -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) {