feat(angular): add x-priority to executors (#14543)
This commit is contained in:
parent
b9ff26495d
commit
d23264f820
@ -101,7 +101,8 @@
|
||||
"devRemotes": {
|
||||
"type": "array",
|
||||
"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": {
|
||||
"type": "array",
|
||||
|
||||
@ -66,7 +66,8 @@
|
||||
"devRemotes": {
|
||||
"type": "array",
|
||||
"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": {
|
||||
"type": "array",
|
||||
|
||||
@ -32,7 +32,8 @@
|
||||
"type": "string",
|
||||
"description": "The full path for the TypeScript configuration file, relative to the workspace root.",
|
||||
"x-completion-type": "file",
|
||||
"x-completion-glob": "tsconfig.*.json"
|
||||
"x-completion-glob": "tsconfig.*.json",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"watch": {
|
||||
"type": "boolean",
|
||||
|
||||
@ -35,7 +35,8 @@
|
||||
"type": "string",
|
||||
"description": "The full path for the TypeScript configuration file, relative to the workspace root.",
|
||||
"x-completion-type": "file",
|
||||
"x-completion-glob": "tsconfig.*.json"
|
||||
"x-completion-glob": "tsconfig.*.json",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"watch": {
|
||||
"type": "boolean",
|
||||
|
||||
@ -159,7 +159,8 @@
|
||||
"pattern": "\\.(?:css|scss|sass|less|styl)$"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"x-priority": "important"
|
||||
},
|
||||
"inlineStyleLanguage": {
|
||||
"description": "The stylesheet language to use for the application's inline component styles.",
|
||||
@ -550,6 +551,7 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"x-priority": "important",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"buildLibsFromSource": {
|
||||
|
||||
@ -101,7 +101,8 @@
|
||||
},
|
||||
"buildLibsFromSource": {
|
||||
"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,
|
||||
|
||||
@ -284,12 +284,14 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"x-priority": "important",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"buildLibsFromSource": {
|
||||
"type": "boolean",
|
||||
"description": "Read buildable libraries from source instead of building them separately.",
|
||||
"default": true
|
||||
"default": true,
|
||||
"x-priority": "important"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
||||
@ -109,7 +109,8 @@
|
||||
"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": {
|
||||
"type": "array",
|
||||
|
||||
@ -65,7 +65,8 @@
|
||||
"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": {
|
||||
"type": "array",
|
||||
|
||||
@ -128,7 +128,8 @@
|
||||
"pattern": "\\.(?:css|scss|sass|less|styl)$"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"x-priority": "important"
|
||||
},
|
||||
"inlineStyleLanguage": {
|
||||
"description": "The stylesheet language to use for the application's inline component styles.",
|
||||
@ -454,6 +455,7 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"x-priority": "important",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"buildLibsFromSource": {
|
||||
|
||||
@ -107,7 +107,8 @@
|
||||
},
|
||||
"buildLibsFromSource": {
|
||||
"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,
|
||||
|
||||
@ -235,12 +235,14 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"x-priority": "important",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"buildLibsFromSource": {
|
||||
"type": "boolean",
|
||||
"description": "Read buildable libraries from source instead of building them separately.",
|
||||
"default": true
|
||||
"default": true,
|
||||
"x-priority": "important"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
||||
@ -29,7 +29,8 @@
|
||||
"type": "string",
|
||||
"description": "The full path for the TypeScript configuration file, relative to the workspace root.",
|
||||
"x-completion-type": "file",
|
||||
"x-completion-glob": "tsconfig.*.json"
|
||||
"x-completion-glob": "tsconfig.*.json",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"watch": {
|
||||
"type": "boolean",
|
||||
|
||||
@ -29,7 +29,8 @@
|
||||
"type": "string",
|
||||
"description": "The full path for the TypeScript configuration file, relative to the workspace root.",
|
||||
"x-completion-type": "file",
|
||||
"x-completion-glob": "tsconfig.*.json"
|
||||
"x-completion-glob": "tsconfig.*.json",
|
||||
"x-priority": "important"
|
||||
},
|
||||
"watch": {
|
||||
"type": "boolean",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user