mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
chore: remove TODO about manual JSON parsing (#6878)
This commit is contained in:
parent
69552b1def
commit
017aa1ca1b
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue