update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
3
electron/node_modules/app-builder-lib/out/util/bundledTool.d.ts
generated
vendored
3
electron/node_modules/app-builder-lib/out/util/bundledTool.d.ts
generated
vendored
|
|
@ -1,6 +1,7 @@
|
|||
import { Nullish } from "builder-util-runtime";
|
||||
export interface ToolInfo {
|
||||
path: string;
|
||||
env?: any;
|
||||
}
|
||||
export declare function computeEnv(oldValue: string | null | undefined, newValues: Array<string>): string;
|
||||
export declare function computeEnv(oldValue: string | Nullish, newValues: Array<string>): string;
|
||||
export declare function computeToolEnv(libPath: Array<string>): any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue