mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -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
|
//! This module encodes TypeScript errors (diagnostics) into Rust structs and
|
||||||
//! contains code for printing them to the console.
|
//! 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::colors;
|
||||||
use crate::fmt_errors::format_stack;
|
use crate::fmt_errors::format_stack;
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
|
Loading…
Add table
Reference in a new issue