1
0
Fork 0
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:
Trivikram Kamat 2020-07-26 05:55:39 -07:00 committed by GitHub
parent 69552b1def
commit 017aa1ca1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;