Updates the docs structure, navigation etc to be easier + better suited for showing Nx technology support beyond just TS. **Notes:** - API (`/nx-api`) tab is removed from the navigation (i.e. menu bar), but pages still remain for now until we update references in `*.md` files. - Redirects are set up `/nx-api` to go to their respect new location e.g. `/technologies` or `/reference/core-api` - Old URLs still exist in the sitemap for now, but majority of them will be redirected -- a follow-up PR can remove them. **Preview:** https://nx-dev-git-nx-dev-polyglot-docs-restructure-nrwl.vercel.app/docs --------- Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
25 lines
2.0 KiB
Markdown
25 lines
2.0 KiB
Markdown
# Function: defaultTasksRunner
|
|
|
|
▸ **defaultTasksRunner**(`tasks`, `options`, `context?`): `any`
|
|
|
|
#### Parameters
|
|
|
|
| Name | Type |
|
|
| :--------------------------- | :------------------------------------------------------------------------------------------------------- |
|
|
| `tasks` | [`Task`](/reference/core-api/devkit/documents/Task)[] |
|
|
| `options` | [`DefaultTasksRunnerOptions`](/reference/core-api/devkit/documents/DefaultTasksRunnerOptions) |
|
|
| `context?` | `Object` |
|
|
| `context.daemon?` | `DaemonClient` |
|
|
| `context.hasher?` | [`TaskHasher`](/reference/core-api/devkit/documents/TaskHasher) |
|
|
| `context.initiatingProject?` | `string` |
|
|
| `context.initiatingTasks` | [`Task`](/reference/core-api/devkit/documents/Task)[] |
|
|
| `context.nxArgs` | `NxArgs` |
|
|
| `context.nxJson` | [`NxJsonConfiguration`](/reference/core-api/devkit/documents/NxJsonConfiguration)\<`string`[] \| `"*"`\> |
|
|
| `context.projectGraph` | [`ProjectGraph`](/reference/core-api/devkit/documents/ProjectGraph) |
|
|
| `context.target?` | `string` |
|
|
| `context.taskGraph?` | [`TaskGraph`](/reference/core-api/devkit/documents/TaskGraph) |
|
|
|
|
#### Returns
|
|
|
|
`any`
|