From 5f9c573ff8172d20c3e3362ea0c9240d8b9b429c Mon Sep 17 00:00:00 2001 From: Joyee Cheung <joyeec9h3@gmail.com> Date: Tue, 14 Jan 2025 16:40:28 +0100 Subject: [PATCH] fixup! src: move package resolver to c++ --- src/node_file.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_file.cc b/src/node_file.cc index 7d8a3d1fd60df6..0526522c382fa0 100644 --- a/src/node_file.cc +++ b/src/node_file.cc @@ -50,7 +50,6 @@ namespace fs { using v8::Array; using v8::BigInt; -using v8::Boolean; using v8::Context; using v8::EscapableHandleScope; using v8::Function;