chore: rename built-in modules to bindings to match naming update in node (#37182)
This commit is contained in:
parent
8b380ee2f2
commit
35a9e67dba
56 changed files with 103 additions and 100 deletions
|
@ -131,4 +131,4 @@ void Initialize(v8::Local<v8::Object> exports,
|
|||
dict.SetMethod("decryptString", &electron::safestorage::DecryptString);
|
||||
}
|
||||
|
||||
NODE_LINKED_MODULE_CONTEXT_AWARE(electron_browser_safe_storage, Initialize)
|
||||
NODE_LINKED_BINDING_CONTEXT_AWARE(electron_browser_safe_storage, Initialize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue