refactor: don't expose deprecate as an internal module (#35311)
This commit is contained in:
parent
81766707fc
commit
8424779906
11 changed files with 149 additions and 174 deletions
|
@ -1,6 +1,7 @@
|
|||
import * as fs from 'fs';
|
||||
|
||||
import { Menu, deprecate } from 'electron/main';
|
||||
import { Menu } from 'electron/main';
|
||||
import * as deprecate from '@electron/internal/common/deprecate';
|
||||
|
||||
const bindings = process._linkedBinding('electron_browser_app');
|
||||
const commandLine = process._linkedBinding('electron_common_command_line');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue