We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43b9fe commit 6ff04eeCopy full SHA for 6ff04ee
crates/node_binding/src/error.rs
@@ -1,5 +1,5 @@
1
use derive_more::Debug;
2
-use napi::bindgen_prelude::ToNapiValue;
+use napi::{bindgen_prelude::ToNapiValue, JsValue};
3
use napi_derive::napi;
4
use rspack_core::{diagnostics::ModuleNotFoundError, ModuleIdentifier};
5
use rspack_error::{
0 commit comments