nx 21.3.0 → 21.4.0-canary.20250719-34c5b61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +4 -2
- package/bin/init-local.d.ts +1 -0
- package/bin/init-local.d.ts.map +1 -0
- package/bin/nx-cloud.d.ts +1 -0
- package/bin/nx-cloud.d.ts.map +1 -0
- package/bin/nx.d.ts +1 -0
- package/bin/nx.d.ts.map +1 -0
- package/bin/post-install.d.ts +1 -0
- package/bin/post-install.d.ts.map +1 -0
- package/bin/run-executor.d.ts +1 -0
- package/bin/run-executor.d.ts.map +1 -0
- package/package.json +13 -13
- package/plugins/package-json.d.ts +1 -0
- package/plugins/package-json.d.ts.map +1 -0
- package/project.json +179 -0
- package/release/changelog-renderer/index.d.ts +1 -0
- package/release/changelog-renderer/index.d.ts.map +1 -0
- package/release/index.d.ts +1 -0
- package/release/index.d.ts.map +1 -0
- package/src/adapter/angular-json.d.ts +1 -0
- package/src/adapter/angular-json.d.ts.map +1 -0
- package/src/adapter/compat.d.ts +1 -0
- package/src/adapter/compat.d.ts.map +1 -0
- package/src/adapter/decorate-cli.d.ts +1 -0
- package/src/adapter/decorate-cli.d.ts.map +1 -0
- package/src/adapter/ngcli-adapter.d.ts +1 -0
- package/src/adapter/ngcli-adapter.d.ts.map +1 -0
- package/src/adapter/rxjs-for-await.d.ts +1 -0
- package/src/adapter/rxjs-for-await.d.ts.map +1 -0
- package/src/command-line/add/add.d.ts +1 -0
- package/src/command-line/add/add.d.ts.map +1 -0
- package/src/command-line/add/add.js +1 -1
- package/src/command-line/add/command-object.d.ts +1 -0
- package/src/command-line/add/command-object.d.ts.map +1 -0
- package/src/command-line/affected/affected.d.ts +1 -0
- package/src/command-line/affected/affected.d.ts.map +1 -0
- package/src/command-line/affected/command-object.d.ts +1 -0
- package/src/command-line/affected/command-object.d.ts.map +1 -0
- package/src/command-line/daemon/command-object.d.ts +1 -0
- package/src/command-line/daemon/command-object.d.ts.map +1 -0
- package/src/command-line/daemon/daemon.d.ts +1 -0
- package/src/command-line/daemon/daemon.d.ts.map +1 -0
- package/src/command-line/deprecated/command-objects.d.ts +1 -0
- package/src/command-line/deprecated/command-objects.d.ts.map +1 -0
- package/src/command-line/examples.d.ts +1 -0
- package/src/command-line/examples.d.ts.map +1 -0
- package/src/command-line/exec/command-object.d.ts +1 -0
- package/src/command-line/exec/command-object.d.ts.map +1 -0
- package/src/command-line/exec/exec.d.ts +1 -0
- package/src/command-line/exec/exec.d.ts.map +1 -0
- package/src/command-line/format/command-object.d.ts +1 -0
- package/src/command-line/format/command-object.d.ts.map +1 -0
- package/src/command-line/format/format.d.ts +1 -0
- package/src/command-line/format/format.d.ts.map +1 -0
- package/src/command-line/generate/command-object.d.ts +1 -0
- package/src/command-line/generate/command-object.d.ts.map +1 -0
- package/src/command-line/generate/generate.d.ts +1 -0
- package/src/command-line/generate/generate.d.ts.map +1 -0
- package/src/command-line/generate/generator-utils.d.ts +1 -0
- package/src/command-line/generate/generator-utils.d.ts.map +1 -0
- package/src/command-line/graph/command-object.d.ts +1 -0
- package/src/command-line/graph/command-object.d.ts.map +1 -0
- package/src/command-line/graph/graph.d.ts +1 -0
- package/src/command-line/graph/graph.d.ts.map +1 -0
- package/src/command-line/graph/graph.js +1 -1
- package/src/command-line/import/command-object.d.ts +1 -0
- package/src/command-line/import/command-object.d.ts.map +1 -0
- package/src/command-line/import/import.d.ts +1 -0
- package/src/command-line/import/import.d.ts.map +1 -0
- package/src/command-line/import/import.js +1 -1
- package/src/command-line/import/utils/merge-remote-source.d.ts +1 -0
- package/src/command-line/import/utils/merge-remote-source.d.ts.map +1 -0
- package/src/command-line/import/utils/merge-remote-source.js +1 -1
- package/src/command-line/import/utils/prepare-source-repo.d.ts +1 -0
- package/src/command-line/import/utils/prepare-source-repo.d.ts.map +1 -0
- package/src/command-line/import/utils/prepare-source-repo.js +1 -1
- package/src/command-line/init/command-object.d.ts +1 -0
- package/src/command-line/init/command-object.d.ts.map +1 -0
- package/src/command-line/init/configure-plugins.d.ts +1 -0
- package/src/command-line/init/configure-plugins.d.ts.map +1 -0
- package/src/command-line/init/implementation/add-nx-to-monorepo.d.ts +1 -0
- package/src/command-line/init/implementation/add-nx-to-monorepo.d.ts.map +1 -0
- package/src/command-line/init/implementation/add-nx-to-nest.d.ts +1 -0
- package/src/command-line/init/implementation/add-nx-to-nest.d.ts.map +1 -0
- package/src/command-line/init/implementation/add-nx-to-npm-repo.d.ts +1 -0
- package/src/command-line/init/implementation/add-nx-to-npm-repo.d.ts.map +1 -0
- package/src/command-line/init/implementation/add-nx-to-turborepo.d.ts +1 -0
- package/src/command-line/init/implementation/add-nx-to-turborepo.d.ts.map +1 -0
- package/src/command-line/init/implementation/angular/index.d.ts +1 -0
- package/src/command-line/init/implementation/angular/index.d.ts.map +1 -0
- package/src/command-line/init/implementation/angular/integrated-workspace.d.ts +1 -0
- package/src/command-line/init/implementation/angular/integrated-workspace.d.ts.map +1 -0
- package/src/command-line/init/implementation/angular/legacy-angular-versions.d.ts +1 -0
- package/src/command-line/init/implementation/angular/legacy-angular-versions.d.ts.map +1 -0
- package/src/command-line/init/implementation/angular/standalone-workspace.d.ts +1 -0
- package/src/command-line/init/implementation/angular/standalone-workspace.d.ts.map +1 -0
- package/src/command-line/init/implementation/angular/types.d.ts +1 -0
- package/src/command-line/init/implementation/angular/types.d.ts.map +1 -0
- package/src/command-line/init/implementation/check-compatible-with-plugins.d.ts +1 -0
- package/src/command-line/init/implementation/check-compatible-with-plugins.d.ts.map +1 -0
- package/src/command-line/init/implementation/deduce-default-base.d.ts +1 -0
- package/src/command-line/init/implementation/deduce-default-base.d.ts.map +1 -0
- package/src/command-line/init/implementation/dot-nx/add-nx-scripts.d.ts +1 -0
- package/src/command-line/init/implementation/dot-nx/add-nx-scripts.d.ts.map +1 -0
- package/src/command-line/init/implementation/dot-nx/nxw.d.ts +1 -0
- package/src/command-line/init/implementation/dot-nx/nxw.d.ts.map +1 -0
- package/src/command-line/init/implementation/react/add-craco-commands-to-package-scripts.d.ts +1 -0
- package/src/command-line/init/implementation/react/add-craco-commands-to-package-scripts.d.ts.map +1 -0
- package/src/command-line/init/implementation/react/add-vite-commands-to-package-scripts.d.ts +1 -0
- package/src/command-line/init/implementation/react/add-vite-commands-to-package-scripts.d.ts.map +1 -0
- package/src/command-line/init/implementation/react/check-for-custom-webpack-setup.d.ts +1 -0
- package/src/command-line/init/implementation/react/check-for-custom-webpack-setup.d.ts.map +1 -0
- package/src/command-line/init/implementation/react/check-for-uncommitted-changes.d.ts +1 -0
- package/src/command-line/init/implementation/react/check-for-uncommitted-changes.d.ts.map +1 -0
- package/src/command-line/init/implementation/react/clean-up-files.d.ts +1 -0
- package/src/command-line/init/implementation/react/clean-up-files.d.ts.map +1 -0
- package/src/command-line/init/implementation/react/index.d.ts +1 -0
- package/src/command-line/init/implementation/react/index.d.ts.map +1 -0
- package/src/command-line/init/implementation/react/read-name-from-package-json.d.ts +1 -0
- package/src/command-line/init/implementation/react/read-name-from-package-json.d.ts.map +1 -0
- package/src/command-line/init/implementation/react/rename-js-to-jsx.d.ts +1 -0
- package/src/command-line/init/implementation/react/rename-js-to-jsx.d.ts.map +1 -0
- package/src/command-line/init/implementation/react/tsconfig-setup.d.ts +1 -0
- package/src/command-line/init/implementation/react/tsconfig-setup.d.ts.map +1 -0
- package/src/command-line/init/implementation/react/write-vite-config.d.ts +1 -0
- package/src/command-line/init/implementation/react/write-vite-config.d.ts.map +1 -0
- package/src/command-line/init/implementation/react/write-vite-index-html.d.ts +1 -0
- package/src/command-line/init/implementation/react/write-vite-index-html.d.ts.map +1 -0
- package/src/command-line/init/implementation/utils.d.ts +1 -0
- package/src/command-line/init/implementation/utils.d.ts.map +1 -0
- package/src/command-line/init/init-v1.d.ts +1 -0
- package/src/command-line/init/init-v1.d.ts.map +1 -0
- package/src/command-line/init/init-v2.d.ts +1 -0
- package/src/command-line/init/init-v2.d.ts.map +1 -0
- package/src/command-line/list/command-object.d.ts +1 -0
- package/src/command-line/list/command-object.d.ts.map +1 -0
- package/src/command-line/list/list.d.ts +1 -0
- package/src/command-line/list/list.d.ts.map +1 -0
- package/src/command-line/migrate/command-object.d.ts +1 -0
- package/src/command-line/migrate/command-object.d.ts.map +1 -0
- package/src/command-line/migrate/migrate-ui-api.d.ts +1 -0
- package/src/command-line/migrate/migrate-ui-api.d.ts.map +1 -0
- package/src/command-line/migrate/migrate.d.ts +1 -0
- package/src/command-line/migrate/migrate.d.ts.map +1 -0
- package/src/command-line/new/command-object.d.ts +1 -0
- package/src/command-line/new/command-object.d.ts.map +1 -0
- package/src/command-line/new/new.d.ts +1 -0
- package/src/command-line/new/new.d.ts.map +1 -0
- package/src/command-line/nx-cloud/connect/command-object.d.ts +1 -0
- package/src/command-line/nx-cloud/connect/command-object.d.ts.map +1 -0
- package/src/command-line/nx-cloud/connect/connect-to-nx-cloud.d.ts +1 -0
- package/src/command-line/nx-cloud/connect/connect-to-nx-cloud.d.ts.map +1 -0
- package/src/command-line/nx-cloud/connect/connect-to-nx-cloud.js +2 -2
- package/src/command-line/nx-cloud/connect/view-logs.d.ts +1 -0
- package/src/command-line/nx-cloud/connect/view-logs.d.ts.map +1 -0
- package/src/command-line/nx-cloud/fix-ci/command-object.d.ts +1 -0
- package/src/command-line/nx-cloud/fix-ci/command-object.d.ts.map +1 -0
- package/src/command-line/nx-cloud/fix-ci/fix-ci.d.ts +1 -0
- package/src/command-line/nx-cloud/fix-ci/fix-ci.d.ts.map +1 -0
- package/src/command-line/nx-cloud/login/command-object.d.ts +1 -0
- package/src/command-line/nx-cloud/login/command-object.d.ts.map +1 -0
- package/src/command-line/nx-cloud/login/login.d.ts +1 -0
- package/src/command-line/nx-cloud/login/login.d.ts.map +1 -0
- package/src/command-line/nx-cloud/logout/command-object.d.ts +1 -0
- package/src/command-line/nx-cloud/logout/command-object.d.ts.map +1 -0
- package/src/command-line/nx-cloud/logout/logout.d.ts +1 -0
- package/src/command-line/nx-cloud/logout/logout.d.ts.map +1 -0
- package/src/command-line/nx-cloud/record/command-object.d.ts +1 -0
- package/src/command-line/nx-cloud/record/command-object.d.ts.map +1 -0
- package/src/command-line/nx-cloud/record/record.d.ts +1 -0
- package/src/command-line/nx-cloud/record/record.d.ts.map +1 -0
- package/src/command-line/nx-cloud/start-ci-run/command-object.d.ts +1 -0
- package/src/command-line/nx-cloud/start-ci-run/command-object.d.ts.map +1 -0
- package/src/command-line/nx-cloud/start-ci-run/start-ci-run.d.ts +1 -0
- package/src/command-line/nx-cloud/start-ci-run/start-ci-run.d.ts.map +1 -0
- package/src/command-line/nx-cloud/utils.d.ts +1 -0
- package/src/command-line/nx-cloud/utils.d.ts.map +1 -0
- package/src/command-line/nx-commands.d.ts +1 -0
- package/src/command-line/nx-commands.d.ts.map +1 -0
- package/src/command-line/register/command-object.d.ts +1 -0
- package/src/command-line/register/command-object.d.ts.map +1 -0
- package/src/command-line/register/register.d.ts +1 -0
- package/src/command-line/register/register.d.ts.map +1 -0
- package/src/command-line/release/changelog.d.ts +1 -0
- package/src/command-line/release/changelog.d.ts.map +1 -0
- package/src/command-line/release/command-object.d.ts +1 -0
- package/src/command-line/release/command-object.d.ts.map +1 -0
- package/src/command-line/release/config/config.d.ts +1 -0
- package/src/command-line/release/config/config.d.ts.map +1 -0
- package/src/command-line/release/config/conventional-commits.d.ts +1 -0
- package/src/command-line/release/config/conventional-commits.d.ts.map +1 -0
- package/src/command-line/release/config/deep-merge-json.d.ts +1 -0
- package/src/command-line/release/config/deep-merge-json.d.ts.map +1 -0
- package/src/command-line/release/config/filter-release-groups.d.ts +1 -0
- package/src/command-line/release/config/filter-release-groups.d.ts.map +1 -0
- package/src/command-line/release/config/use-legacy-versioning.d.ts +1 -0
- package/src/command-line/release/config/use-legacy-versioning.d.ts.map +1 -0
- package/src/command-line/release/config/version-plans.d.ts +1 -0
- package/src/command-line/release/config/version-plans.d.ts.map +1 -0
- package/src/command-line/release/index.d.ts +1 -0
- package/src/command-line/release/index.d.ts.map +1 -0
- package/src/command-line/release/plan-check.d.ts +1 -0
- package/src/command-line/release/plan-check.d.ts.map +1 -0
- package/src/command-line/release/plan.d.ts +1 -0
- package/src/command-line/release/plan.d.ts.map +1 -0
- package/src/command-line/release/publish.d.ts +1 -0
- package/src/command-line/release/publish.d.ts.map +1 -0
- package/src/command-line/release/release.d.ts +1 -0
- package/src/command-line/release/release.d.ts.map +1 -0
- package/src/command-line/release/utils/batch-projects-by-generator-config.d.ts +1 -0
- package/src/command-line/release/utils/batch-projects-by-generator-config.d.ts.map +1 -0
- package/src/command-line/release/utils/exec-command.d.ts +1 -0
- package/src/command-line/release/utils/exec-command.d.ts.map +1 -0
- package/src/command-line/release/utils/generate-version-plan-content.d.ts +1 -0
- package/src/command-line/release/utils/generate-version-plan-content.d.ts.map +1 -0
- package/src/command-line/release/utils/get-touched-projects-for-group.d.ts +1 -0
- package/src/command-line/release/utils/get-touched-projects-for-group.d.ts.map +1 -0
- package/src/command-line/release/utils/git.d.ts +1 -0
- package/src/command-line/release/utils/git.d.ts.map +1 -0
- package/src/command-line/release/utils/launch-editor.d.ts +1 -0
- package/src/command-line/release/utils/launch-editor.d.ts.map +1 -0
- package/src/command-line/release/utils/markdown.d.ts +1 -0
- package/src/command-line/release/utils/markdown.d.ts.map +1 -0
- package/src/command-line/release/utils/print-changes.d.ts +1 -0
- package/src/command-line/release/utils/print-changes.d.ts.map +1 -0
- package/src/command-line/release/utils/print-config.d.ts +1 -0
- package/src/command-line/release/utils/print-config.d.ts.map +1 -0
- package/src/command-line/release/utils/remote-release-clients/github.d.ts +1 -0
- package/src/command-line/release/utils/remote-release-clients/github.d.ts.map +1 -0
- package/src/command-line/release/utils/remote-release-clients/gitlab.d.ts +1 -0
- package/src/command-line/release/utils/remote-release-clients/gitlab.d.ts.map +1 -0
- package/src/command-line/release/utils/remote-release-clients/remote-release-client.d.ts +1 -0
- package/src/command-line/release/utils/remote-release-clients/remote-release-client.d.ts.map +1 -0
- package/src/command-line/release/utils/resolve-changelog-renderer.d.ts +1 -0
- package/src/command-line/release/utils/resolve-changelog-renderer.d.ts.map +1 -0
- package/src/command-line/release/utils/resolve-nx-json-error-message.d.ts +1 -0
- package/src/command-line/release/utils/resolve-nx-json-error-message.d.ts.map +1 -0
- package/src/command-line/release/utils/resolve-semver-specifier.d.ts +1 -0
- package/src/command-line/release/utils/resolve-semver-specifier.d.ts.map +1 -0
- package/src/command-line/release/utils/semver.d.ts +1 -0
- package/src/command-line/release/utils/semver.d.ts.map +1 -0
- package/src/command-line/release/utils/shared-legacy.d.ts +1 -0
- package/src/command-line/release/utils/shared-legacy.d.ts.map +1 -0
- package/src/command-line/release/utils/shared.d.ts +1 -0
- package/src/command-line/release/utils/shared.d.ts.map +1 -0
- package/src/command-line/release/version/derive-specifier-from-conventional-commits.d.ts +1 -0
- package/src/command-line/release/version/derive-specifier-from-conventional-commits.d.ts.map +1 -0
- package/src/command-line/release/version/deriver-specifier-from-version-plans.d.ts +1 -0
- package/src/command-line/release/version/deriver-specifier-from-version-plans.d.ts.map +1 -0
- package/src/command-line/release/version/project-logger.d.ts +1 -0
- package/src/command-line/release/version/project-logger.d.ts.map +1 -0
- package/src/command-line/release/version/release-group-processor.d.ts +1 -0
- package/src/command-line/release/version/release-group-processor.d.ts.map +1 -0
- package/src/command-line/release/version/resolve-current-version.d.ts +1 -0
- package/src/command-line/release/version/resolve-current-version.d.ts.map +1 -0
- package/src/command-line/release/version/resolve-current-version.js +1 -1
- package/src/command-line/release/version/test-utils.d.ts +1 -0
- package/src/command-line/release/version/test-utils.d.ts.map +1 -0
- package/src/command-line/release/version/topological-sort.d.ts +1 -0
- package/src/command-line/release/version/topological-sort.d.ts.map +1 -0
- package/src/command-line/release/version/version-actions.d.ts +1 -0
- package/src/command-line/release/version/version-actions.d.ts.map +1 -0
- package/src/command-line/release/version-legacy.d.ts +1 -0
- package/src/command-line/release/version-legacy.d.ts.map +1 -0
- package/src/command-line/release/version.d.ts +1 -0
- package/src/command-line/release/version.d.ts.map +1 -0
- package/src/command-line/repair/command-object.d.ts +1 -0
- package/src/command-line/repair/command-object.d.ts.map +1 -0
- package/src/command-line/repair/repair.d.ts +1 -0
- package/src/command-line/repair/repair.d.ts.map +1 -0
- package/src/command-line/report/command-object.d.ts +1 -0
- package/src/command-line/report/command-object.d.ts.map +1 -0
- package/src/command-line/report/report.d.ts +1 -0
- package/src/command-line/report/report.d.ts.map +1 -0
- package/src/command-line/reset/command-object.d.ts +1 -0
- package/src/command-line/reset/command-object.d.ts.map +1 -0
- package/src/command-line/reset/reset.d.ts +1 -0
- package/src/command-line/reset/reset.d.ts.map +1 -0
- package/src/command-line/run/command-object.d.ts +1 -0
- package/src/command-line/run/command-object.d.ts.map +1 -0
- package/src/command-line/run/executor-utils.d.ts +1 -0
- package/src/command-line/run/executor-utils.d.ts.map +1 -0
- package/src/command-line/run/run-one.d.ts +1 -0
- package/src/command-line/run/run-one.d.ts.map +1 -0
- package/src/command-line/run/run.d.ts +1 -0
- package/src/command-line/run/run.d.ts.map +1 -0
- package/src/command-line/run-many/command-object.d.ts +1 -0
- package/src/command-line/run-many/command-object.d.ts.map +1 -0
- package/src/command-line/run-many/run-many.d.ts +1 -0
- package/src/command-line/run-many/run-many.d.ts.map +1 -0
- package/src/command-line/show/command-object.d.ts +1 -0
- package/src/command-line/show/command-object.d.ts.map +1 -0
- package/src/command-line/show/project.d.ts +1 -0
- package/src/command-line/show/project.d.ts.map +1 -0
- package/src/command-line/show/projects.d.ts +1 -0
- package/src/command-line/show/projects.d.ts.map +1 -0
- package/src/command-line/sync/command-object.d.ts +1 -0
- package/src/command-line/sync/command-object.d.ts.map +1 -0
- package/src/command-line/sync/sync.d.ts +1 -0
- package/src/command-line/sync/sync.d.ts.map +1 -0
- package/src/command-line/watch/command-object.d.ts +1 -0
- package/src/command-line/watch/command-object.d.ts.map +1 -0
- package/src/command-line/watch/watch.d.ts +1 -0
- package/src/command-line/watch/watch.d.ts.map +1 -0
- package/src/command-line/yargs-utils/documentation.d.ts +1 -0
- package/src/command-line/yargs-utils/documentation.d.ts.map +1 -0
- package/src/command-line/yargs-utils/shared-options.d.ts +1 -0
- package/src/command-line/yargs-utils/shared-options.d.ts.map +1 -0
- package/src/commands-runner/command-graph.d.ts +1 -0
- package/src/commands-runner/command-graph.d.ts.map +1 -0
- package/src/commands-runner/create-command-graph.d.ts +1 -0
- package/src/commands-runner/create-command-graph.d.ts.map +1 -0
- package/src/commands-runner/get-command-projects.d.ts +1 -0
- package/src/commands-runner/get-command-projects.d.ts.map +1 -0
- package/src/config/calculate-default-project-name.d.ts +1 -0
- package/src/config/calculate-default-project-name.d.ts.map +1 -0
- package/src/config/configuration.d.ts +1 -0
- package/src/config/configuration.d.ts.map +1 -0
- package/src/config/misc-interfaces.d.ts +1 -0
- package/src/config/misc-interfaces.d.ts.map +1 -0
- package/src/config/nx-json.d.ts +1 -0
- package/src/config/nx-json.d.ts.map +1 -0
- package/src/config/project-graph.d.ts +1 -0
- package/src/config/project-graph.d.ts.map +1 -0
- package/src/config/schema-utils.d.ts +1 -0
- package/src/config/schema-utils.d.ts.map +1 -0
- package/src/config/task-graph.d.ts +1 -0
- package/src/config/task-graph.d.ts.map +1 -0
- package/src/config/to-project-name.d.ts +1 -0
- package/src/config/to-project-name.d.ts.map +1 -0
- package/src/config/workspace-json-project-json.d.ts +1 -0
- package/src/config/workspace-json-project-json.d.ts.map +1 -0
- package/src/core/graph/main.js +1 -1
- package/src/core/graph/runtime.js +1 -1
- package/src/core/graph/styles.css +2 -2
- package/src/core/graph/styles.js +1 -1
- package/src/daemon/cache.d.ts +1 -0
- package/src/daemon/cache.d.ts.map +1 -0
- package/src/daemon/client/client.d.ts +1 -0
- package/src/daemon/client/client.d.ts.map +1 -0
- package/src/daemon/client/daemon-socket-messenger.d.ts +1 -0
- package/src/daemon/client/daemon-socket-messenger.d.ts.map +1 -0
- package/src/daemon/client/exec-is-server-available.d.ts +1 -0
- package/src/daemon/client/exec-is-server-available.d.ts.map +1 -0
- package/src/daemon/client/generate-help-output.d.ts +1 -0
- package/src/daemon/client/generate-help-output.d.ts.map +1 -0
- package/src/daemon/is-on-daemon.d.ts +1 -0
- package/src/daemon/is-on-daemon.d.ts.map +1 -0
- package/src/daemon/message-types/flush-sync-generator-changes-to-disk.d.ts +1 -0
- package/src/daemon/message-types/flush-sync-generator-changes-to-disk.d.ts.map +1 -0
- package/src/daemon/message-types/force-shutdown.d.ts +1 -0
- package/src/daemon/message-types/force-shutdown.d.ts.map +1 -0
- package/src/daemon/message-types/get-context-file-data.d.ts +1 -0
- package/src/daemon/message-types/get-context-file-data.d.ts.map +1 -0
- package/src/daemon/message-types/get-files-in-directory.d.ts +1 -0
- package/src/daemon/message-types/get-files-in-directory.d.ts.map +1 -0
- package/src/daemon/message-types/get-nx-workspace-files.d.ts +1 -0
- package/src/daemon/message-types/get-nx-workspace-files.d.ts.map +1 -0
- package/src/daemon/message-types/get-registered-sync-generators.d.ts +1 -0
- package/src/daemon/message-types/get-registered-sync-generators.d.ts.map +1 -0
- package/src/daemon/message-types/get-sync-generator-changes.d.ts +1 -0
- package/src/daemon/message-types/get-sync-generator-changes.d.ts.map +1 -0
- package/src/daemon/message-types/glob.d.ts +1 -0
- package/src/daemon/message-types/glob.d.ts.map +1 -0
- package/src/daemon/message-types/hash-glob.d.ts +1 -0
- package/src/daemon/message-types/hash-glob.d.ts.map +1 -0
- package/src/daemon/message-types/run-tasks-execution-hooks.d.ts +1 -0
- package/src/daemon/message-types/run-tasks-execution-hooks.d.ts.map +1 -0
- package/src/daemon/message-types/task-history.d.ts +1 -0
- package/src/daemon/message-types/task-history.d.ts.map +1 -0
- package/src/daemon/message-types/update-workspace-context.d.ts +1 -0
- package/src/daemon/message-types/update-workspace-context.d.ts.map +1 -0
- package/src/daemon/server/file-watching/changed-projects.d.ts +1 -0
- package/src/daemon/server/file-watching/changed-projects.d.ts.map +1 -0
- package/src/daemon/server/file-watching/file-watcher-sockets.d.ts +1 -0
- package/src/daemon/server/file-watching/file-watcher-sockets.d.ts.map +1 -0
- package/src/daemon/server/handle-context-file-data.d.ts +1 -0
- package/src/daemon/server/handle-context-file-data.d.ts.map +1 -0
- package/src/daemon/server/handle-flush-sync-generator-changes-to-disk.d.ts +1 -0
- package/src/daemon/server/handle-flush-sync-generator-changes-to-disk.d.ts.map +1 -0
- package/src/daemon/server/handle-force-shutdown.d.ts +1 -0
- package/src/daemon/server/handle-force-shutdown.d.ts.map +1 -0
- package/src/daemon/server/handle-get-files-in-directory.d.ts +1 -0
- package/src/daemon/server/handle-get-files-in-directory.d.ts.map +1 -0
- package/src/daemon/server/handle-get-registered-sync-generators.d.ts +1 -0
- package/src/daemon/server/handle-get-registered-sync-generators.d.ts.map +1 -0
- package/src/daemon/server/handle-get-sync-generator-changes.d.ts +1 -0
- package/src/daemon/server/handle-get-sync-generator-changes.d.ts.map +1 -0
- package/src/daemon/server/handle-glob.d.ts +1 -0
- package/src/daemon/server/handle-glob.d.ts.map +1 -0
- package/src/daemon/server/handle-hash-glob.d.ts +1 -0
- package/src/daemon/server/handle-hash-glob.d.ts.map +1 -0
- package/src/daemon/server/handle-hash-tasks.d.ts +1 -0
- package/src/daemon/server/handle-hash-tasks.d.ts.map +1 -0
- package/src/daemon/server/handle-nx-workspace-files.d.ts +1 -0
- package/src/daemon/server/handle-nx-workspace-files.d.ts.map +1 -0
- package/src/daemon/server/handle-outputs-tracking.d.ts +1 -0
- package/src/daemon/server/handle-outputs-tracking.d.ts.map +1 -0
- package/src/daemon/server/handle-process-in-background.d.ts +1 -0
- package/src/daemon/server/handle-process-in-background.d.ts.map +1 -0
- package/src/daemon/server/handle-request-project-graph.d.ts +1 -0
- package/src/daemon/server/handle-request-project-graph.d.ts.map +1 -0
- package/src/daemon/server/handle-request-shutdown.d.ts +1 -0
- package/src/daemon/server/handle-request-shutdown.d.ts.map +1 -0
- package/src/daemon/server/handle-task-history.d.ts +1 -0
- package/src/daemon/server/handle-task-history.d.ts.map +1 -0
- package/src/daemon/server/handle-tasks-execution-hooks.d.ts +1 -0
- package/src/daemon/server/handle-tasks-execution-hooks.d.ts.map +1 -0
- package/src/daemon/server/handle-update-workspace-context.d.ts +1 -0
- package/src/daemon/server/handle-update-workspace-context.d.ts.map +1 -0
- package/src/daemon/server/logger.d.ts +1 -0
- package/src/daemon/server/logger.d.ts.map +1 -0
- package/src/daemon/server/outputs-tracking.d.ts +1 -0
- package/src/daemon/server/outputs-tracking.d.ts.map +1 -0
- package/src/daemon/server/project-graph-incremental-recomputation.d.ts +1 -0
- package/src/daemon/server/project-graph-incremental-recomputation.d.ts.map +1 -0
- package/src/daemon/server/server.d.ts +1 -0
- package/src/daemon/server/server.d.ts.map +1 -0
- package/src/daemon/server/shutdown-utils.d.ts +1 -0
- package/src/daemon/server/shutdown-utils.d.ts.map +1 -0
- package/src/daemon/server/start.d.ts +1 -0
- package/src/daemon/server/start.d.ts.map +1 -0
- package/src/daemon/server/sync-generators.d.ts +1 -0
- package/src/daemon/server/sync-generators.d.ts.map +1 -0
- package/src/daemon/server/watcher.d.ts +1 -0
- package/src/daemon/server/watcher.d.ts.map +1 -0
- package/src/daemon/socket-utils.d.ts +1 -0
- package/src/daemon/socket-utils.d.ts.map +1 -0
- package/src/daemon/tmp-dir.d.ts +1 -0
- package/src/daemon/tmp-dir.d.ts.map +1 -0
- package/src/devkit-exports.d.ts +1 -0
- package/src/devkit-exports.d.ts.map +1 -0
- package/src/devkit-internals.d.ts +1 -0
- package/src/devkit-internals.d.ts.map +1 -0
- package/src/devkit-testing-exports.d.ts +1 -0
- package/src/devkit-testing-exports.d.ts.map +1 -0
- package/src/executors/noop/noop.impl.d.ts +1 -0
- package/src/executors/noop/noop.impl.d.ts.map +1 -0
- package/src/executors/run-commands/run-commands.impl.d.ts +1 -0
- package/src/executors/run-commands/run-commands.impl.d.ts.map +1 -0
- package/src/executors/run-commands/running-tasks.d.ts +1 -0
- package/src/executors/run-commands/running-tasks.d.ts.map +1 -0
- package/src/executors/run-script/run-script.impl.d.ts +1 -0
- package/src/executors/run-script/run-script.impl.d.ts.map +1 -0
- package/src/executors/utils/convert-nx-executor.d.ts +1 -0
- package/src/executors/utils/convert-nx-executor.d.ts.map +1 -0
- package/src/generators/internal-utils/format-changed-files-with-prettier-if-available.d.ts +1 -0
- package/src/generators/internal-utils/format-changed-files-with-prettier-if-available.d.ts.map +1 -0
- package/src/generators/testing-utils/create-tree-with-empty-workspace.d.ts +1 -0
- package/src/generators/testing-utils/create-tree-with-empty-workspace.d.ts.map +1 -0
- package/src/generators/testing-utils/create-tree.d.ts +1 -0
- package/src/generators/testing-utils/create-tree.d.ts.map +1 -0
- package/src/generators/tree.d.ts +1 -0
- package/src/generators/tree.d.ts.map +1 -0
- package/src/generators/utils/glob.d.ts +1 -0
- package/src/generators/utils/glob.d.ts.map +1 -0
- package/src/generators/utils/json.d.ts +1 -0
- package/src/generators/utils/json.d.ts.map +1 -0
- package/src/generators/utils/nx-json.d.ts +1 -0
- package/src/generators/utils/nx-json.d.ts.map +1 -0
- package/src/generators/utils/project-configuration.d.ts +1 -0
- package/src/generators/utils/project-configuration.d.ts.map +1 -0
- package/src/hasher/create-task-hasher.d.ts +1 -0
- package/src/hasher/create-task-hasher.d.ts.map +1 -0
- package/src/hasher/file-hasher.d.ts +1 -0
- package/src/hasher/file-hasher.d.ts.map +1 -0
- package/src/hasher/hash-plan-inspector.d.ts +1 -0
- package/src/hasher/hash-plan-inspector.d.ts.map +1 -0
- package/src/hasher/hash-task.d.ts +1 -0
- package/src/hasher/hash-task.d.ts.map +1 -0
- package/src/hasher/native-task-hasher-impl.d.ts +1 -0
- package/src/hasher/native-task-hasher-impl.d.ts.map +1 -0
- package/src/hasher/task-hasher.d.ts +1 -0
- package/src/hasher/task-hasher.d.ts.map +1 -0
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -0
- package/src/migrations/update-17-0-0/move-cache-directory.d.ts +1 -0
- package/src/migrations/update-17-0-0/move-cache-directory.d.ts.map +1 -0
- package/src/migrations/update-17-0-0/rm-default-collection-npm-scope.d.ts +1 -0
- package/src/migrations/update-17-0-0/rm-default-collection-npm-scope.d.ts.map +1 -0
- package/src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options.d.ts +1 -0
- package/src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options.d.ts.map +1 -0
- package/src/migrations/update-17-2-0/move-default-base.d.ts +1 -0
- package/src/migrations/update-17-2-0/move-default-base.d.ts.map +1 -0
- package/src/migrations/update-17-3-0/nx-release-path.d.ts +1 -0
- package/src/migrations/update-17-3-0/nx-release-path.d.ts.map +1 -0
- package/src/migrations/update-17-3-0/update-nxw.d.ts +1 -0
- package/src/migrations/update-17-3-0/update-nxw.d.ts.map +1 -0
- package/src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces.d.ts +1 -0
- package/src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces.d.ts.map +1 -0
- package/src/migrations/update-19-2-0/move-workspace-data-directory.d.ts +1 -0
- package/src/migrations/update-19-2-0/move-workspace-data-directory.d.ts.map +1 -0
- package/src/migrations/update-19-2-4/set-project-name.d.ts +1 -0
- package/src/migrations/update-19-2-4/set-project-name.d.ts.map +1 -0
- package/src/migrations/update-20-0-0/move-use-daemon-process.d.ts +1 -0
- package/src/migrations/update-20-0-0/move-use-daemon-process.d.ts.map +1 -0
- package/src/migrations/update-20-0-1/use-legacy-cache.d.ts +1 -0
- package/src/migrations/update-20-0-1/use-legacy-cache.d.ts.map +1 -0
- package/src/migrations/update-21-0-0/release-changelog-config-changes.d.ts +1 -0
- package/src/migrations/update-21-0-0/release-changelog-config-changes.d.ts.map +1 -0
- package/src/migrations/update-21-0-0/release-version-config-changes.d.ts +1 -0
- package/src/migrations/update-21-0-0/release-version-config-changes.d.ts.map +1 -0
- package/src/migrations/update-21-0-0/remove-custom-tasks-runner.d.ts +1 -0
- package/src/migrations/update-21-0-0/remove-custom-tasks-runner.d.ts.map +1 -0
- package/src/migrations/update-21-0-0/remove-legacy-cache.d.ts +1 -0
- package/src/migrations/update-21-0-0/remove-legacy-cache.d.ts.map +1 -0
- package/src/migrations/update-21-1-0/add-gitignore-entry.d.ts +1 -0
- package/src/migrations/update-21-1-0/add-gitignore-entry.d.ts.map +1 -0
- package/src/native/assert-supported-platform.d.ts +1 -0
- package/src/native/assert-supported-platform.d.ts.map +1 -0
- package/src/native/native-file-cache-location.d.ts +1 -0
- package/src/native/native-file-cache-location.d.ts.map +1 -0
- package/src/native/nx.wasm32-wasi.wasm +0 -0
- package/src/native/transform-objects.d.ts +1 -0
- package/src/native/transform-objects.d.ts.map +1 -0
- package/src/nx-cloud/debug-logger.d.ts +1 -0
- package/src/nx-cloud/debug-logger.d.ts.map +1 -0
- package/src/nx-cloud/generators/connect-to-nx-cloud/connect-to-nx-cloud.d.ts +1 -0
- package/src/nx-cloud/generators/connect-to-nx-cloud/connect-to-nx-cloud.d.ts.map +1 -0
- package/src/nx-cloud/models/onboarding-status.d.ts +1 -0
- package/src/nx-cloud/models/onboarding-status.d.ts.map +1 -0
- package/src/nx-cloud/nx-cloud-tasks-runner-shell.d.ts +1 -0
- package/src/nx-cloud/nx-cloud-tasks-runner-shell.d.ts.map +1 -0
- package/src/nx-cloud/resolution-helpers.d.ts +1 -0
- package/src/nx-cloud/resolution-helpers.d.ts.map +1 -0
- package/src/nx-cloud/update-manager.d.ts +1 -0
- package/src/nx-cloud/update-manager.d.ts.map +1 -0
- package/src/nx-cloud/utilities/axios.d.ts +1 -0
- package/src/nx-cloud/utilities/axios.d.ts.map +1 -0
- package/src/nx-cloud/utilities/client.d.ts +1 -0
- package/src/nx-cloud/utilities/client.d.ts.map +1 -0
- package/src/nx-cloud/utilities/environment.d.ts +1 -0
- package/src/nx-cloud/utilities/environment.d.ts.map +1 -0
- package/src/nx-cloud/utilities/get-cloud-options.d.ts +1 -0
- package/src/nx-cloud/utilities/get-cloud-options.d.ts.map +1 -0
- package/src/nx-cloud/utilities/is-workspace-claimed.d.ts +1 -0
- package/src/nx-cloud/utilities/is-workspace-claimed.d.ts.map +1 -0
- package/src/nx-cloud/utilities/onboarding.d.ts +1 -0
- package/src/nx-cloud/utilities/onboarding.d.ts.map +1 -0
- package/src/nx-cloud/utilities/url-shorten.d.ts +1 -0
- package/src/nx-cloud/utilities/url-shorten.d.ts.map +1 -0
- package/src/plugins/js/hasher/hasher.d.ts +1 -0
- package/src/plugins/js/hasher/hasher.d.ts.map +1 -0
- package/src/plugins/js/index.d.ts +1 -0
- package/src/plugins/js/index.d.ts.map +1 -0
- package/src/plugins/js/lock-file/lock-file.d.ts +1 -0
- package/src/plugins/js/lock-file/lock-file.d.ts.map +1 -0
- package/src/plugins/js/lock-file/npm-parser.d.ts +1 -0
- package/src/plugins/js/lock-file/npm-parser.d.ts.map +1 -0
- package/src/plugins/js/lock-file/pnpm-parser.d.ts +1 -0
- package/src/plugins/js/lock-file/pnpm-parser.d.ts.map +1 -0
- package/src/plugins/js/lock-file/project-graph-pruning.d.ts +1 -0
- package/src/plugins/js/lock-file/project-graph-pruning.d.ts.map +1 -0
- package/src/plugins/js/lock-file/utils/package-json.d.ts +1 -0
- package/src/plugins/js/lock-file/utils/package-json.d.ts.map +1 -0
- package/src/plugins/js/lock-file/utils/pnpm-normalizer.d.ts +1 -0
- package/src/plugins/js/lock-file/utils/pnpm-normalizer.d.ts.map +1 -0
- package/src/plugins/js/lock-file/yarn-parser.d.ts +1 -0
- package/src/plugins/js/lock-file/yarn-parser.d.ts.map +1 -0
- package/src/plugins/js/package-json/create-package-json.d.ts +1 -0
- package/src/plugins/js/package-json/create-package-json.d.ts.map +1 -0
- package/src/plugins/js/project-graph/affected/lock-file-changes.d.ts +1 -0
- package/src/plugins/js/project-graph/affected/lock-file-changes.d.ts.map +1 -0
- package/src/plugins/js/project-graph/affected/npm-packages.d.ts +1 -0
- package/src/plugins/js/project-graph/affected/npm-packages.d.ts.map +1 -0
- package/src/plugins/js/project-graph/affected/touched-projects.d.ts +1 -0
- package/src/plugins/js/project-graph/affected/touched-projects.d.ts.map +1 -0
- package/src/plugins/js/project-graph/affected/tsconfig-json-changes.d.ts +1 -0
- package/src/plugins/js/project-graph/affected/tsconfig-json-changes.d.ts.map +1 -0
- package/src/plugins/js/project-graph/build-dependencies/build-dependencies.d.ts +1 -0
- package/src/plugins/js/project-graph/build-dependencies/build-dependencies.d.ts.map +1 -0
- package/src/plugins/js/project-graph/build-dependencies/explicit-package-json-dependencies.d.ts +1 -0
- package/src/plugins/js/project-graph/build-dependencies/explicit-package-json-dependencies.d.ts.map +1 -0
- package/src/plugins/js/project-graph/build-dependencies/explicit-project-dependencies.d.ts +1 -0
- package/src/plugins/js/project-graph/build-dependencies/explicit-project-dependencies.d.ts.map +1 -0
- package/src/plugins/js/project-graph/build-dependencies/strip-source-code.d.ts +1 -0
- package/src/plugins/js/project-graph/build-dependencies/strip-source-code.d.ts.map +1 -0
- package/src/plugins/js/project-graph/build-dependencies/target-project-locator.d.ts +1 -0
- package/src/plugins/js/project-graph/build-dependencies/target-project-locator.d.ts.map +1 -0
- package/src/plugins/js/project-graph/build-dependencies/typescript-import-locator.d.ts +1 -0
- package/src/plugins/js/project-graph/build-dependencies/typescript-import-locator.d.ts.map +1 -0
- package/src/plugins/js/project-graph/build-nodes/build-npm-package-nodes.d.ts +1 -0
- package/src/plugins/js/project-graph/build-nodes/build-npm-package-nodes.d.ts.map +1 -0
- package/src/plugins/js/utils/config.d.ts +1 -0
- package/src/plugins/js/utils/config.d.ts.map +1 -0
- package/src/plugins/js/utils/get-workspace-packages-from-graph.d.ts +1 -0
- package/src/plugins/js/utils/get-workspace-packages-from-graph.d.ts.map +1 -0
- package/src/plugins/js/utils/packages.d.ts +1 -0
- package/src/plugins/js/utils/packages.d.ts.map +1 -0
- package/src/plugins/js/utils/register.d.ts +1 -0
- package/src/plugins/js/utils/register.d.ts.map +1 -0
- package/src/plugins/js/utils/resolve-relative-to-dir.d.ts +1 -0
- package/src/plugins/js/utils/resolve-relative-to-dir.d.ts.map +1 -0
- package/src/plugins/js/utils/typescript.d.ts +1 -0
- package/src/plugins/js/utils/typescript.d.ts.map +1 -0
- package/src/plugins/js/versions.d.ts +1 -0
- package/src/plugins/js/versions.d.ts.map +1 -0
- package/src/plugins/package-json/create-nodes.d.ts +1 -0
- package/src/plugins/package-json/create-nodes.d.ts.map +1 -0
- package/src/plugins/package-json/index.d.ts +1 -0
- package/src/plugins/package-json/index.d.ts.map +1 -0
- package/src/plugins/project-json/build-nodes/project-json.d.ts +1 -0
- package/src/plugins/project-json/build-nodes/project-json.d.ts.map +1 -0
- package/src/project-graph/affected/affected-project-graph-models.d.ts +1 -0
- package/src/project-graph/affected/affected-project-graph-models.d.ts.map +1 -0
- package/src/project-graph/affected/affected-project-graph.d.ts +1 -0
- package/src/project-graph/affected/affected-project-graph.d.ts.map +1 -0
- package/src/project-graph/affected/locators/project-glob-changes.d.ts +1 -0
- package/src/project-graph/affected/locators/project-glob-changes.d.ts.map +1 -0
- package/src/project-graph/affected/locators/workspace-json-changes.d.ts +1 -0
- package/src/project-graph/affected/locators/workspace-json-changes.d.ts.map +1 -0
- package/src/project-graph/affected/locators/workspace-projects.d.ts +1 -0
- package/src/project-graph/affected/locators/workspace-projects.d.ts.map +1 -0
- package/src/project-graph/build-project-graph.d.ts +1 -0
- package/src/project-graph/build-project-graph.d.ts.map +1 -0
- package/src/project-graph/error-types.d.ts +1 -0
- package/src/project-graph/error-types.d.ts.map +1 -0
- package/src/project-graph/file-map-utils.d.ts +1 -0
- package/src/project-graph/file-map-utils.d.ts.map +1 -0
- package/src/project-graph/file-utils.d.ts +1 -0
- package/src/project-graph/file-utils.d.ts.map +1 -0
- package/src/project-graph/nx-deps-cache.d.ts +1 -0
- package/src/project-graph/nx-deps-cache.d.ts.map +1 -0
- package/src/project-graph/operators.d.ts +1 -0
- package/src/project-graph/operators.d.ts.map +1 -0
- package/src/project-graph/plugins/get-plugins.d.ts +1 -0
- package/src/project-graph/plugins/get-plugins.d.ts.map +1 -0
- package/src/project-graph/plugins/in-process-loader.d.ts +1 -0
- package/src/project-graph/plugins/in-process-loader.d.ts.map +1 -0
- package/src/project-graph/plugins/index.d.ts +1 -0
- package/src/project-graph/plugins/index.d.ts.map +1 -0
- package/src/project-graph/plugins/isolation/enabled.d.ts +1 -0
- package/src/project-graph/plugins/isolation/enabled.d.ts.map +1 -0
- package/src/project-graph/plugins/isolation/index.d.ts +1 -0
- package/src/project-graph/plugins/isolation/index.d.ts.map +1 -0
- package/src/project-graph/plugins/isolation/messaging.d.ts +1 -0
- package/src/project-graph/plugins/isolation/messaging.d.ts.map +1 -0
- package/src/project-graph/plugins/isolation/plugin-pool.d.ts +1 -0
- package/src/project-graph/plugins/isolation/plugin-pool.d.ts.map +1 -0
- package/src/project-graph/plugins/isolation/plugin-worker.d.ts +1 -0
- package/src/project-graph/plugins/isolation/plugin-worker.d.ts.map +1 -0
- package/src/project-graph/plugins/load-resolved-plugin.d.ts +1 -0
- package/src/project-graph/plugins/load-resolved-plugin.d.ts.map +1 -0
- package/src/project-graph/plugins/loaded-nx-plugin.d.ts +1 -0
- package/src/project-graph/plugins/loaded-nx-plugin.d.ts.map +1 -0
- package/src/project-graph/plugins/public-api.d.ts +1 -0
- package/src/project-graph/plugins/public-api.d.ts.map +1 -0
- package/src/project-graph/plugins/resolve-plugin.d.ts +1 -0
- package/src/project-graph/plugins/resolve-plugin.d.ts.map +1 -0
- package/src/project-graph/plugins/tasks-execution-hooks.d.ts +1 -0
- package/src/project-graph/plugins/tasks-execution-hooks.d.ts.map +1 -0
- package/src/project-graph/plugins/transpiler.d.ts +1 -0
- package/src/project-graph/plugins/transpiler.d.ts.map +1 -0
- package/src/project-graph/plugins/utils.d.ts +1 -0
- package/src/project-graph/plugins/utils.d.ts.map +1 -0
- package/src/project-graph/project-graph-builder.d.ts +1 -0
- package/src/project-graph/project-graph-builder.d.ts.map +1 -0
- package/src/project-graph/project-graph.d.ts +1 -0
- package/src/project-graph/project-graph.d.ts.map +1 -0
- package/src/project-graph/utils/build-all-workspace-files.d.ts +1 -0
- package/src/project-graph/utils/build-all-workspace-files.d.ts.map +1 -0
- package/src/project-graph/utils/find-project-for-path.d.ts +1 -0
- package/src/project-graph/utils/find-project-for-path.d.ts.map +1 -0
- package/src/project-graph/utils/implicit-project-dependencies.d.ts +1 -0
- package/src/project-graph/utils/implicit-project-dependencies.d.ts.map +1 -0
- package/src/project-graph/utils/normalize-project-nodes.d.ts +1 -0
- package/src/project-graph/utils/normalize-project-nodes.d.ts.map +1 -0
- package/src/project-graph/utils/project-configuration-utils.d.ts +1 -0
- package/src/project-graph/utils/project-configuration-utils.d.ts.map +1 -0
- package/src/project-graph/utils/retrieve-workspace-files.d.ts +1 -0
- package/src/project-graph/utils/retrieve-workspace-files.d.ts.map +1 -0
- package/src/tasks-runner/batch/batch-messages.d.ts +1 -0
- package/src/tasks-runner/batch/batch-messages.d.ts.map +1 -0
- package/src/tasks-runner/batch/run-batch.d.ts +1 -0
- package/src/tasks-runner/batch/run-batch.d.ts.map +1 -0
- package/src/tasks-runner/cache.d.ts +1 -0
- package/src/tasks-runner/cache.d.ts.map +1 -0
- package/src/tasks-runner/create-task-graph.d.ts +1 -0
- package/src/tasks-runner/create-task-graph.d.ts.map +1 -0
- package/src/tasks-runner/default-tasks-runner.d.ts +1 -0
- package/src/tasks-runner/default-tasks-runner.d.ts.map +1 -0
- package/src/tasks-runner/fork.d.ts +1 -0
- package/src/tasks-runner/fork.d.ts.map +1 -0
- package/src/tasks-runner/forked-process-task-runner.d.ts +1 -0
- package/src/tasks-runner/forked-process-task-runner.d.ts.map +1 -0
- package/src/tasks-runner/init-tasks-runner.d.ts +1 -0
- package/src/tasks-runner/init-tasks-runner.d.ts.map +1 -0
- package/src/tasks-runner/is-tui-enabled.d.ts +1 -0
- package/src/tasks-runner/is-tui-enabled.d.ts.map +1 -0
- package/src/tasks-runner/life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/dynamic-run-one-terminal-output-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/dynamic-run-one-terminal-output-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/empty-terminal-output-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/empty-terminal-output-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/formatting-utils.d.ts +1 -0
- package/src/tasks-runner/life-cycles/formatting-utils.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/invoke-runner-terminal-output-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/invoke-runner-terminal-output-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/pretty-time.d.ts +1 -0
- package/src/tasks-runner/life-cycles/pretty-time.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/static-run-many-terminal-output-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/static-run-many-terminal-output-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/static-run-one-terminal-output-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/static-run-one-terminal-output-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/store-run-information-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/store-run-information-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/task-history-life-cycle-old.d.ts +1 -0
- package/src/tasks-runner/life-cycles/task-history-life-cycle-old.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/task-history-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/task-history-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/task-profiling-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/task-profiling-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/task-results-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/task-results-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/task-timings-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/task-timings-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/tui-summary-life-cycle.d.ts +1 -0
- package/src/tasks-runner/life-cycles/tui-summary-life-cycle.d.ts.map +1 -0
- package/src/tasks-runner/life-cycles/view-logs-utils.d.ts +1 -0
- package/src/tasks-runner/life-cycles/view-logs-utils.d.ts.map +1 -0
- package/src/tasks-runner/pseudo-ipc.d.ts +1 -0
- package/src/tasks-runner/pseudo-ipc.d.ts.map +1 -0
- package/src/tasks-runner/pseudo-terminal.d.ts +1 -0
- package/src/tasks-runner/pseudo-terminal.d.ts.map +1 -0
- package/src/tasks-runner/remove-old-cache-records.d.ts +1 -0
- package/src/tasks-runner/remove-old-cache-records.d.ts.map +1 -0
- package/src/tasks-runner/run-command.d.ts +1 -0
- package/src/tasks-runner/run-command.d.ts.map +1 -0
- package/src/tasks-runner/run-command.js +1 -1
- package/src/tasks-runner/running-tasks/batch-process.d.ts +1 -0
- package/src/tasks-runner/running-tasks/batch-process.d.ts.map +1 -0
- package/src/tasks-runner/running-tasks/node-child-process.d.ts +1 -0
- package/src/tasks-runner/running-tasks/node-child-process.d.ts.map +1 -0
- package/src/tasks-runner/running-tasks/noop-child-process.d.ts +1 -0
- package/src/tasks-runner/running-tasks/noop-child-process.d.ts.map +1 -0
- package/src/tasks-runner/running-tasks/running-task.d.ts +1 -0
- package/src/tasks-runner/running-tasks/running-task.d.ts.map +1 -0
- package/src/tasks-runner/running-tasks/shared-running-task.d.ts +1 -0
- package/src/tasks-runner/running-tasks/shared-running-task.d.ts.map +1 -0
- package/src/tasks-runner/task-env.d.ts +1 -0
- package/src/tasks-runner/task-env.d.ts.map +1 -0
- package/src/tasks-runner/task-graph-utils.d.ts +1 -0
- package/src/tasks-runner/task-graph-utils.d.ts.map +1 -0
- package/src/tasks-runner/task-orchestrator.d.ts +1 -0
- package/src/tasks-runner/task-orchestrator.d.ts.map +1 -0
- package/src/tasks-runner/tasks-runner.d.ts +1 -0
- package/src/tasks-runner/tasks-runner.d.ts.map +1 -0
- package/src/tasks-runner/tasks-schedule.d.ts +1 -0
- package/src/tasks-runner/tasks-schedule.d.ts.map +1 -0
- package/src/tasks-runner/utils.d.ts +1 -0
- package/src/tasks-runner/utils.d.ts.map +1 -0
- package/src/utils/ab-testing.d.ts +1 -0
- package/src/utils/ab-testing.d.ts.map +1 -0
- package/src/utils/all-file-data.d.ts +1 -0
- package/src/utils/all-file-data.d.ts.map +1 -0
- package/src/utils/assert-workspace-validity.d.ts +1 -0
- package/src/utils/assert-workspace-validity.d.ts.map +1 -0
- package/src/utils/async-iterator.d.ts +1 -0
- package/src/utils/async-iterator.d.ts.map +1 -0
- package/src/utils/cache-directory.d.ts +1 -0
- package/src/utils/cache-directory.d.ts.map +1 -0
- package/src/utils/child-process.d.ts +1 -0
- package/src/utils/child-process.d.ts.map +1 -0
- package/src/utils/chunkify.d.ts +1 -0
- package/src/utils/chunkify.d.ts.map +1 -0
- package/src/utils/code-frames.d.ts +1 -0
- package/src/utils/code-frames.d.ts.map +1 -0
- package/src/utils/collapse-expanded-outputs.d.ts +1 -0
- package/src/utils/collapse-expanded-outputs.d.ts.map +1 -0
- package/src/utils/command-line-utils.d.ts +1 -0
- package/src/utils/command-line-utils.d.ts.map +1 -0
- package/src/utils/consume-messages-from-socket.d.ts +1 -0
- package/src/utils/consume-messages-from-socket.d.ts.map +1 -0
- package/src/utils/db-connection.d.ts +1 -0
- package/src/utils/db-connection.d.ts.map +1 -0
- package/src/utils/default-base.d.ts +1 -0
- package/src/utils/default-base.d.ts.map +1 -0
- package/src/utils/delayed-spinner.d.ts +1 -0
- package/src/utils/delayed-spinner.d.ts.map +1 -0
- package/src/utils/dotenv.d.ts +1 -0
- package/src/utils/dotenv.d.ts.map +1 -0
- package/src/utils/exit-codes.d.ts +1 -0
- package/src/utils/exit-codes.d.ts.map +1 -0
- package/src/utils/fileutils.d.ts +1 -0
- package/src/utils/fileutils.d.ts.map +1 -0
- package/src/utils/find-matching-projects.d.ts +1 -0
- package/src/utils/find-matching-projects.d.ts.map +1 -0
- package/src/utils/find-workspace-root.d.ts +1 -0
- package/src/utils/find-workspace-root.d.ts.map +1 -0
- package/src/utils/get-package-name-from-import-path.d.ts +1 -0
- package/src/utils/get-package-name-from-import-path.d.ts.map +1 -0
- package/src/utils/git-utils.d.ts +1 -0
- package/src/utils/git-utils.d.ts.map +1 -0
- package/src/utils/git-utils.index-filter.d.ts +1 -0
- package/src/utils/git-utils.index-filter.d.ts.map +1 -0
- package/src/utils/git-utils.tree-filter.d.ts +1 -0
- package/src/utils/git-utils.tree-filter.d.ts.map +1 -0
- package/src/utils/globs.d.ts +1 -0
- package/src/utils/globs.d.ts.map +1 -0
- package/src/utils/handle-errors.d.ts +1 -0
- package/src/utils/handle-errors.d.ts.map +1 -0
- package/src/utils/ignore.d.ts +1 -0
- package/src/utils/ignore.d.ts.map +1 -0
- package/src/utils/installation-directory.d.ts +1 -0
- package/src/utils/installation-directory.d.ts.map +1 -0
- package/src/utils/is-ci.d.ts +1 -0
- package/src/utils/is-ci.d.ts.map +1 -0
- package/src/utils/is-using-prettier.d.ts +1 -0
- package/src/utils/is-using-prettier.d.ts.map +1 -0
- package/src/utils/json-diff.d.ts +1 -0
- package/src/utils/json-diff.d.ts.map +1 -0
- package/src/utils/json.d.ts +1 -0
- package/src/utils/json.d.ts.map +1 -0
- package/src/utils/legacy-task-history.d.ts +1 -0
- package/src/utils/legacy-task-history.d.ts.map +1 -0
- package/src/utils/logger.d.ts +1 -0
- package/src/utils/logger.d.ts.map +1 -0
- package/src/utils/nx-cloud-utils.d.ts +1 -0
- package/src/utils/nx-cloud-utils.d.ts.map +1 -0
- package/src/utils/nx-console-prompt.d.ts +1 -0
- package/src/utils/nx-console-prompt.d.ts.map +1 -0
- package/src/utils/nx-key.d.ts +1 -0
- package/src/utils/nx-key.d.ts.map +1 -0
- package/src/utils/object-sort.d.ts +1 -0
- package/src/utils/object-sort.d.ts.map +1 -0
- package/src/utils/output.d.ts +1 -0
- package/src/utils/output.d.ts.map +1 -0
- package/src/utils/package-json.d.ts +1 -0
- package/src/utils/package-json.d.ts.map +1 -0
- package/src/utils/package-manager.d.ts +1 -0
- package/src/utils/package-manager.d.ts.map +1 -0
- package/src/utils/params.d.ts +1 -0
- package/src/utils/params.d.ts.map +1 -0
- package/src/utils/path.d.ts +1 -0
- package/src/utils/path.d.ts.map +1 -0
- package/src/utils/perf-logging.d.ts +1 -0
- package/src/utils/perf-logging.d.ts.map +1 -0
- package/src/utils/plugins/core-plugins.d.ts +1 -0
- package/src/utils/plugins/core-plugins.d.ts.map +1 -0
- package/src/utils/plugins/index.d.ts +1 -0
- package/src/utils/plugins/index.d.ts.map +1 -0
- package/src/utils/plugins/installed-plugins.d.ts +1 -0
- package/src/utils/plugins/installed-plugins.d.ts.map +1 -0
- package/src/utils/plugins/local-plugins.d.ts +1 -0
- package/src/utils/plugins/local-plugins.d.ts.map +1 -0
- package/src/utils/plugins/output.d.ts +1 -0
- package/src/utils/plugins/output.d.ts.map +1 -0
- package/src/utils/plugins/plugin-capabilities.d.ts +1 -0
- package/src/utils/plugins/plugin-capabilities.d.ts.map +1 -0
- package/src/utils/print-help.d.ts +1 -0
- package/src/utils/print-help.d.ts.map +1 -0
- package/src/utils/project-graph-utils.d.ts +1 -0
- package/src/utils/project-graph-utils.d.ts.map +1 -0
- package/src/utils/promised-based-queue.d.ts +1 -0
- package/src/utils/promised-based-queue.d.ts.map +1 -0
- package/src/utils/require-nx-key.d.ts +1 -0
- package/src/utils/require-nx-key.d.ts.map +1 -0
- package/src/utils/serializable-error.d.ts +1 -0
- package/src/utils/serializable-error.d.ts.map +1 -0
- package/src/utils/serialize-overrides-into-command-line.d.ts +1 -0
- package/src/utils/serialize-overrides-into-command-line.d.ts.map +1 -0
- package/src/utils/serialize-target.d.ts +1 -0
- package/src/utils/serialize-target.d.ts.map +1 -0
- package/src/utils/split-target.d.ts +1 -0
- package/src/utils/split-target.d.ts.map +1 -0
- package/src/utils/strip-indents.d.ts +1 -0
- package/src/utils/strip-indents.d.ts.map +1 -0
- package/src/utils/sync-generators.d.ts +1 -0
- package/src/utils/sync-generators.d.ts.map +1 -0
- package/src/utils/task-history.d.ts +1 -0
- package/src/utils/task-history.d.ts.map +1 -0
- package/src/utils/update-nxw.d.ts +1 -0
- package/src/utils/update-nxw.d.ts.map +1 -0
- package/src/utils/versions.d.ts +1 -0
- package/src/utils/versions.d.ts.map +1 -0
- package/src/utils/workspace-context.d.ts +1 -0
- package/src/utils/workspace-context.d.ts.map +1 -0
- package/src/utils/workspace-root.d.ts +1 -0
- package/src/utils/workspace-root.d.ts.map +1 -0
- package/tasks-runners/default.d.ts +1 -0
- package/tasks-runners/default.d.ts.map +1 -0
package/.eslintrc.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"extends": "../../.eslintrc",
|
2
|
+
"extends": "../../.eslintrc.json",
|
3
3
|
"rules": {},
|
4
|
-
"ignorePatterns": ["!**/*", "**/__fixtures__/**/*"],
|
4
|
+
"ignorePatterns": ["!**/*", "**/__fixtures__/**/*", "node_modules"],
|
5
5
|
"overrides": [
|
6
6
|
{
|
7
7
|
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
|
@@ -102,6 +102,8 @@
|
|
102
102
|
{
|
103
103
|
"buildTargets": ["build-base"],
|
104
104
|
"ignoredDependencies": [
|
105
|
+
"tslib",
|
106
|
+
"nx",
|
105
107
|
"typescript",
|
106
108
|
"@nrwl/angular",
|
107
109
|
"@angular-devkit/build-angular",
|
package/bin/init-local.d.ts
CHANGED
@@ -6,3 +6,4 @@ import { WorkspaceTypeAndRoot } from '../src/utils/find-workspace-root';
|
|
6
6
|
*/
|
7
7
|
export declare function initLocal(workspace: WorkspaceTypeAndRoot): Promise<void>;
|
8
8
|
export declare function rewriteTargetsAndProjects(args: string[]): string[];
|
9
|
+
//# sourceMappingURL=init-local.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"init-local.d.ts","sourceRoot":"","sources":["../../../../packages/nx/bin/init-local.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AAIxE;;;;GAIG;AACH,wBAAsB,SAAS,CAAC,SAAS,EAAE,oBAAoB,iBA6C9D;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,MAAM,EAAE,YA6BvD"}
|
package/bin/nx-cloud.d.ts
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"nx-cloud.d.ts","sourceRoot":"","sources":["../../../../packages/nx/bin/nx-cloud.ts"],"names":[],"mappings":";AAOA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6CAA6C,CAAC;AAa1F,wBAAsB,8BAA8B,CAClD,OAAO,EAAE,sBAAsB,gBA0ChC"}
|
package/bin/nx.d.ts
CHANGED
package/bin/nx.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"nx.d.ts","sourceRoot":"","sources":["../../../../packages/nx/bin/nx.ts"],"names":[],"mappings":""}
|
package/bin/post-install.d.ts
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"post-install.d.ts","sourceRoot":"","sources":["../../../../packages/nx/bin/post-install.ts"],"names":[],"mappings":""}
|
package/bin/run-executor.d.ts
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"run-executor.d.ts","sourceRoot":"","sources":["../../../../packages/nx/bin/run-executor.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "nx",
|
3
|
-
"version": "21.
|
3
|
+
"version": "21.4.0-canary.20250719-34c5b61",
|
4
4
|
"private": false,
|
5
5
|
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
|
6
6
|
"repository": {
|
@@ -83,16 +83,16 @@
|
|
83
83
|
}
|
84
84
|
},
|
85
85
|
"optionalDependencies": {
|
86
|
-
"@nx/nx-darwin-arm64": "21.
|
87
|
-
"@nx/nx-darwin-x64": "21.
|
88
|
-
"@nx/nx-freebsd-x64": "21.
|
89
|
-
"@nx/nx-linux-arm-gnueabihf": "21.
|
90
|
-
"@nx/nx-linux-arm64-gnu": "21.
|
91
|
-
"@nx/nx-linux-arm64-musl": "21.
|
92
|
-
"@nx/nx-linux-x64-gnu": "21.
|
93
|
-
"@nx/nx-linux-x64-musl": "21.
|
94
|
-
"@nx/nx-win32-arm64-msvc": "21.
|
95
|
-
"@nx/nx-win32-x64-msvc": "21.
|
86
|
+
"@nx/nx-darwin-arm64": "21.4.0-canary.20250719-34c5b61",
|
87
|
+
"@nx/nx-darwin-x64": "21.4.0-canary.20250719-34c5b61",
|
88
|
+
"@nx/nx-freebsd-x64": "21.4.0-canary.20250719-34c5b61",
|
89
|
+
"@nx/nx-linux-arm-gnueabihf": "21.4.0-canary.20250719-34c5b61",
|
90
|
+
"@nx/nx-linux-arm64-gnu": "21.4.0-canary.20250719-34c5b61",
|
91
|
+
"@nx/nx-linux-arm64-musl": "21.4.0-canary.20250719-34c5b61",
|
92
|
+
"@nx/nx-linux-x64-gnu": "21.4.0-canary.20250719-34c5b61",
|
93
|
+
"@nx/nx-linux-x64-musl": "21.4.0-canary.20250719-34c5b61",
|
94
|
+
"@nx/nx-win32-arm64-msvc": "21.4.0-canary.20250719-34c5b61",
|
95
|
+
"@nx/nx-win32-x64-msvc": "21.4.0-canary.20250719-34c5b61"
|
96
96
|
},
|
97
97
|
"nx-migrations": {
|
98
98
|
"migrations": "./migrations.json",
|
@@ -165,10 +165,10 @@
|
|
165
165
|
"x86_64-unknown-freebsd"
|
166
166
|
]
|
167
167
|
},
|
168
|
-
"types": "./bin/nx.d.ts",
|
169
168
|
"main": "./bin/nx.js",
|
169
|
+
"types": "./bin/nx.d.ts",
|
170
170
|
"type": "commonjs",
|
171
171
|
"scripts": {
|
172
|
-
"postinstall": "node ./bin/post-install"
|
172
|
+
"postinstall": "node ./bin/post-install || exit 0"
|
173
173
|
}
|
174
174
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"package-json.d.ts","sourceRoot":"","sources":["../../../../packages/nx/plugins/package-json.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AAGjF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,CAAC,IAAI,EAAE,MAAM,GAAG,oBAAoB,CAAC;CACtC,CAAC;AAIF,wBAAgB,iCAAiC,kCAMhD"}
|
package/project.json
ADDED
@@ -0,0 +1,179 @@
|
|
1
|
+
{
|
2
|
+
"name": "nx",
|
3
|
+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
4
|
+
"sourceRoot": "packages/nx",
|
5
|
+
"projectType": "library",
|
6
|
+
"implicitDependencies": ["graph-client"],
|
7
|
+
"release": {
|
8
|
+
"version": {
|
9
|
+
"generator": "@nx/js:release-version"
|
10
|
+
}
|
11
|
+
},
|
12
|
+
"targets": {
|
13
|
+
"build-native-wasm": {
|
14
|
+
"cache": true,
|
15
|
+
"inputs": ["native"],
|
16
|
+
"outputs": [
|
17
|
+
"{projectRoot}/src/native/*.wasm",
|
18
|
+
"{projectRoot}/src/native/*.js",
|
19
|
+
"{projectRoot}/src/native/*.cjs",
|
20
|
+
"{projectRoot}/src/native/*.mjs",
|
21
|
+
"{projectRoot}/src/native/index.d.ts"
|
22
|
+
],
|
23
|
+
"executor": "@monodon/rust:napi",
|
24
|
+
"options": {
|
25
|
+
"target": "wasm32-wasip1-threads",
|
26
|
+
"dist": "packages/nx/src/native",
|
27
|
+
"jsFile": "native-bindings.js",
|
28
|
+
"release": true
|
29
|
+
}
|
30
|
+
},
|
31
|
+
"build-native": {
|
32
|
+
"outputs": [
|
33
|
+
"{projectRoot}/src/native/*.node",
|
34
|
+
"{projectRoot}/src/native/*.js",
|
35
|
+
"{projectRoot}/src/native/index.d.ts"
|
36
|
+
],
|
37
|
+
"executor": "@monodon/rust:napi",
|
38
|
+
"options": {
|
39
|
+
"dist": "packages/nx/src/native",
|
40
|
+
"jsFile": "native-bindings.js",
|
41
|
+
"release": true
|
42
|
+
},
|
43
|
+
"configurations": {
|
44
|
+
"local": {
|
45
|
+
"release": false
|
46
|
+
}
|
47
|
+
}
|
48
|
+
},
|
49
|
+
"copy-native-package-directories": {
|
50
|
+
"command": "node scripts/copy.js dist/packages/nx/native-packages/* dist/packages"
|
51
|
+
},
|
52
|
+
"artifacts": {
|
53
|
+
"dependsOn": ["copy-native-package-directories"],
|
54
|
+
"command": "pnpm napi artifacts --package-json-path dist/packages/nx/package.json -d ./artifacts --npm-dir dist/packages"
|
55
|
+
},
|
56
|
+
"echo": {
|
57
|
+
"command": "echo hi"
|
58
|
+
},
|
59
|
+
"build": {
|
60
|
+
"dependsOn": [
|
61
|
+
"^build-client",
|
62
|
+
"build-base",
|
63
|
+
"build-native",
|
64
|
+
"legacy-post-build"
|
65
|
+
],
|
66
|
+
"inputs": [
|
67
|
+
"production",
|
68
|
+
"^production",
|
69
|
+
{
|
70
|
+
"dependentTasksOutputFiles": "**/*.node"
|
71
|
+
}
|
72
|
+
],
|
73
|
+
"executor": "nx:run-commands",
|
74
|
+
"outputs": [
|
75
|
+
"{workspaceRoot}/dist/packages/nx/**/*.{node,wasm,js,mjs,cjs}",
|
76
|
+
"{workspaceRoot}/dist/packages/nx/src/core/graph",
|
77
|
+
"{workspaceRoot}/dist/packages/nx/bin/nx.js",
|
78
|
+
"{workspaceRoot}/dist/packages/nx/README.md"
|
79
|
+
],
|
80
|
+
"options": {
|
81
|
+
"commands": [
|
82
|
+
{
|
83
|
+
"command": "node ./scripts/copy-local-native.js nx"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"command": "node ./scripts/copy-graph-client.js"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"command": "node ./scripts/chmod dist/packages/nx/bin/nx.js"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"command": "node ./scripts/copy-readme.js nx"
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"parallel": false
|
96
|
+
}
|
97
|
+
},
|
98
|
+
"test-native": {},
|
99
|
+
"format-native": {
|
100
|
+
"command": "cargo fmt",
|
101
|
+
"cache": true,
|
102
|
+
"inputs": ["native"],
|
103
|
+
"options": {
|
104
|
+
"cwd": "{projectRoot}/src/native",
|
105
|
+
"args": ["--all", "--check"]
|
106
|
+
},
|
107
|
+
"configurations": {
|
108
|
+
"fix": {
|
109
|
+
"args": ["--all"]
|
110
|
+
}
|
111
|
+
}
|
112
|
+
},
|
113
|
+
"lint-native": {
|
114
|
+
"command": "cargo clippy",
|
115
|
+
"cache": true,
|
116
|
+
"inputs": ["native"],
|
117
|
+
"options": {
|
118
|
+
"cwd": "{projectRoot}/src/native",
|
119
|
+
"args": ["--frozen"]
|
120
|
+
},
|
121
|
+
"configurations": {
|
122
|
+
"fix": {
|
123
|
+
"args": []
|
124
|
+
}
|
125
|
+
}
|
126
|
+
},
|
127
|
+
"legacy-post-build": {
|
128
|
+
"executor": "@nx/workspace-plugin:legacy-post-build",
|
129
|
+
"options": {
|
130
|
+
"main": "./bin/nx.js",
|
131
|
+
"types": "./bin/nx.d.ts",
|
132
|
+
"tsConfig": "./tsconfig.lib.json",
|
133
|
+
"assets": [
|
134
|
+
{
|
135
|
+
"input": "packages/nx",
|
136
|
+
"glob": ".npmignore",
|
137
|
+
"output": "/"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"input": "packages/nx",
|
141
|
+
"glob": "**/files/**",
|
142
|
+
"output": "/"
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"input": "packages/nx",
|
146
|
+
"glob": "**/files/**/.gitkeep",
|
147
|
+
"output": "/"
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"input": "packages/nx",
|
151
|
+
"glob": "**/*.json",
|
152
|
+
"ignore": [
|
153
|
+
"**/tsconfig*.json",
|
154
|
+
"**/project.json",
|
155
|
+
"**/__fixtures__/**"
|
156
|
+
],
|
157
|
+
"output": "/"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"input": "packages/nx",
|
161
|
+
"glob": "**/*.{mjs,cjs,js,css,html,svg,wasm}",
|
162
|
+
"ignore": ["**/jest.config.js"],
|
163
|
+
"output": "/"
|
164
|
+
},
|
165
|
+
{
|
166
|
+
"input": "packages/nx",
|
167
|
+
"glob": "**/*.d.ts",
|
168
|
+
"output": "/"
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"input": "",
|
172
|
+
"glob": "LICENSE",
|
173
|
+
"output": "/"
|
174
|
+
}
|
175
|
+
]
|
176
|
+
}
|
177
|
+
}
|
178
|
+
}
|
179
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/nx/release/changelog-renderer/index.ts"],"names":[],"mappings":"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"}
|
package/release/index.d.ts
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/nx/release/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EACL,aAAa,EACb,OAAO,EACP,gBAAgB,EAChB,cAAc,EACd,cAAc,EACd,cAAc,EACd,yBAAyB,GAC1B,MAAM,6BAA6B,CAAC"}
|
@@ -8,3 +8,4 @@ export declare function isAngularPluginInstalled(): boolean;
|
|
8
8
|
export declare function toNewFormat(w: any): ProjectsConfigurations;
|
9
9
|
export declare function toOldFormat(w: any): any;
|
10
10
|
export declare function renamePropertyWithStableKeys(obj: any, from: string, to: string): void;
|
11
|
+
//# sourceMappingURL=angular-json.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"angular-json.d.ts","sourceRoot":"","sources":["../../../../../packages/nx/src/adapter/angular-json.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAEtD,eAAO,MAAM,2BAA2B,2BAA2B,CAAC;AAEpE,eAAO,MAAM,mBAAmB,EAAE,UAmBjC,CAAC;AAEF,eAAe,mBAAmB,CAAC;AAEnC,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,MAAM,EACZ,8BAA8B,EAAE,OAAO,GACtC,OAAO,CAaT;AAED,wBAAgB,wBAAwB,YAQvC;AAQD,wBAAgB,WAAW,CAAC,CAAC,EAAE,GAAG,GAAG,sBAAsB,CA+B1D;AAED,wBAAgB,WAAW,CAAC,CAAC,EAAE,GAAG,OA+BjC;AAID,wBAAgB,4BAA4B,CAC1C,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,MAAM,EACZ,EAAE,EAAE,MAAM,QAaX"}
|
package/src/adapter/compat.d.ts
CHANGED
@@ -1,2 +1,3 @@
|
|
1
1
|
export declare const allowedProjectExtensions: readonly ["tags", "implicitDependencies", "configFilePath", "$schema", "generators", "namedInputs", "name", "files", "root", "sourceRoot", "projectType", "release", "includedScripts", "metadata"];
|
2
2
|
export declare const allowedWorkspaceExtensions: readonly ["$schema", "implicitDependencies", "affected", "defaultBase", "tasksRunnerOptions", "workspaceLayout", "plugins", "targetDefaults", "files", "generators", "namedInputs", "extends", "cli", "pluginsConfig", "defaultProject", "installation", "release", "nxCloudAccessToken", "nxCloudId", "nxCloudUrl", "nxCloudEncryptionKey", "parallel", "cacheDirectory", "useDaemonProcess", "useInferencePlugins", "neverConnectToCloud", "sync", "useLegacyCache", "maxCacheSize", "tui"];
|
3
|
+
//# sourceMappingURL=compat.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"compat.d.ts","sourceRoot":"","sources":["../../../../../packages/nx/src/adapter/compat.ts"],"names":[],"mappings":"AAgCA,eAAO,MAAM,wBAAwB,qMAe3B,CAAC;AAQX,eAAO,MAAM,0BAA0B,+dA+B7B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"decorate-cli.d.ts","sourceRoot":"","sources":["../../../../../packages/nx/src/adapter/decorate-cli.ts"],"names":[],"mappings":"AAKA,wBAAgB,WAAW,SAmB1B"}
|
@@ -99,3 +99,4 @@ export declare const getLogger: (isVerbose?: boolean) => logging.Logger;
|
|
99
99
|
*/
|
100
100
|
export declare function restoreNxTokensInOptions<T extends Object | Array<unknown>>(newOptions: T, previousOptions: T, project: ProjectConfiguration): T;
|
101
101
|
export {};
|
102
|
+
//# sourceMappingURL=ngcli-adapter.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ngcli-adapter.d.ts","sourceRoot":"","sources":["../../../../../packages/nx/src/adapter/ngcli-adapter.ts"],"names":[],"mappings":"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"}
|
@@ -107,3 +107,4 @@ export declare function latestValueFrom<T>(source: Observable<T>): AsyncGenerato
|
|
107
107
|
* @param source the Observable source to await values from
|
108
108
|
*/
|
109
109
|
export declare function nextValueFrom<T>(source: Observable<T>): AsyncGenerator<T, void, void>;
|
110
|
+
//# sourceMappingURL=rxjs-for-await.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"rxjs-for-await.d.ts","sourceRoot":"","sources":["../../../../../packages/nx/src/adapter/rxjs-for-await.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,qBAAa,QAAQ,CAAC,CAAC;IACrB,OAAO,EAAE,CAAC,KAAK,EAAE,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,KAAK,IAAI,CAAS;IACrD,MAAM,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,KAAK,IAAI,CAAS;IACvC,OAAO,aAGJ;CACJ;AAID;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAuB,aAAa,CAAC,CAAC,EACpC,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,GACpB,qBAAqB,CAAC,CAAC,CAAC,CAsD1B;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAuB,kBAAkB,CAAC,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,sCA+DjE;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAuB,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,sCA+D9D;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAuB,aAAa,CAAC,CAAC,EACpC,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC,GACpB,cAAc,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAgD/B"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"add.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/add/add.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AASnD,wBAAgB,UAAU,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,MAAM,CAAC,CAc/D;AA+HD,eAAO,MAAM,oBAAoB,qBAUhC,CAAC"}
|
@@ -4,7 +4,6 @@ exports.coreNxPluginVersions = void 0;
|
|
4
4
|
exports.addHandler = addHandler;
|
5
5
|
const child_process_1 = require("child_process");
|
6
6
|
const fs_1 = require("fs");
|
7
|
-
const ora = require("ora");
|
8
7
|
const nx_json_1 = require("../../config/nx-json");
|
9
8
|
const child_process_2 = require("../../utils/child-process");
|
10
9
|
const fileutils_1 = require("../../utils/fileutils");
|
@@ -17,6 +16,7 @@ const workspace_root_1 = require("../../utils/workspace-root");
|
|
17
16
|
const add_nx_scripts_1 = require("../init/implementation/dot-nx/add-nx-scripts");
|
18
17
|
const semver_1 = require("semver");
|
19
18
|
const configure_plugins_1 = require("../init/configure-plugins");
|
19
|
+
const ora = require("ora");
|
20
20
|
function addHandler(options) {
|
21
21
|
return (0, handle_errors_1.handleErrors)(options.verbose, async () => {
|
22
22
|
output_1.output.addNewline();
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"command-object.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/add/command-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAGtC,MAAM,WAAW,UAAU;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sBAAsB,EAAE,MAAM,EAAE,CAAC;CAClC;AAED,eAAO,MAAM,eAAe,EAAE,aAAa,CAAC,EAAE,EAAE,UAAU,CAoCzD,CAAC"}
|
@@ -8,3 +8,4 @@ export declare function affected(command: 'graph' | 'print-affected' | 'affected
|
|
8
8
|
loadDotEnvFiles: boolean;
|
9
9
|
}): Promise<void>;
|
10
10
|
export declare function getAffectedGraphNodes(nxArgs: NxArgs, projectGraph: ProjectGraph): Promise<ProjectGraphProjectNode[]>;
|
11
|
+
//# sourceMappingURL=affected.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"affected.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/affected/affected.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAQ7D,OAAO,EACL,YAAY,EACZ,uBAAuB,EACxB,MAAM,4BAA4B,CAAC;AAGpC,OAAO,EAAE,sBAAsB,EAAE,MAAM,0CAA0C,CAAC;AAMlF,wBAAsB,QAAQ,CAC5B,OAAO,EAAE,OAAO,GAAG,gBAAgB,GAAG,UAAU,EAChD,IAAI,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,EAC1B,uBAAuB,GAAE,MAAM,CAC7B,MAAM,EACN,CAAC,sBAAsB,GAAG,MAAM,CAAC,EAAE,CAC/B,EACN,YAAY,GAGP;IACH,uBAAuB,EAAE,OAAO,CAAC;IACjC,eAAe,EAAE,OAAO,CAAC;CAC1B,GACA,OAAO,CAAC,IAAI,CAAC,CA8Df;AAED,wBAAsB,qBAAqB,CACzC,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,GACzB,OAAO,CAAC,uBAAuB,EAAE,CAAC,CAuBpC"}
|
@@ -4,3 +4,4 @@ export declare const yargsAffectedTestCommand: CommandModule;
|
|
4
4
|
export declare const yargsAffectedBuildCommand: CommandModule;
|
5
5
|
export declare const yargsAffectedLintCommand: CommandModule;
|
6
6
|
export declare const yargsAffectedE2ECommand: CommandModule;
|
7
|
+
//# sourceMappingURL=command-object.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"command-object.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/affected/command-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AActC,eAAO,MAAM,oBAAoB,EAAE,aAwClC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,aAwBtC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,aAwBvC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,aAwBtC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,aAwBrC,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"command-object.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/daemon/command-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAQ,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,kBAAkB,EAAE,aAOhC,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"daemon.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/daemon/daemon.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,wBAAsB,aAAa,CAAC,IAAI,EAAE,SAAS,iBAmBlD"}
|
@@ -7,3 +7,4 @@ export declare const yargsAffectedGraphCommand: CommandModule;
|
|
7
7
|
* @deprecated 'Use `nx show --affected`, `nx affected --graph` or `nx graph --affected` depending on which best suits your use case. The `print-affected` command will be removed in Nx 19.'
|
8
8
|
*/
|
9
9
|
export declare const yargsPrintAffectedCommand: CommandModule;
|
10
|
+
//# sourceMappingURL=command-objects.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"command-objects.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/deprecated/command-objects.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAatC;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,aAYvC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,aAuBvC,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"examples.d.ts","sourceRoot":"","sources":["../../../../../packages/nx/src/command-line/examples.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,EAAE,CAgc9C,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"command-object.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/exec/command-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAOtC,eAAO,MAAM,gBAAgB,EAAE,aAa9B,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"exec.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/exec/exec.ts"],"names":[],"mappings":"AA8BA,wBAAsB,aAAa,CACjC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,OAAO,CAAC,GAChD,OAAO,CAAC,OAAO,CAAC,CA8BlB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"command-object.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/format/command-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAQ,MAAM,OAAO,CAAC;AAI5C,eAAO,MAAM,uBAAuB,EAAE,aASrC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,aAUrC,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/format/format.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA2B/B,wBAAsB,MAAM,CAC1B,OAAO,EAAE,OAAO,GAAG,OAAO,EAC1B,IAAI,EAAE,KAAK,CAAC,SAAS,GACpB,OAAO,CAAC,IAAI,CAAC,CA8Df"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"command-object.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/generate/command-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,OAAO,CAAC;AAG5C,eAAO,MAAM,oBAAoB,EAAE,aAYlC,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/generate/generate.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,UAAU,EAAwB,MAAM,uBAAuB,CAAC;AAMzE,OAAO,EAEL,OAAO,EACP,MAAM,EACP,MAAM,oBAAoB,CAAC;AAU5B,MAAM,WAAW,eAAe;IAC9B,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,wBAAgB,YAAY,CAAC,WAAW,EAAE,UAAU,EAAE,QAUrD;AAwJD,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG;IACnD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB,CAaA;AAmED,wBAAgB,YAAY,CAC1B,IAAI,EAAE,eAAe,EACrB,MAAM,EAAE,MAAM,EACd,uBAAuB,EAAE,MAAM,EAC/B,OAAO,EAAE,MAAM,EAAE,QAelB;AAED,wBAAsB,QAAQ,CAAC,IAAI,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,mBAsHxD"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"generator-utils.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/generate/generator-utils.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,cAAc,EACd,mBAAmB,EACpB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAShF,MAAM,MAAM,oBAAoB,GAAG;IACjC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,uBAAuB,EAAE,MAAM,CAAC;IAChC,MAAM,EAAE,GAAG,CAAC;IACZ,qBAAqB,EAAE,MAAM,SAAS,CAAC,OAAO,CAAC,CAAC;IAChD,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IACvB,sBAAsB,EAAE,mBAAmB,CAAC;CAC7C,CAAC;AAEF,wBAAgB,uBAAuB,CACrC,cAAc,EAAE,MAAM,EACtB,aAAa,EAAE,MAAM,EACrB,IAAI,EAAE,MAAM,GAAG,IAAI,EACnB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,GAC7C,oBAAoB,CAoDtB;AAED,wBAAgB,kBAAkB,CAChC,cAAc,EAAE,MAAM,EACtB,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,MAAM,GAAG,IAAI,EACnB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,GAC7C;IACD,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,uBAAuB,EAAE,MAAM,CAAC;IAChC,sBAAsB,EAAE,MAAM,CAAC;CAChC,CAmDA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"command-object.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/graph/command-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAQ5C,eAAO,MAAM,iBAAiB,EAAE,aAoB/B,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,IAAI;;;;;;;;;;;;;;;;;;;;;;GAiE3C"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"graph.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/graph/graph.ts"],"names":[],"mappings":"AA0BA,OAAO,EAEL,cAAc,EACd,YAAY,EACZ,sBAAsB,EACtB,uBAAuB,EACxB,MAAM,4BAA4B,CAAC;AAMpC,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAuBpD,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,uBAAuB,EAAE,CAAC;IACpC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,sBAAsB,EAAE,CAAC,CAAC;IACvD,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IAC7C,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,0BAA0B,CAAC,EAAE,MAAM,EAAE,CAAC;CACvC;AAED,MAAM,WAAW,uBAAuB;IACtC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IACjC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAChC;AAED,MAAM,WAAW,yBAAyB;IACxC,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;CAC5C;AAiJD,wBAAsB,aAAa,CACjC,IAAI,EAAE;IACJ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,EAAE,UAAU,GAAG,OAAO,GAAG,iBAAiB,CAAC;IAC/C,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,EACD,gBAAgB,EAAE,MAAM,EAAE,GACzB,OAAO,CAAC,IAAI,CAAC,CAuSf;AAwoBD;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IACrC;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;CACrB"}
|
@@ -7,7 +7,7 @@ const node_fs_1 = require("node:fs");
|
|
7
7
|
const http = require("http");
|
8
8
|
const minimatch_1 = require("minimatch");
|
9
9
|
const node_url_1 = require("node:url");
|
10
|
-
const open = require(
|
10
|
+
const open = require('open');
|
11
11
|
const path_1 = require("path");
|
12
12
|
const net = require("net");
|
13
13
|
const perf_hooks_1 = require("perf_hooks");
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"command-object.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/import/command-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAKtC,eAAO,MAAM,kBAAkB,EAAE,aA+ChC,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"import.d.ts","sourceRoot":"","sources":["../../../../../../packages/nx/src/command-line/import/import.ts"],"names":[],"mappings":"AAsCA,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,aAAa,CAAC,OAAO,EAAE,aAAa,iBA4TzD"}
|