diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 00707c4980..401f77ea90 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -2,9 +2,6 @@ //! This module encodes TypeScript errors (diagnostics) into Rust structs and //! contains code for printing them to the console. -// TODO(ry) This module does a lot of JSON parsing manually. It should use -// serde_json. - use crate::colors; use crate::fmt_errors::format_stack; use serde::Deserialize;