feat(angular): add x-priority to executors (#14543)
This commit is contained in:
parent
b9ff26495d
commit
d23264f820
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user