Skip to content

Commit

Permalink
feat(angular): add x-priority to executors (#14543)
Browse files Browse the repository at this point in the history
(cherry picked from commit d23264f)
  • Loading branch information
Coly010 authored and FrozenPandaz committed Jan 27, 2023
1 parent e15aa56 commit 9ccf9a9
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion docs/generated/packages/angular/executors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -550,6 +551,7 @@
"type": "string"
}
},
"x-priority": "important",
"additionalProperties": false
},
"buildLibsFromSource": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion packages/angular/src/builders/webpack-browser/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -454,6 +455,7 @@
"type": "string"
}
},
"x-priority": "important",
"additionalProperties": false
},
"buildLibsFromSource": {
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/src/builders/webpack-dev-server/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 3 additions & 1 deletion packages/angular/src/builders/webpack-server/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/src/executors/ng-packagr-lite/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/src/executors/package/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9ccf9a9

Please sign in to comment.