chore: rename built-in modules to bindings to match naming update in node (#37182)

This commit is contained in:
Milan Burda 2023-02-09 02:31:38 +01:00 committed by GitHub
parent 8b380ee2f2
commit 35a9e67dba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 103 additions and 100 deletions

View file

@ -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)