Skip to content

Commit

Permalink
fix(core): swap default method for output capture (#12535)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Oct 12, 2022
1 parent bc53592 commit 8ab7f85
Show file tree
Hide file tree
Showing 90 changed files with 452 additions and 28 deletions.
14 changes: 14 additions & 0 deletions docs/generated/packages/angular.json
Expand Up @@ -2374,6 +2374,8 @@
"name": "delegate-build",
"implementation": "/packages/angular/src/executors/delegate-build/delegate-build.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Schema for an executor which delegates a build.",
"description": "Options for delegating a build to a different target.",
Expand Down Expand Up @@ -2415,6 +2417,8 @@
"name": "ng-packagr-lite",
"implementation": "/packages/angular/src/executors/ng-packagr-lite/ng-packagr-lite.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"title": "ng-packagr Target",
"description": "ng-packagr target options for Build Architect. Use to build library projects.",
Expand Down Expand Up @@ -2478,6 +2482,8 @@
"name": "package",
"implementation": "/packages/angular/src/executors/package/package.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"title": "ng-packagr Target",
"description": "ng-packagr target options for Build Architect. Use to build and package library projects for publishing.",
Expand Down Expand Up @@ -2543,6 +2549,8 @@
"name": "webpack-browser",
"implementation": "/packages/angular/src/builders/webpack-browser/webpack-browser.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Schema for Webpack Browser",
"description": "The webpack-browser executor is very similar to the standard browser builder provided by the Angular Devkit. It allows you to build your Angular application to a build artifact that can be hosted online. There are some key differences: \n- Supports Custom Webpack Configurations \n- Supports Incremental Building",
Expand Down Expand Up @@ -3220,6 +3228,8 @@
"name": "webpack-dev-server",
"implementation": "/packages/angular/src/builders/webpack-dev-server/webpack-dev-server.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Schema for Webpack Dev Server",
"description": "The webpack-dev-server executor is very similar to the standard dev server builder provided by the Angular Devkit. It is usually used in tandem with `@nrwl/angular:webpack-browser` when your Angular application uses a custom webpack configuration.",
Expand Down Expand Up @@ -3335,6 +3345,8 @@
"name": "module-federation-dev-server",
"implementation": "/packages/angular/src/builders/module-federation-dev-server/module-federation-dev-server.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Schema for Module Federation Dev Server",
"description": "The module-federation-dev-server executor is reserved exclusively for use with host Module Federation applications. It allows the user to specify which remote applications should be served with the host.",
Expand Down Expand Up @@ -3451,6 +3463,8 @@
"name": "file-server",
"implementation": "/packages/angular/src/executors/file-server/file-server.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"title": "File Server",
"description": "Serve a web application from a folder.",
"type": "object",
Expand Down
1 change: 1 addition & 0 deletions docs/generated/packages/cypress.json
Expand Up @@ -188,6 +188,7 @@
"name": "cypress",
"implementation": "/packages/cypress/src/executors/cypress/cypress.impl.ts",
"schema": {
"version": 2,
"title": "Cypress Target",
"description": "Run Cypress for e2e, integration and component testing.",
"type": "object",
Expand Down
4 changes: 4 additions & 0 deletions docs/generated/packages/detox.json
Expand Up @@ -116,6 +116,8 @@
"name": "build",
"implementation": "/packages/detox/src/executors/build/build.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"title": "Run detox build",
"description": "Run detox build options.",
"type": "object",
Expand Down Expand Up @@ -146,6 +148,8 @@
"name": "test",
"implementation": "/packages/detox/src/executors/test/test.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"title": "Run detox test",
"description": "Run detox test options.",
"type": "object",
Expand Down
4 changes: 3 additions & 1 deletion docs/generated/packages/esbuild.json
Expand Up @@ -116,6 +116,8 @@
"name": "esbuild",
"implementation": "/packages/esbuild/src/executors/esbuild/esbuild.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"title": "esbuild (experimental)",
"description": "Bundle a package for different platforms. Note: declaration (*.d.ts) file are not currently generated.",
"cli": "nx",
Expand Down Expand Up @@ -155,7 +157,7 @@
},
"format": {
"type": "array",
"description": "Set the output format(s).",
"description": "List of module formats to output. Defaults to matching format from tsconfig (e.g. CJS for CommonJS, and ESM otherwise).",
"alias": "f",
"items": { "type": "string", "enum": ["esm", "cjs"] },
"default": ["esm"]
Expand Down
32 changes: 32 additions & 0 deletions docs/generated/packages/expo.json
Expand Up @@ -330,6 +330,8 @@
"name": "update",
"implementation": "/packages/expo/src/executors/update/update.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$id": "NxExpoEasUpdate",
"cli": "nx",
Expand Down Expand Up @@ -401,6 +403,8 @@
"name": "build",
"implementation": "/packages/expo/src/executors/build/build.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$id": "NxExpoEasBuild",
"cli": "nx",
Expand Down Expand Up @@ -466,6 +470,8 @@
"name": "build-list",
"implementation": "/packages/expo/src/executors/build-list/build-list.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$id": "NxExpoEasBuildList",
"cli": "nx",
Expand Down Expand Up @@ -546,6 +552,8 @@
"name": "download",
"implementation": "/packages/expo/src/executors/download/download.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$id": "NxExpoDownloadEasBuild",
"cli": "nx",
Expand Down Expand Up @@ -611,6 +619,8 @@
"name": "build-ios",
"implementation": "/packages/expo/src/executors/build-ios/build-ios.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$id": "NxExpoBuildIOS",
"cli": "nx",
Expand Down Expand Up @@ -708,6 +718,8 @@
"name": "build-android",
"implementation": "/packages/expo/src/executors/build-android/build-android.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$id": "NxExpoBuildAndroid",
"cli": "nx",
Expand Down Expand Up @@ -771,6 +783,8 @@
"name": "build-web",
"implementation": "/packages/expo/src/executors/build-web/build-web.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$id": "NxExpoBuildWeb",
"cli": "nx",
Expand Down Expand Up @@ -804,6 +818,8 @@
"name": "build-status",
"implementation": "/packages/expo/src/executors/build-status/build-status.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"$id": "NxExpoBuildStatus",
"cli": "nx",
Expand All @@ -828,6 +844,8 @@
"name": "publish",
"implementation": "/packages/expo/src/executors/publish/publish.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"cli": "nx",
"$id": "NxExpoPublish",
"$schema": "http://json-schema.org/schema",
Expand Down Expand Up @@ -879,6 +897,8 @@
"name": "publish-set",
"implementation": "/packages/expo/src/executors/publish-set/publish-set.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"cli": "nx",
"$id": "NxExpoPublishSet",
"$schema": "http://json-schema.org/schema",
Expand Down Expand Up @@ -907,6 +927,8 @@
"name": "rollback",
"implementation": "/packages/expo/src/executors/rollback/rollback.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"cli": "nx",
"$id": "NxExpoRollback",
"$schema": "http://json-schema.org/schema",
Expand Down Expand Up @@ -939,6 +961,8 @@
"name": "run",
"implementation": "/packages/expo/src/executors/run/run.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"cli": "nx",
"$id": "NxExpoRun",
"$schema": "http://json-schema.org/schema",
Expand Down Expand Up @@ -999,6 +1023,8 @@
"name": "start",
"implementation": "/packages/expo/src/executors/start/start.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"cli": "nx",
"$id": "NxExpoStart",
"$schema": "http://json-schema.org/schema",
Expand Down Expand Up @@ -1090,6 +1116,8 @@
"name": "sync-deps",
"implementation": "/packages/expo/src/executors/sync-deps/sync-deps.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"cli": "nx",
"$id": "NxExpoSyncDeps",
"$schema": "http://json-schema.org/schema",
Expand All @@ -1113,6 +1141,8 @@
"name": "ensure-symlink",
"implementation": "/packages/expo/src/executors/ensure-symlink/ensure-symlink.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"cli": "nx",
"$id": "NxExpoEnsureSymlink",
"$schema": "http://json-schema.org/schema",
Expand All @@ -1131,6 +1161,8 @@
"name": "eject",
"implementation": "/packages/expo/src/executors/eject/eject.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"cli": "nx",
"$id": "NxExpoEject",
"$schema": "http://json-schema.org/schema",
Expand Down
2 changes: 2 additions & 0 deletions docs/generated/packages/jest.json
Expand Up @@ -141,6 +141,8 @@
"implementation": "/packages/jest/src/executors/jest/jest.impl.ts",
"batchImplementation": "./src/executors/jest/jest.impl#batchJest",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"title": "Jest Builder",
"description": "Jest target options for Build Facade.",
"cli": "nx",
Expand Down
6 changes: 6 additions & 0 deletions docs/generated/packages/js.json
Expand Up @@ -212,6 +212,8 @@
"name": "tsc",
"implementation": "/packages/js/src/executors/tsc/tsc.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"title": "Typescript Build Target",
"description": "Builds using TypeScript.",
"cli": "nx",
Expand Down Expand Up @@ -386,6 +388,8 @@
"name": "swc",
"implementation": "/packages/js/src/executors/swc/swc.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"title": "Typescript Build Target",
Expand Down Expand Up @@ -543,6 +547,8 @@
"name": "node",
"implementation": "/packages/js/src/executors/node/node.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"title": "Node executor",
Expand Down
4 changes: 4 additions & 0 deletions docs/generated/packages/linter.json
Expand Up @@ -95,6 +95,8 @@
"name": "lint",
"implementation": "/packages/linter/src/executors/lint/lint.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"title": "Lint Target",
"description": "Linter.",
Expand Down Expand Up @@ -222,6 +224,8 @@
"name": "eslint",
"implementation": "/packages/linter/src/executors/eslint/lint.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"title": "ESLint Lint Target",
"description": "ESLint Lint Target.",
Expand Down
6 changes: 6 additions & 0 deletions docs/generated/packages/next.json
Expand Up @@ -620,6 +620,8 @@
"name": "build",
"implementation": "/packages/next/src/executors/build/build.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"title": "Next Build",
Expand Down Expand Up @@ -683,6 +685,8 @@
"name": "server",
"implementation": "/packages/next/src/executors/server/server.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"cli": "nx",
"title": "Next Serve",
"description": "Serve a Next.js app.",
Expand Down Expand Up @@ -748,6 +752,8 @@
"name": "export",
"implementation": "/packages/next/src/executors/export/export.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"cli": "nx",
"title": "Next Export",
"description": "Export a Next.js application. The exported application is located at `dist/$outputPath/exported`.",
Expand Down
4 changes: 4 additions & 0 deletions docs/generated/packages/node.json
Expand Up @@ -275,6 +275,8 @@
"name": "webpack",
"implementation": "/packages/node/src/executors/webpack/webpack.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"title": "Node Application Build Target",
"description": "Node application build target options for Build Facade.",
"cli": "nx",
Expand Down Expand Up @@ -562,6 +564,8 @@
"name": "node",
"implementation": "/packages/node/src/executors/node/node.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"title": "Node executor",
Expand Down
2 changes: 2 additions & 0 deletions docs/generated/packages/nx-plugin.json
Expand Up @@ -370,6 +370,8 @@
"name": "e2e",
"implementation": "/packages/nx-plugin/src/executors/e2e/e2e.impl.ts",
"schema": {
"version": 2,
"outputCapture": "direct-nodejs",
"title": "Nx Plugin Playground Target",
"description": "Creates a playground for a Nx Plugin.",
"cli": "nx",
Expand Down
3 changes: 3 additions & 0 deletions docs/generated/packages/nx.json
Expand Up @@ -156,6 +156,7 @@
"name": "noop",
"implementation": "/packages/nx/src/executors/noop/noop.impl.ts",
"schema": {
"version": 2,
"title": "Noop",
"description": "An executor that does nothing",
"type": "object",
Expand All @@ -174,6 +175,7 @@
"name": "run-commands",
"implementation": "/packages/nx/src/executors/run-commands/run-commands.impl.ts",
"schema": {
"version": 2,
"title": "Run Commands",
"description": "Run any custom commands with Nx.",
"type": "object",
Expand Down Expand Up @@ -305,6 +307,7 @@
"name": "run-script",
"implementation": "/packages/nx/src/executors/run-script/run-script.impl.ts",
"schema": {
"version": 2,
"title": "Run Script",
"description": "Run any NPM script of a project in the project's root directory.",
"type": "object",
Expand Down

1 comment on commit 8ab7f85

@vercel
Copy link

@vercel vercel bot commented on 8ab7f85 Oct 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.