summaryrefslogtreecommitdiff
path: root/ext/node/package_json.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/package_json.rs')
-rw-r--r--ext/node/package_json.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/package_json.rs b/ext/node/package_json.rs
index 15b5ab920..e5f9214fb 100644
--- a/ext/node/package_json.rs
+++ b/ext/node/package_json.rs
@@ -11,7 +11,6 @@ use serde::Serialize;
use std::io::ErrorKind;
use std::path::PathBuf;
-// TODO(bartlomieju): deduplicate with cli/compat/esm_resolver.rs
#[derive(Clone, Debug, Serialize)]
pub struct PackageJson {
pub exists: bool,