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
|
@ -79,7 +79,7 @@ class NodeBindings {
|
|||
enum class BrowserEnvironment { kBrowser, kRenderer, kUtility, kWorker };
|
||||
|
||||
static NodeBindings* Create(BrowserEnvironment browser_env);
|
||||
static void RegisterBuiltinModules();
|
||||
static void RegisterBuiltinBindings();
|
||||
static bool IsInitialized();
|
||||
|
||||
virtual ~NodeBindings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue