update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
16
electron/node_modules/ci-info/index.d.ts
generated
vendored
16
electron/node_modules/ci-info/index.d.ts
generated
vendored
|
|
@ -25,7 +25,15 @@ export const isPR: boolean | null;
|
|||
* to use `ci.TRAVIS` instead.
|
||||
*/
|
||||
export const name: string | null;
|
||||
/**
|
||||
* Returns a string containing the identifier of the CI server the code is running on. If
|
||||
* CI server is not detected, it returns `null`.
|
||||
*/
|
||||
export const id: string | null;
|
||||
|
||||
/* Vendor constants */
|
||||
export const AGOLA: boolean;
|
||||
export const ALPIC: boolean;
|
||||
export const APPCIRCLE: boolean;
|
||||
export const APPVEYOR: boolean;
|
||||
export const CODEBUILD: boolean;
|
||||
|
|
@ -37,13 +45,17 @@ export const BUDDY: boolean;
|
|||
export const BUILDKITE: boolean;
|
||||
export const CIRCLE: boolean;
|
||||
export const CIRRUS: boolean;
|
||||
export const CLOUDFLARE_PAGES: boolean;
|
||||
export const CLOUDFLARE_WORKERS: boolean;
|
||||
export const CODEFRESH: boolean;
|
||||
export const CODEMAGIC: boolean;
|
||||
export const CODESHIP: boolean;
|
||||
export const DRONE: boolean;
|
||||
export const DSARI: boolean;
|
||||
export const EARTHLY: boolean;
|
||||
export const EAS: boolean;
|
||||
export const GERRIT: boolean;
|
||||
export const GITEA_ACTIONS: boolean;
|
||||
export const GITHUB_ACTIONS: boolean;
|
||||
export const GITLAB: boolean;
|
||||
export const GOCD: boolean;
|
||||
|
|
@ -56,18 +68,18 @@ export const LAYERCI: boolean;
|
|||
export const MAGNUM: boolean;
|
||||
export const NETLIFY: boolean;
|
||||
export const NEVERCODE: boolean;
|
||||
export const PROW: boolean;
|
||||
export const RELEASEHUB: boolean;
|
||||
export const RENDER: boolean;
|
||||
export const SAIL: boolean;
|
||||
export const SCREWDRIVER: boolean;
|
||||
export const SEMAPHORE: boolean;
|
||||
export const SHIPPABLE: boolean;
|
||||
export const SOLANO: boolean;
|
||||
export const SOURCEHUT: boolean;
|
||||
export const STRIDER: boolean;
|
||||
export const TASKCLUSTER: boolean;
|
||||
export const TEAMCITY: boolean;
|
||||
export const TRAVIS: boolean;
|
||||
export const VELA: boolean;
|
||||
export const VERCEL: boolean;
|
||||
export const APPCENTER: boolean;
|
||||
export const WOODPECKER: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue