feat(angular): add x-priority to executors (#14543)

This commit is contained in:
Colum Ferry 2023-01-25 09:21:33 +00:00 committed by GitHub
parent b9ff26495d
commit d23264f820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 32 additions and 14 deletions

View File

@ -101,7 +101,8 @@
"devRemotes": { "devRemotes": {
"type": "array", "type": "array",
"items": { "type": "string" }, "items": { "type": "string" },
"description": "List of remote applications to run in development mode (i.e. using serve target)." "description": "List of remote applications to run in development mode (i.e. using serve target).",
"x-priority": "important"
}, },
"skipRemotes": { "skipRemotes": {
"type": "array", "type": "array",

View File

@ -66,7 +66,8 @@
"devRemotes": { "devRemotes": {
"type": "array", "type": "array",
"items": { "type": "string" }, "items": { "type": "string" },
"description": "List of remote applications to run in development mode (i.e. using serve target)." "description": "List of remote applications to run in development mode (i.e. using serve target).",
"x-priority": "important"
}, },
"skipRemotes": { "skipRemotes": {
"type": "array", "type": "array",

View File

@ -32,7 +32,8 @@
"type": "string", "type": "string",
"description": "The full path for the TypeScript configuration file, relative to the workspace root.", "description": "The full path for the TypeScript configuration file, relative to the workspace root.",
"x-completion-type": "file", "x-completion-type": "file",
"x-completion-glob": "tsconfig.*.json" "x-completion-glob": "tsconfig.*.json",
"x-priority": "important"
}, },
"watch": { "watch": {
"type": "boolean", "type": "boolean",

View File

@ -35,7 +35,8 @@
"type": "string", "type": "string",
"description": "The full path for the TypeScript configuration file, relative to the workspace root.", "description": "The full path for the TypeScript configuration file, relative to the workspace root.",
"x-completion-type": "file", "x-completion-type": "file",
"x-completion-glob": "tsconfig.*.json" "x-completion-glob": "tsconfig.*.json",
"x-priority": "important"
}, },
"watch": { "watch": {
"type": "boolean", "type": "boolean",

View File

@ -159,7 +159,8 @@
"pattern": "\\.(?:css|scss|sass|less|styl)$" "pattern": "\\.(?:css|scss|sass|less|styl)$"
} }
] ]
} },
"x-priority": "important"
}, },
"inlineStyleLanguage": { "inlineStyleLanguage": {
"description": "The stylesheet language to use for the application's inline component styles.", "description": "The stylesheet language to use for the application's inline component styles.",
@ -550,6 +551,7 @@
"type": "string" "type": "string"
} }
}, },
"x-priority": "important",
"additionalProperties": false "additionalProperties": false
}, },
"buildLibsFromSource": { "buildLibsFromSource": {

View File

@ -101,7 +101,8 @@
}, },
"buildLibsFromSource": { "buildLibsFromSource": {
"type": "boolean", "type": "boolean",
"description": "Read buildable libraries from source instead of building them separately. If not set, it will take the value specified in the `browserTarget` options, or it will default to `true` if it's also not set in the `browserTarget` options." "description": "Read buildable libraries from source instead of building them separately. If not set, it will take the value specified in the `browserTarget` options, or it will default to `true` if it's also not set in the `browserTarget` options.",
"x-priority": "important"
} }
}, },
"additionalProperties": false, "additionalProperties": false,

View File

@ -284,12 +284,14 @@
"type": "string" "type": "string"
} }
}, },
"x-priority": "important",
"additionalProperties": false "additionalProperties": false
}, },
"buildLibsFromSource": { "buildLibsFromSource": {
"type": "boolean", "type": "boolean",
"description": "Read buildable libraries from source instead of building them separately.", "description": "Read buildable libraries from source instead of building them separately.",
"default": true "default": true,
"x-priority": "important"
} }
}, },
"additionalProperties": false, "additionalProperties": false,

View File

@ -109,7 +109,8 @@
"items": { "items": {
"type": "string" "type": "string"
}, },
"description": "List of remote applications to run in development mode (i.e. using serve target)." "description": "List of remote applications to run in development mode (i.e. using serve target).",
"x-priority": "important"
}, },
"skipRemotes": { "skipRemotes": {
"type": "array", "type": "array",

View File

@ -65,7 +65,8 @@
"items": { "items": {
"type": "string" "type": "string"
}, },
"description": "List of remote applications to run in development mode (i.e. using serve target)." "description": "List of remote applications to run in development mode (i.e. using serve target).",
"x-priority": "important"
}, },
"skipRemotes": { "skipRemotes": {
"type": "array", "type": "array",

View File

@ -128,7 +128,8 @@
"pattern": "\\.(?:css|scss|sass|less|styl)$" "pattern": "\\.(?:css|scss|sass|less|styl)$"
} }
] ]
} },
"x-priority": "important"
}, },
"inlineStyleLanguage": { "inlineStyleLanguage": {
"description": "The stylesheet language to use for the application's inline component styles.", "description": "The stylesheet language to use for the application's inline component styles.",
@ -454,6 +455,7 @@
"type": "string" "type": "string"
} }
}, },
"x-priority": "important",
"additionalProperties": false "additionalProperties": false
}, },
"buildLibsFromSource": { "buildLibsFromSource": {

View File

@ -107,7 +107,8 @@
}, },
"buildLibsFromSource": { "buildLibsFromSource": {
"type": "boolean", "type": "boolean",
"description": "Read buildable libraries from source instead of building them separately. If not set, it will take the value specified in the `browserTarget` options, or it will default to `true` if it's also not set in the `browserTarget` options." "description": "Read buildable libraries from source instead of building them separately. If not set, it will take the value specified in the `browserTarget` options, or it will default to `true` if it's also not set in the `browserTarget` options.",
"x-priority": "important"
} }
}, },
"additionalProperties": false, "additionalProperties": false,

View File

@ -235,12 +235,14 @@
"type": "string" "type": "string"
} }
}, },
"x-priority": "important",
"additionalProperties": false "additionalProperties": false
}, },
"buildLibsFromSource": { "buildLibsFromSource": {
"type": "boolean", "type": "boolean",
"description": "Read buildable libraries from source instead of building them separately.", "description": "Read buildable libraries from source instead of building them separately.",
"default": true "default": true,
"x-priority": "important"
} }
}, },
"additionalProperties": false, "additionalProperties": false,

View File

@ -29,7 +29,8 @@
"type": "string", "type": "string",
"description": "The full path for the TypeScript configuration file, relative to the workspace root.", "description": "The full path for the TypeScript configuration file, relative to the workspace root.",
"x-completion-type": "file", "x-completion-type": "file",
"x-completion-glob": "tsconfig.*.json" "x-completion-glob": "tsconfig.*.json",
"x-priority": "important"
}, },
"watch": { "watch": {
"type": "boolean", "type": "boolean",

View File

@ -29,7 +29,8 @@
"type": "string", "type": "string",
"description": "The full path for the TypeScript configuration file, relative to the workspace root.", "description": "The full path for the TypeScript configuration file, relative to the workspace root.",
"x-completion-type": "file", "x-completion-type": "file",
"x-completion-glob": "tsconfig.*.json" "x-completion-glob": "tsconfig.*.json",
"x-priority": "important"
}, },
"watch": { "watch": {
"type": "boolean", "type": "boolean",