napi-rs/crates/napi/src/bindgen_runtime
Alexey Orlenko 1fd469a7fc
chore: remove extra #[cfg] attribute (#1616)
This was accidentally added in 2d1e4144b3.
The second cfg attribute is essentially a no-op since the first one is
still valid and has more conditions, but we don't need it.
2023-06-07 09:30:18 +08:00
..
js_values fix(napi): missing ValidateNapiValue for JsObject (#1606) 2023-05-27 13:33:42 +08:00
callback_info.rs fix(napi-derive): increase initial ref count in async fn (#1577) 2023-04-26 15:18:00 +08:00
env.rs fix(napi): drop all thread_local! usage 2022-05-10 18:39:36 +08:00
error.rs feat(napi): experimental iterator support 2022-05-06 18:03:04 +08:00
iterator.rs style(napi): use cast() instread as 2023-04-10 17:14:27 +08:00
js_values.rs chore(napi): adds support for Rc<T> / Arc<T> / Mutex<T> (#1573) 2023-04-25 11:14:06 +08:00
mod.rs fix(napi): thread safe issue while creating class instance (#1561) 2023-04-15 15:37:01 +08:00
module_register.rs chore: remove extra #[cfg] attribute (#1616) 2023-06-07 09:30:18 +08:00