@nx/angular 0.0.0-pr-22179-271588f
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/LICENSE +22 -0
- package/README.md +68 -0
- package/esm2022/index.mjs +2 -0
- package/esm2022/mf/index.mjs +2 -0
- package/esm2022/mf/mf.mjs +48 -0
- package/esm2022/mf/nx-angular-mf.mjs +5 -0
- package/esm2022/nx-angular.mjs +5 -0
- package/esm2022/src/runtime/nx/data-persistence.mjs +344 -0
- package/esm2022/testing/index.mjs +2 -0
- package/esm2022/testing/nx-angular-testing.mjs +5 -0
- package/esm2022/testing/src/testing-utils.mjs +36 -0
- package/executors.d.ts +16 -0
- package/executors.js +17 -0
- package/executors.json +61 -0
- package/fesm2022/nx-angular-mf.mjs +54 -0
- package/fesm2022/nx-angular-mf.mjs.map +1 -0
- package/fesm2022/nx-angular-testing.mjs +43 -0
- package/fesm2022/nx-angular-testing.mjs.map +1 -0
- package/fesm2022/nx-angular.mjs +351 -0
- package/fesm2022/nx-angular.mjs.map +1 -0
- package/generators.d.ts +30 -0
- package/generators.js +35 -0
- package/generators.json +186 -0
- package/index.d.ts +1 -0
- package/index.js +8 -0
- package/mf/index.d.ts +1 -0
- package/mf/index.js +7 -0
- package/mf/mf.d.ts +4 -0
- package/mf/mf.js +53 -0
- package/mf/ng-package.json +6 -0
- package/migrations.json +1717 -0
- package/module-federation/index.d.ts +2 -0
- package/module-federation/index.js +7 -0
- package/ng-package.json +31 -0
- package/package.json +109 -0
- package/plugins/component-testing.d.ts +20 -0
- package/plugins/component-testing.js +325 -0
- package/src/builders/dev-server/dev-server.impl.d.ts +4 -0
- package/src/builders/dev-server/dev-server.impl.js +160 -0
- package/src/builders/dev-server/lib/index.d.ts +2 -0
- package/src/builders/dev-server/lib/index.js +5 -0
- package/src/builders/dev-server/lib/normalize-options.d.ts +2 -0
- package/src/builders/dev-server/lib/normalize-options.js +20 -0
- package/src/builders/dev-server/lib/validate-options.d.ts +2 -0
- package/src/builders/dev-server/lib/validate-options.js +22 -0
- package/src/builders/dev-server/schema.d.ts +39 -0
- package/src/builders/dev-server/schema.json +153 -0
- package/src/builders/module-federation-dev-ssr/module-federation-dev-ssr.impl.d.ts +4 -0
- package/src/builders/module-federation-dev-ssr/module-federation-dev-ssr.impl.js +99 -0
- package/src/builders/module-federation-dev-ssr/schema.d.ts +17 -0
- package/src/builders/module-federation-dev-ssr/schema.json +90 -0
- package/src/builders/utilities/buildable-libs.d.ts +9 -0
- package/src/builders/utilities/buildable-libs.js +15 -0
- package/src/builders/utilities/module-federation.d.ts +6 -0
- package/src/builders/utilities/module-federation.js +95 -0
- package/src/builders/utilities/webpack.d.ts +6 -0
- package/src/builders/utilities/webpack.js +45 -0
- package/src/builders/webpack-browser/schema.d.ts +13 -0
- package/src/builders/webpack-browser/schema.json +600 -0
- package/src/builders/webpack-browser/webpack-browser.impl.d.ts +5 -0
- package/src/builders/webpack-browser/webpack-browser.impl.js +79 -0
- package/src/builders/webpack-server/schema.d.ts +8 -0
- package/src/builders/webpack-server/schema.json +321 -0
- package/src/builders/webpack-server/validate-options.d.ts +2 -0
- package/src/builders/webpack-server/validate-options.js +33 -0
- package/src/builders/webpack-server/webpack-server.impl.d.ts +5 -0
- package/src/builders/webpack-server/webpack-server.impl.js +61 -0
- package/src/executors/application/application.impl.d.ts +3 -0
- package/src/executors/application/application.impl.js +37 -0
- package/src/executors/application/schema.d.ts +8 -0
- package/src/executors/application/schema.json +678 -0
- package/src/executors/application/utils/validate-options.d.ts +2 -0
- package/src/executors/application/utils/validate-options.js +47 -0
- package/src/executors/browser-esbuild/browser-esbuild.impl.d.ts +9 -0
- package/src/executors/browser-esbuild/browser-esbuild.impl.js +34 -0
- package/src/executors/browser-esbuild/schema.d.ts +7 -0
- package/src/executors/browser-esbuild/schema.json +585 -0
- package/src/executors/delegate-build/delegate-build.impl.d.ts +8 -0
- package/src/executors/delegate-build/delegate-build.impl.js +17 -0
- package/src/executors/delegate-build/schema.d.ts +6 -0
- package/src/executors/delegate-build/schema.json +34 -0
- package/src/executors/extract-i18n/extract-i18n.impl.d.ts +3 -0
- package/src/executors/extract-i18n/extract-i18n.impl.js +43 -0
- package/src/executors/extract-i18n/schema.d.ts +8 -0
- package/src/executors/extract-i18n/schema.json +45 -0
- package/src/executors/module-federation-dev-server/lib/build-static-remotes.d.ts +4 -0
- package/src/executors/module-federation-dev-server/lib/build-static-remotes.js +48 -0
- package/src/executors/module-federation-dev-server/lib/index.d.ts +5 -0
- package/src/executors/module-federation-dev-server/lib/index.js +8 -0
- package/src/executors/module-federation-dev-server/lib/normalize-options.d.ts +2 -0
- package/src/executors/module-federation-dev-server/lib/normalize-options.js +23 -0
- package/src/executors/module-federation-dev-server/lib/parse-static-remotes-config.d.ts +11 -0
- package/src/executors/module-federation-dev-server/lib/parse-static-remotes-config.js +18 -0
- package/src/executors/module-federation-dev-server/lib/start-dev-remotes.d.ts +9 -0
- package/src/executors/module-federation-dev-server/lib/start-dev-remotes.js +29 -0
- package/src/executors/module-federation-dev-server/lib/start-static-remotes-file-server.d.ts +9 -0
- package/src/executors/module-federation-dev-server/lib/start-static-remotes-file-server.js +46 -0
- package/src/executors/module-federation-dev-server/module-federation-dev-server.impl.d.ts +4 -0
- package/src/executors/module-federation-dev-server/module-federation-dev-server.impl.js +115 -0
- package/src/executors/module-federation-dev-server/schema.d.ts +43 -0
- package/src/executors/module-federation-dev-server/schema.json +165 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/ng-packagr.d.ts +3 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/ng-packagr.js +34 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/compile-ngc.di.d.ts +14 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/compile-ngc.di.js +27 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/compile-ngc.transform.d.ts +12 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/compile-ngc.transform.js +52 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/entry-point.di.d.ts +15 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/entry-point.di.js +28 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/entry-point.transform.d.ts +30 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/entry-point.transform.js +52 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/write-package.di.d.ts +12 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/write-package.di.js +20 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/write-package.transform.d.ts +9 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/entry-point/write-package.transform.js +319 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/options.di.d.ts +14 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/options.di.js +34 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/package.di.d.ts +14 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ng-package/package.di.js +37 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ngc/compile-source-files.d.ts +13 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/ngc/compile-source-files.js +178 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/styles/stylesheet-processor.d.ts +42 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/styles/stylesheet-processor.di.d.ts +10 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/styles/stylesheet-processor.di.js +17 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/pre-v17/styles/stylesheet-processor.js +201 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/v17+/ng-package/entry-point/write-bundles.di.d.ts +2 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/v17+/ng-package/entry-point/write-bundles.di.js +12 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/v17+/ng-package/entry-point/write-bundles.transform.d.ts +8 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/v17+/ng-package/entry-point/write-bundles.transform.js +12 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/v17+/ng-package/entry-point/write-package.di.d.ts +8 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/v17+/ng-package/entry-point/write-package.di.js +18 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/v17+/ng-package/entry-point/write-package.transform.d.ts +8 -0
- package/src/executors/ng-packagr-lite/ng-packagr-adjustments/v17+/ng-package/entry-point/write-package.transform.js +285 -0
- package/src/executors/ng-packagr-lite/ng-packagr-lite.impl.d.ts +6 -0
- package/src/executors/ng-packagr-lite/ng-packagr-lite.impl.js +20 -0
- package/src/executors/ng-packagr-lite/schema.json +43 -0
- package/src/executors/package/ng-packagr-adjustments/ng-package/entry-point/compile-ngc.di.d.ts +14 -0
- package/src/executors/package/ng-packagr-adjustments/ng-package/entry-point/compile-ngc.di.js +26 -0
- package/src/executors/package/ng-packagr-adjustments/ng-package/entry-point/compile-ngc.transform.d.ts +12 -0
- package/src/executors/package/ng-packagr-adjustments/ng-package/entry-point/compile-ngc.transform.js +70 -0
- package/src/executors/package/ng-packagr-adjustments/ng-package/entry-point/entry-point.di.d.ts +13 -0
- package/src/executors/package/ng-packagr-adjustments/ng-package/entry-point/entry-point.di.js +32 -0
- package/src/executors/package/ng-packagr-adjustments/ng-package/options.di.d.ts +14 -0
- package/src/executors/package/ng-packagr-adjustments/ng-package/options.di.js +34 -0
- package/src/executors/package/ng-packagr-adjustments/ng-package/package.di.d.ts +14 -0
- package/src/executors/package/ng-packagr-adjustments/ng-package/package.di.js +37 -0
- package/src/executors/package/ng-packagr-adjustments/ng-packagr.d.ts +3 -0
- package/src/executors/package/ng-packagr-adjustments/ng-packagr.js +28 -0
- package/src/executors/package/ng-packagr-adjustments/ngc/compile-source-files.d.ts +14 -0
- package/src/executors/package/ng-packagr-adjustments/ngc/compile-source-files.js +183 -0
- package/src/executors/package/ng-packagr-adjustments/styles/stylesheet-processor.d.ts +36 -0
- package/src/executors/package/ng-packagr-adjustments/styles/stylesheet-processor.di.d.ts +10 -0
- package/src/executors/package/ng-packagr-adjustments/styles/stylesheet-processor.di.js +17 -0
- package/src/executors/package/ng-packagr-adjustments/styles/stylesheet-processor.js +194 -0
- package/src/executors/package/ng-packagr-adjustments/utils/ng-compiler-cli.d.ts +1 -0
- package/src/executors/package/ng-packagr-adjustments/utils/ng-compiler-cli.js +10 -0
- package/src/executors/package/package.impl.d.ts +16 -0
- package/src/executors/package/package.impl.js +42 -0
- package/src/executors/package/schema.d.ts +6 -0
- package/src/executors/package/schema.json +45 -0
- package/src/executors/utilities/angular-version-utils.d.ts +6 -0
- package/src/executors/utilities/angular-version-utils.js +19 -0
- package/src/executors/utilities/buildable-libs.d.ts +6 -0
- package/src/executors/utilities/buildable-libs.js +16 -0
- package/src/executors/utilities/esbuild-extensions.d.ts +10 -0
- package/src/executors/utilities/esbuild-extensions.js +50 -0
- package/src/executors/utilities/module-loader.d.ts +15 -0
- package/src/executors/utilities/module-loader.js +52 -0
- package/src/executors/utilities/ng-compiler-cli.d.ts +1 -0
- package/src/executors/utilities/ng-compiler-cli.js +8 -0
- package/src/executors/utilities/ng-packagr/stylesheet-processor.d.ts +27 -0
- package/src/executors/utilities/ng-packagr/stylesheet-processor.di.d.ts +2 -0
- package/src/executors/utilities/ng-packagr/stylesheet-processor.di.js +10 -0
- package/src/executors/utilities/ng-packagr/stylesheet-processor.js +130 -0
- package/src/executors/utilities/ng-packagr/tailwindcss.d.ts +7 -0
- package/src/executors/utilities/ng-packagr/tailwindcss.js +56 -0
- package/src/executors/utilities/patch-builder-context.d.ts +3 -0
- package/src/executors/utilities/patch-builder-context.js +41 -0
- package/src/executors/utilities/typescript.d.ts +13 -0
- package/src/executors/utilities/typescript.js +43 -0
- package/src/generators/add-linting/add-linting.d.ts +4 -0
- package/src/generators/add-linting/add-linting.js +105 -0
- package/src/generators/add-linting/lib/add-angular-eslint-dependencies.d.ts +2 -0
- package/src/generators/add-linting/lib/add-angular-eslint-dependencies.js +16 -0
- package/src/generators/add-linting/lib/create-eslint-configuration.d.ts +81 -0
- package/src/generators/add-linting/lib/create-eslint-configuration.js +121 -0
- package/src/generators/add-linting/schema.d.ts +9 -0
- package/src/generators/add-linting/schema.json +51 -0
- package/src/generators/application/application.d.ts +5 -0
- package/src/generators/application/application.js +76 -0
- package/src/generators/application/files/base/src/assets/.gitkeep__tpl__ +0 -0
- package/src/generators/application/files/base/src/favicon.ico +0 -0
- package/src/generators/application/files/base/src/index.html__tpl__ +13 -0
- package/src/generators/application/files/base/src/styles.__style__ +1 -0
- package/src/generators/application/files/base/tsconfig.app.json__tpl__ +10 -0
- package/src/generators/application/files/base/tsconfig.editor.json__tpl__ +5 -0
- package/src/generators/application/files/base/tsconfig.json__tpl__ +18 -0
- package/src/generators/application/files/ng-module/src/app/app.component.__style__ +0 -0
- package/src/generators/application/files/ng-module/src/app/app.component.html__tpl__ +1 -0
- package/src/generators/application/files/ng-module/src/app/app.component.spec.ts__tpl__ +28 -0
- package/src/generators/application/files/ng-module/src/app/app.component.ts__tpl__ +15 -0
- package/src/generators/application/files/ng-module/src/app/app.module.ts__tpl__ +17 -0
- package/src/generators/application/files/ng-module/src/app/app.routes.ts__tpl__ +3 -0
- package/src/generators/application/files/ng-module/src/app/nx-welcome.component.ts__tpl__ +834 -0
- package/src/generators/application/files/ng-module/src/main.ts__tpl__ +6 -0
- package/src/generators/application/files/standalone-components/src/app/app.component.__style__ +0 -0
- package/src/generators/application/files/standalone-components/src/app/app.component.html__tpl__ +1 -0
- package/src/generators/application/files/standalone-components/src/app/app.component.spec.ts__tpl__ +27 -0
- package/src/generators/application/files/standalone-components/src/app/app.component.ts__tpl__ +19 -0
- package/src/generators/application/files/standalone-components/src/app/app.config.ts__tpl__ +7 -0
- package/src/generators/application/files/standalone-components/src/app/app.routes.ts__tpl__ +3 -0
- package/src/generators/application/files/standalone-components/src/app/nx-welcome.component.ts__tpl__ +837 -0
- package/src/generators/application/files/standalone-components/src/main.ts__tpl__ +7 -0
- package/src/generators/application/lib/add-e2e.d.ts +3 -0
- package/src/generators/application/lib/add-e2e.js +77 -0
- package/src/generators/application/lib/add-linting.d.ts +3 -0
- package/src/generators/application/lib/add-linting.js +20 -0
- package/src/generators/application/lib/add-proxy-config.d.ts +3 -0
- package/src/generators/application/lib/add-proxy-config.js +25 -0
- package/src/generators/application/lib/add-unit-test-runner.d.ts +3 -0
- package/src/generators/application/lib/add-unit-test-runner.js +16 -0
- package/src/generators/application/lib/create-files.d.ts +3 -0
- package/src/generators/application/lib/create-files.js +58 -0
- package/src/generators/application/lib/create-project.d.ts +3 -0
- package/src/generators/application/lib/create-project.js +111 -0
- package/src/generators/application/lib/enable-strict-type-checking.d.ts +3 -0
- package/src/generators/application/lib/enable-strict-type-checking.js +36 -0
- package/src/generators/application/lib/index.d.ts +12 -0
- package/src/generators/application/lib/index.js +15 -0
- package/src/generators/application/lib/normalize-options.d.ts +4 -0
- package/src/generators/application/lib/normalize-options.js +56 -0
- package/src/generators/application/lib/normalized-schema.d.ts +15 -0
- package/src/generators/application/lib/normalized-schema.js +2 -0
- package/src/generators/application/lib/set-app-strict-default.d.ts +2 -0
- package/src/generators/application/lib/set-app-strict-default.js +14 -0
- package/src/generators/application/lib/set-generator-defaults.d.ts +3 -0
- package/src/generators/application/lib/set-generator-defaults.js +17 -0
- package/src/generators/application/lib/update-editor-tsconfig.d.ts +3 -0
- package/src/generators/application/lib/update-editor-tsconfig.js +22 -0
- package/src/generators/application/schema.d.ts +34 -0
- package/src/generators/application/schema.json +192 -0
- package/src/generators/component/component.d.ts +5 -0
- package/src/generators/component/component.js +57 -0
- package/src/generators/component/files/__fileName__.__style__ +6 -0
- package/src/generators/component/files/__fileName__.html__tpl__ +1 -0
- package/src/generators/component/files/__fileName__.spec.ts__tpl__ +21 -0
- package/src/generators/component/files/__fileName__.ts__tpl__ +27 -0
- package/src/generators/component/lib/component.d.ts +3 -0
- package/src/generators/component/lib/component.js +46 -0
- package/src/generators/component/lib/index.d.ts +4 -0
- package/src/generators/component/lib/index.js +7 -0
- package/src/generators/component/lib/module.d.ts +3 -0
- package/src/generators/component/lib/module.js +63 -0
- package/src/generators/component/lib/normalize-options.d.ts +3 -0
- package/src/generators/component/lib/normalize-options.js +41 -0
- package/src/generators/component/lib/set-generator-defaults.d.ts +3 -0
- package/src/generators/component/lib/set-generator-defaults.js +14 -0
- package/src/generators/component/schema.d.ts +48 -0
- package/src/generators/component/schema.json +138 -0
- package/src/generators/component-cypress-spec/component-cypress-spec.d.ts +4 -0
- package/src/generators/component-cypress-spec/component-cypress-spec.js +36 -0
- package/src/generators/component-cypress-spec/files/__componentFileName__.__fileExt__ +17 -0
- package/src/generators/component-cypress-spec/lib/get-args-default-value.d.ts +2 -0
- package/src/generators/component-cypress-spec/lib/get-args-default-value.js +25 -0
- package/src/generators/component-cypress-spec/lib/get-component-selector.d.ts +2 -0
- package/src/generators/component-cypress-spec/lib/get-component-selector.js +24 -0
- package/src/generators/component-cypress-spec/schema.d.ts +10 -0
- package/src/generators/component-cypress-spec/schema.json +65 -0
- package/src/generators/component-story/component-story.d.ts +4 -0
- package/src/generators/component-story/component-story.js +28 -0
- package/src/generators/component-story/files/__componentFileName__.stories.ts__tmpl__ +31 -0
- package/src/generators/component-story/schema.d.ts +8 -0
- package/src/generators/component-story/schema.json +53 -0
- package/src/generators/component-test/component-test.d.ts +4 -0
- package/src/generators/component-test/component-test.js +31 -0
- package/src/generators/component-test/files/__componentFileName__.cy.ts__tpl__ +21 -0
- package/src/generators/component-test/schema.d.ts +12 -0
- package/src/generators/component-test/schema.json +49 -0
- package/src/generators/convert-to-application-executor/convert-to-application-executor.d.ts +4 -0
- package/src/generators/convert-to-application-executor/convert-to-application-executor.js +240 -0
- package/src/generators/convert-to-application-executor/schema.d.ts +4 -0
- package/src/generators/convert-to-application-executor/schema.json +26 -0
- package/src/generators/convert-to-with-mf/convert-to-with-mf.d.ts +4 -0
- package/src/generators/convert-to-with-mf/convert-to-with-mf.js +32 -0
- package/src/generators/convert-to-with-mf/convert-to-with-mf.test-data.d.ts +5 -0
- package/src/generators/convert-to-with-mf/convert-to-with-mf.test-data.js +448 -0
- package/src/generators/convert-to-with-mf/lib/check-name-matches.d.ts +2 -0
- package/src/generators/convert-to-with-mf/lib/check-name-matches.js +25 -0
- package/src/generators/convert-to-with-mf/lib/check-shared-npm-packages.d.ts +2 -0
- package/src/generators/convert-to-with-mf/lib/check-shared-npm-packages.js +50 -0
- package/src/generators/convert-to-with-mf/lib/get-webpack-config-path.d.ts +2 -0
- package/src/generators/convert-to-with-mf/lib/get-webpack-config-path.js +19 -0
- package/src/generators/convert-to-with-mf/lib/index.d.ts +6 -0
- package/src/generators/convert-to-with-mf/lib/index.js +9 -0
- package/src/generators/convert-to-with-mf/lib/is-host-remote-config.d.ts +5 -0
- package/src/generators/convert-to-with-mf/lib/is-host-remote-config.js +68 -0
- package/src/generators/convert-to-with-mf/lib/parse-ast-webpack-config.d.ts +2 -0
- package/src/generators/convert-to-with-mf/lib/parse-ast-webpack-config.js +14 -0
- package/src/generators/convert-to-with-mf/lib/write-new-webpack-config.d.ts +3 -0
- package/src/generators/convert-to-with-mf/lib/write-new-webpack-config.js +51 -0
- package/src/generators/convert-to-with-mf/schema.d.ts +4 -0
- package/src/generators/convert-to-with-mf/schema.json +33 -0
- package/src/generators/cypress-component-configuration/cypress-component-configuration.d.ts +9 -0
- package/src/generators/cypress-component-configuration/cypress-component-configuration.js +108 -0
- package/src/generators/cypress-component-configuration/schema.d.ts +6 -0
- package/src/generators/cypress-component-configuration/schema.json +40 -0
- package/src/generators/directive/directive.d.ts +4 -0
- package/src/generators/directive/directive.js +29 -0
- package/src/generators/directive/files/__fileName__.spec.ts__tpl__ +8 -0
- package/src/generators/directive/files/__fileName__.ts__tpl__ +9 -0
- package/src/generators/directive/lib/index.d.ts +1 -0
- package/src/generators/directive/lib/index.js +4 -0
- package/src/generators/directive/lib/normalize-options.d.ts +3 -0
- package/src/generators/directive/lib/normalize-options.js +37 -0
- package/src/generators/directive/schema.d.ts +35 -0
- package/src/generators/directive/schema.json +96 -0
- package/src/generators/federate-module/federate-module.d.ts +4 -0
- package/src/generators/federate-module/federate-module.js +40 -0
- package/src/generators/federate-module/lib/add-file-to-remote-tsconfig.d.ts +2 -0
- package/src/generators/federate-module/lib/add-file-to-remote-tsconfig.js +15 -0
- package/src/generators/federate-module/lib/add-path-to-exposes.d.ts +8 -0
- package/src/generators/federate-module/lib/add-path-to-exposes.js +78 -0
- package/src/generators/federate-module/lib/add-path-to-ts-config.d.ts +8 -0
- package/src/generators/federate-module/lib/add-path-to-ts-config.js +12 -0
- package/src/generators/federate-module/lib/add-remote.d.ts +7 -0
- package/src/generators/federate-module/lib/add-remote.js +45 -0
- package/src/generators/federate-module/lib/check-remote-exists.d.ts +2 -0
- package/src/generators/federate-module/lib/check-remote-exists.js +22 -0
- package/src/generators/federate-module/lib/index.d.ts +4 -0
- package/src/generators/federate-module/lib/index.js +7 -0
- package/src/generators/federate-module/schema.d.ts +15 -0
- package/src/generators/federate-module/schema.json +81 -0
- package/src/generators/host/files/common/pre-v17/src/main.server.ts__tmpl__ +66 -0
- package/src/generators/host/files/common/v17+/src/main.server.ts__tmpl__ +67 -0
- package/src/generators/host/files/js/webpack.server.config.js__tmpl__ +3 -0
- package/src/generators/host/files/ts/webpack.server.config.ts__tmpl__ +4 -0
- package/src/generators/host/host.d.ts +5 -0
- package/src/generators/host/host.js +101 -0
- package/src/generators/host/lib/index.d.ts +1 -0
- package/src/generators/host/lib/index.js +4 -0
- package/src/generators/host/lib/update-ssr-setup.d.ts +3 -0
- package/src/generators/host/lib/update-ssr-setup.js +40 -0
- package/src/generators/host/schema.d.ts +33 -0
- package/src/generators/host/schema.json +185 -0
- package/src/generators/init/init.d.ts +4 -0
- package/src/generators/init/init.js +65 -0
- package/src/generators/init/schema.d.ts +6 -0
- package/src/generators/init/schema.json +34 -0
- package/src/generators/library/files/base/README.md__tpl__ +9 -0
- package/src/generators/library/files/base/ng-package.json__tpl__ +7 -0
- package/src/generators/library/files/base/package.json__tpl__ +12 -0
- package/src/generators/library/files/base/tsconfig.json__tpl__ +14 -0
- package/src/generators/library/files/base/tsconfig.lib.json__tpl__ +17 -0
- package/src/generators/library/files/base/tsconfig.lib.prod.json__tpl__ +9 -0
- package/src/generators/library/files/ng-module/src/index.ts__tpl__ +2 -0
- package/src/generators/library/files/ng-module/src/lib/__libFileName__.module.ts__tpl__ +9 -0
- package/src/generators/library/files/ng-module/src/lib/lib.routes.ts__tpl__ +5 -0
- package/src/generators/library/files/standalone-components/src/index.ts__tpl__ +1 -0
- package/src/generators/library/files/standalone-components/src/lib/lib.routes.ts__tpl__ +6 -0
- package/src/generators/library/lib/add-children.d.ts +3 -0
- package/src/generators/library/lib/add-children.js +30 -0
- package/src/generators/library/lib/add-load-children.d.ts +3 -0
- package/src/generators/library/lib/add-load-children.js +22 -0
- package/src/generators/library/lib/add-module.d.ts +3 -0
- package/src/generators/library/lib/add-module.js +14 -0
- package/src/generators/library/lib/add-project.d.ts +4 -0
- package/src/generators/library/lib/add-project.js +41 -0
- package/src/generators/library/lib/add-standalone-component.d.ts +3 -0
- package/src/generators/library/lib/add-standalone-component.js +29 -0
- package/src/generators/library/lib/create-files.d.ts +4 -0
- package/src/generators/library/lib/create-files.js +53 -0
- package/src/generators/library/lib/enable-strict-type-checking.d.ts +7 -0
- package/src/generators/library/lib/enable-strict-type-checking.js +48 -0
- package/src/generators/library/lib/normalize-options.d.ts +4 -0
- package/src/generators/library/lib/normalize-options.js +77 -0
- package/src/generators/library/lib/normalized-schema.d.ts +55 -0
- package/src/generators/library/lib/normalized-schema.js +2 -0
- package/src/generators/library/lib/set-generator-defaults.d.ts +3 -0
- package/src/generators/library/lib/set-generator-defaults.js +15 -0
- package/src/generators/library/lib/update-lib-package-npm-scope.d.ts +3 -0
- package/src/generators/library/lib/update-lib-package-npm-scope.js +11 -0
- package/src/generators/library/lib/update-tsconfig.d.ts +3 -0
- package/src/generators/library/lib/update-tsconfig.js +37 -0
- package/src/generators/library/library.d.ts +5 -0
- package/src/generators/library/library.js +125 -0
- package/src/generators/library/schema.d.ts +44 -0
- package/src/generators/library/schema.json +208 -0
- package/src/generators/library-secondary-entry-point/files/README.md__tmpl__ +3 -0
- package/src/generators/library-secondary-entry-point/files/ng-package.json__tmpl__ +5 -0
- package/src/generators/library-secondary-entry-point/files/src/index.ts__tmpl__ +1 -0
- package/src/generators/library-secondary-entry-point/files/src/lib/__fileName__.module.ts__tmpl__ +7 -0
- package/src/generators/library-secondary-entry-point/lib/add-files.d.ts +3 -0
- package/src/generators/library-secondary-entry-point/lib/add-files.js +16 -0
- package/src/generators/library-secondary-entry-point/lib/add-path-mapping.d.ts +3 -0
- package/src/generators/library-secondary-entry-point/lib/add-path-mapping.js +16 -0
- package/src/generators/library-secondary-entry-point/lib/index.d.ts +4 -0
- package/src/generators/library-secondary-entry-point/lib/index.js +7 -0
- package/src/generators/library-secondary-entry-point/lib/normalize-options.d.ts +3 -0
- package/src/generators/library-secondary-entry-point/lib/normalize-options.js +31 -0
- package/src/generators/library-secondary-entry-point/lib/update-tsconfig-included-files.d.ts +3 -0
- package/src/generators/library-secondary-entry-point/lib/update-tsconfig-included-files.js +26 -0
- package/src/generators/library-secondary-entry-point/library-secondary-entry-point.d.ts +4 -0
- package/src/generators/library-secondary-entry-point/library-secondary-entry-point.js +16 -0
- package/src/generators/library-secondary-entry-point/schema.d.ts +16 -0
- package/src/generators/library-secondary-entry-point/schema.json +43 -0
- package/src/generators/move/lib/index.d.ts +3 -0
- package/src/generators/move/lib/index.js +6 -0
- package/src/generators/move/lib/types.d.ts +4 -0
- package/src/generators/move/lib/types.js +2 -0
- package/src/generators/move/lib/update-module-name.d.ts +11 -0
- package/src/generators/move/lib/update-module-name.js +99 -0
- package/src/generators/move/lib/update-ng-package.d.ts +3 -0
- package/src/generators/move/lib/update-ng-package.js +33 -0
- package/src/generators/move/lib/update-secondary-entry-points.d.ts +3 -0
- package/src/generators/move/lib/update-secondary-entry-points.js +44 -0
- package/src/generators/move/move-impl.d.ts +7 -0
- package/src/generators/move/move-impl.js +25 -0
- package/src/generators/move/move.d.ts +4 -0
- package/src/generators/move/move.js +16 -0
- package/src/generators/move/schema.d.ts +11 -0
- package/src/generators/move/schema.json +61 -0
- package/src/generators/ng-add/files/root/apps/__dot__gitkeep +0 -0
- package/src/generators/ng-add/files/root/libs/__dot__gitkeep +0 -0
- package/src/generators/ng-add/files/root/tools/generators/__dot__gitkeep +0 -0
- package/src/generators/ng-add/files/root/tools/tsconfig.tools.json__tmpl__ +12 -0
- package/src/generators/ng-add/files/root-karma/karma.conf.js__tmpl__ +43 -0
- package/src/generators/ng-add/migrate-from-angular-cli.d.ts +3 -0
- package/src/generators/ng-add/migrate-from-angular-cli.js +62 -0
- package/src/generators/ng-add/migrators/builders/angular-devkit-karma.migrator.d.ts +9 -0
- package/src/generators/ng-add/migrators/builders/angular-devkit-karma.migrator.js +78 -0
- package/src/generators/ng-add/migrators/builders/angular-devkit-ng-packagr.migrator.d.ts +10 -0
- package/src/generators/ng-add/migrators/builders/angular-devkit-ng-packagr.migrator.js +95 -0
- package/src/generators/ng-add/migrators/builders/angular-eslint-lint.migrator.d.ts +12 -0
- package/src/generators/ng-add/migrators/builders/angular-eslint-lint.migrator.js +113 -0
- package/src/generators/ng-add/migrators/builders/builder-migrator-class.type.d.ts +6 -0
- package/src/generators/ng-add/migrators/builders/builder-migrator-class.type.js +2 -0
- package/src/generators/ng-add/migrators/builders/builder.migrator.d.ts +13 -0
- package/src/generators/ng-add/migrators/builders/builder.migrator.js +43 -0
- package/src/generators/ng-add/migrators/builders/index.d.ts +5 -0
- package/src/generators/ng-add/migrators/builders/index.js +8 -0
- package/src/generators/ng-add/migrators/index.d.ts +2 -0
- package/src/generators/ng-add/migrators/index.js +5 -0
- package/src/generators/ng-add/migrators/migrator.d.ts +23 -0
- package/src/generators/ng-add/migrators/migrator.js +117 -0
- package/src/generators/ng-add/migrators/projects/app.migrator.d.ts +25 -0
- package/src/generators/ng-add/migrators/projects/app.migrator.js +342 -0
- package/src/generators/ng-add/migrators/projects/e2e.migrator.d.ts +38 -0
- package/src/generators/ng-add/migrators/projects/e2e.migrator.js +604 -0
- package/src/generators/ng-add/migrators/projects/index.d.ts +4 -0
- package/src/generators/ng-add/migrators/projects/index.js +7 -0
- package/src/generators/ng-add/migrators/projects/lib.migrator.d.ts +11 -0
- package/src/generators/ng-add/migrators/projects/lib.migrator.js +53 -0
- package/src/generators/ng-add/migrators/projects/project.migrator.d.ts +25 -0
- package/src/generators/ng-add/migrators/projects/project.migrator.js +180 -0
- package/src/generators/ng-add/ng-add.d.ts +4 -0
- package/src/generators/ng-add/ng-add.js +9 -0
- package/src/generators/ng-add/schema.d.ts +16 -0
- package/src/generators/ng-add/schema.json +66 -0
- package/src/generators/ng-add/utilities/dependencies.d.ts +2 -0
- package/src/generators/ng-add/utilities/dependencies.js +28 -0
- package/src/generators/ng-add/utilities/format-files-task.d.ts +2 -0
- package/src/generators/ng-add/utilities/format-files-task.js +16 -0
- package/src/generators/ng-add/utilities/index.d.ts +7 -0
- package/src/generators/ng-add/utilities/index.js +10 -0
- package/src/generators/ng-add/utilities/logger.d.ts +8 -0
- package/src/generators/ng-add/utilities/logger.js +20 -0
- package/src/generators/ng-add/utilities/projects.d.ts +4 -0
- package/src/generators/ng-add/utilities/projects.js +35 -0
- package/src/generators/ng-add/utilities/types.d.ts +31 -0
- package/src/generators/ng-add/utilities/types.js +2 -0
- package/src/generators/ng-add/utilities/validation-logging.d.ts +3 -0
- package/src/generators/ng-add/utilities/validation-logging.js +38 -0
- package/src/generators/ng-add/utilities/workspace.d.ts +17 -0
- package/src/generators/ng-add/utilities/workspace.js +292 -0
- package/src/generators/ngrx/files/__directory__/__fileName__.actions.ts__tmpl__ +16 -0
- package/src/generators/ngrx/files/__directory__/__fileName__.effects.spec.ts__tmpl__ +37 -0
- package/src/generators/ngrx/files/__directory__/__fileName__.effects.ts__tmpl__ +22 -0
- package/src/generators/ngrx/files/__directory__/__fileName__.facade.spec.ts__tmpl__ +99 -0
- package/src/generators/ngrx/files/__directory__/__fileName__.facade.ts__tmpl__ +27 -0
- package/src/generators/ngrx/files/__directory__/__fileName__.models.ts__tmpl__ +7 -0
- package/src/generators/ngrx/files/__directory__/__fileName__.reducer.spec.ts__tmpl__ +37 -0
- package/src/generators/ngrx/files/__directory__/__fileName__.reducer.ts__tmpl__ +41 -0
- package/src/generators/ngrx/files/__directory__/__fileName__.selectors.spec.ts__tmpl__ +58 -0
- package/src/generators/ngrx/files/__directory__/__fileName__.selectors.ts__tmpl__ +38 -0
- package/src/generators/ngrx/lib/add-exports-barrel.d.ts +6 -0
- package/src/generators/ngrx/lib/add-exports-barrel.js +45 -0
- package/src/generators/ngrx/lib/add-imports-to-module.d.ts +3 -0
- package/src/generators/ngrx/lib/add-imports-to-module.js +182 -0
- package/src/generators/ngrx/lib/add-ngrx-to-package-json.d.ts +3 -0
- package/src/generators/ngrx/lib/add-ngrx-to-package-json.js +25 -0
- package/src/generators/ngrx/lib/generate-files.d.ts +6 -0
- package/src/generators/ngrx/lib/generate-files.js +23 -0
- package/src/generators/ngrx/lib/index.d.ts +6 -0
- package/src/generators/ngrx/lib/index.js +15 -0
- package/src/generators/ngrx/lib/normalize-options.d.ts +7 -0
- package/src/generators/ngrx/lib/normalize-options.js +28 -0
- package/src/generators/ngrx/lib/validate-options.d.ts +3 -0
- package/src/generators/ngrx/lib/validate-options.js +15 -0
- package/src/generators/ngrx/ngrx.d.ts +4 -0
- package/src/generators/ngrx/ngrx.js +26 -0
- package/src/generators/ngrx/schema.d.ts +14 -0
- package/src/generators/ngrx/schema.json +102 -0
- package/src/generators/ngrx-feature-store/files/__directory__/__fileName__.actions.ts__tmpl__ +16 -0
- package/src/generators/ngrx-feature-store/files/__directory__/__fileName__.effects.spec.ts__tmpl__ +37 -0
- package/src/generators/ngrx-feature-store/files/__directory__/__fileName__.effects.ts__tmpl__ +22 -0
- package/src/generators/ngrx-feature-store/files/__directory__/__fileName__.facade.spec.ts__tmpl__ +99 -0
- package/src/generators/ngrx-feature-store/files/__directory__/__fileName__.facade.ts__tmpl__ +27 -0
- package/src/generators/ngrx-feature-store/files/__directory__/__fileName__.models.ts__tmpl__ +7 -0
- package/src/generators/ngrx-feature-store/files/__directory__/__fileName__.reducer.spec.ts__tmpl__ +37 -0
- package/src/generators/ngrx-feature-store/files/__directory__/__fileName__.reducer.ts__tmpl__ +41 -0
- package/src/generators/ngrx-feature-store/files/__directory__/__fileName__.selectors.spec.ts__tmpl__ +58 -0
- package/src/generators/ngrx-feature-store/files/__directory__/__fileName__.selectors.ts__tmpl__ +38 -0
- package/src/generators/ngrx-feature-store/lib/add-exports-barrel.d.ts +3 -0
- package/src/generators/ngrx-feature-store/lib/add-exports-barrel.js +41 -0
- package/src/generators/ngrx-feature-store/lib/add-imports.d.ts +3 -0
- package/src/generators/ngrx-feature-store/lib/add-imports.js +102 -0
- package/src/generators/ngrx-feature-store/lib/add-ngrx-to-package-json.d.ts +3 -0
- package/src/generators/ngrx-feature-store/lib/add-ngrx-to-package-json.js +25 -0
- package/src/generators/ngrx-feature-store/lib/generate-files.d.ts +3 -0
- package/src/generators/ngrx-feature-store/lib/generate-files.js +24 -0
- package/src/generators/ngrx-feature-store/lib/index.d.ts +6 -0
- package/src/generators/ngrx-feature-store/lib/index.js +9 -0
- package/src/generators/ngrx-feature-store/lib/normalize-options.d.ts +8 -0
- package/src/generators/ngrx-feature-store/lib/normalize-options.js +38 -0
- package/src/generators/ngrx-feature-store/lib/validate-options.d.ts +3 -0
- package/src/generators/ngrx-feature-store/lib/validate-options.js +12 -0
- package/src/generators/ngrx-feature-store/ngrx-feature-store.d.ts +5 -0
- package/src/generators/ngrx-feature-store/ngrx-feature-store.js +26 -0
- package/src/generators/ngrx-feature-store/schema.d.ts +12 -0
- package/src/generators/ngrx-feature-store/schema.json +72 -0
- package/src/generators/ngrx-root-store/lib/add-imports.d.ts +3 -0
- package/src/generators/ngrx-root-store/lib/add-imports.js +101 -0
- package/src/generators/ngrx-root-store/lib/add-ngrx-to-package-json.d.ts +3 -0
- package/src/generators/ngrx-root-store/lib/add-ngrx-to-package-json.js +27 -0
- package/src/generators/ngrx-root-store/lib/index.d.ts +4 -0
- package/src/generators/ngrx-root-store/lib/index.js +7 -0
- package/src/generators/ngrx-root-store/lib/normalize-options.d.ts +7 -0
- package/src/generators/ngrx-root-store/lib/normalize-options.js +40 -0
- package/src/generators/ngrx-root-store/lib/validate-options.d.ts +3 -0
- package/src/generators/ngrx-root-store/lib/validate-options.js +17 -0
- package/src/generators/ngrx-root-store/ngrx-root-store.d.ts +5 -0
- package/src/generators/ngrx-root-store/ngrx-root-store.js +36 -0
- package/src/generators/ngrx-root-store/schema.d.ts +11 -0
- package/src/generators/ngrx-root-store/schema.json +71 -0
- package/src/generators/pipe/files/__fileName__.spec.ts__tpl__ +8 -0
- package/src/generators/pipe/files/__fileName__.ts__tpl__ +11 -0
- package/src/generators/pipe/lib/index.d.ts +1 -0
- package/src/generators/pipe/lib/index.js +4 -0
- package/src/generators/pipe/lib/normalize-options.d.ts +3 -0
- package/src/generators/pipe/lib/normalize-options.js +31 -0
- package/src/generators/pipe/pipe.d.ts +4 -0
- package/src/generators/pipe/pipe.js +30 -0
- package/src/generators/pipe/schema.d.ts +33 -0
- package/src/generators/pipe/schema.json +77 -0
- package/src/generators/remote/files/base/webpack.server.config.js__tmpl__ +3 -0
- package/src/generators/remote/files/base-ts/webpack.server.config.ts__tmpl__ +4 -0
- package/src/generators/remote/files/common/pre-v17/src/main.server.ts__tmpl__ +72 -0
- package/src/generators/remote/files/common/v17+/src/main.server.ts__tmpl__ +73 -0
- package/src/generators/remote/files/standalone/src/bootstrap.server.ts__tmpl__ +7 -0
- package/src/generators/remote/lib/find-next-available-port.d.ts +2 -0
- package/src/generators/remote/lib/find-next-available-port.js +17 -0
- package/src/generators/remote/lib/index.d.ts +2 -0
- package/src/generators/remote/lib/index.js +5 -0
- package/src/generators/remote/lib/update-ssr-setup.d.ts +7 -0
- package/src/generators/remote/lib/update-ssr-setup.js +59 -0
- package/src/generators/remote/remote.d.ts +5 -0
- package/src/generators/remote/remote.js +79 -0
- package/src/generators/remote/schema.d.ts +32 -0
- package/src/generators/remote/schema.json +178 -0
- package/src/generators/scam/lib/convert-component-to-scam.d.ts +3 -0
- package/src/generators/scam/lib/convert-component-to-scam.js +44 -0
- package/src/generators/scam/lib/index.d.ts +2 -0
- package/src/generators/scam/lib/index.js +5 -0
- package/src/generators/scam/lib/normalize-options.d.ts +3 -0
- package/src/generators/scam/lib/normalize-options.js +33 -0
- package/src/generators/scam/scam.d.ts +4 -0
- package/src/generators/scam/scam.js +26 -0
- package/src/generators/scam/schema.d.ts +43 -0
- package/src/generators/scam/schema.json +142 -0
- package/src/generators/scam-directive/lib/convert-directive-to-scam.d.ts +3 -0
- package/src/generators/scam-directive/lib/convert-directive-to-scam.js +44 -0
- package/src/generators/scam-directive/lib/index.d.ts +2 -0
- package/src/generators/scam-directive/lib/index.js +5 -0
- package/src/generators/scam-directive/lib/normalize-options.d.ts +3 -0
- package/src/generators/scam-directive/lib/normalize-options.js +32 -0
- package/src/generators/scam-directive/scam-directive.d.ts +4 -0
- package/src/generators/scam-directive/scam-directive.js +26 -0
- package/src/generators/scam-directive/schema.d.ts +35 -0
- package/src/generators/scam-directive/schema.json +96 -0
- package/src/generators/scam-pipe/lib/convert-pipe-to-scam.d.ts +3 -0
- package/src/generators/scam-pipe/lib/convert-pipe-to-scam.js +44 -0
- package/src/generators/scam-pipe/lib/index.d.ts +2 -0
- package/src/generators/scam-pipe/lib/index.js +5 -0
- package/src/generators/scam-pipe/lib/normalize-options.d.ts +3 -0
- package/src/generators/scam-pipe/lib/normalize-options.js +32 -0
- package/src/generators/scam-pipe/scam-pipe.d.ts +4 -0
- package/src/generators/scam-pipe/scam-pipe.js +26 -0
- package/src/generators/scam-pipe/schema.d.ts +33 -0
- package/src/generators/scam-pipe/schema.json +77 -0
- package/src/generators/scam-to-standalone/lib/convert-scam-to-standalone.d.ts +3 -0
- package/src/generators/scam-to-standalone/lib/convert-scam-to-standalone.js +33 -0
- package/src/generators/scam-to-standalone/lib/get-component-data-from-ast.d.ts +6 -0
- package/src/generators/scam-to-standalone/lib/get-component-data-from-ast.js +18 -0
- package/src/generators/scam-to-standalone/lib/get-module-metadata-from-ast.d.ts +9 -0
- package/src/generators/scam-to-standalone/lib/get-module-metadata-from-ast.js +64 -0
- package/src/generators/scam-to-standalone/lib/get-target-project.d.ts +2 -0
- package/src/generators/scam-to-standalone/lib/get-target-project.js +14 -0
- package/src/generators/scam-to-standalone/lib/index.d.ts +8 -0
- package/src/generators/scam-to-standalone/lib/index.js +11 -0
- package/src/generators/scam-to-standalone/lib/replace-module-usages-with-component.d.ts +2 -0
- package/src/generators/scam-to-standalone/lib/replace-module-usages-with-component.js +19 -0
- package/src/generators/scam-to-standalone/lib/selector-exists-in-ast.d.ts +2 -0
- package/src/generators/scam-to-standalone/lib/selector-exists-in-ast.js +8 -0
- package/src/generators/scam-to-standalone/lib/verify-is-inline-scam.d.ts +2 -0
- package/src/generators/scam-to-standalone/lib/verify-is-inline-scam.js +11 -0
- package/src/generators/scam-to-standalone/lib/verify-module-is-scam.d.ts +1 -0
- package/src/generators/scam-to-standalone/lib/verify-module-is-scam.js +12 -0
- package/src/generators/scam-to-standalone/scam-to-standalone.d.ts +4 -0
- package/src/generators/scam-to-standalone/scam-to-standalone.js +27 -0
- package/src/generators/scam-to-standalone/schema.d.ts +5 -0
- package/src/generators/scam-to-standalone/schema.json +32 -0
- package/src/generators/setup-mf/files/entry-module-files/entry.component.ts__tmpl__ +9 -0
- package/src/generators/setup-mf/files/entry-module-files/entry.module.ts__tmpl__ +18 -0
- package/src/generators/setup-mf/files/entry-module-files/entry.routes.ts__tmpl__ +4 -0
- package/src/generators/setup-mf/files/host-files/app.component.spec.ts__tmpl__ +44 -0
- package/src/generators/setup-mf/files/standalone-entry-component-files/entry.component.ts__tmpl__ +13 -0
- package/src/generators/setup-mf/files/standalone-entry-component-files/entry.routes.ts__tmpl__ +4 -0
- package/src/generators/setup-mf/files/ts-webpack/module-federation.config.ts__tmpl__ +24 -0
- package/src/generators/setup-mf/files/ts-webpack/tsconfig.lint.json__tmpl__ +12 -0
- package/src/generators/setup-mf/files/ts-webpack/webpack.config.ts__tmpl__ +4 -0
- package/src/generators/setup-mf/files/ts-webpack/webpack.prod.config.ts__tmpl__ +16 -0
- package/src/generators/setup-mf/files/webpack/module-federation.config.js__tmpl__ +20 -0
- package/src/generators/setup-mf/files/webpack/webpack.config.js__tmpl__ +3 -0
- package/src/generators/setup-mf/files/webpack/webpack.prod.config.js__tmpl__ +15 -0
- package/src/generators/setup-mf/lib/add-cypress-workaround.d.ts +3 -0
- package/src/generators/setup-mf/lib/add-cypress-workaround.js +52 -0
- package/src/generators/setup-mf/lib/add-remote-entry.d.ts +3 -0
- package/src/generators/setup-mf/lib/add-remote-entry.js +22 -0
- package/src/generators/setup-mf/lib/add-remote-to-host.d.ts +4 -0
- package/src/generators/setup-mf/lib/add-remote-to-host.js +108 -0
- package/src/generators/setup-mf/lib/change-build-target.d.ts +3 -0
- package/src/generators/setup-mf/lib/change-build-target.js +23 -0
- package/src/generators/setup-mf/lib/fix-bootstrap.d.ts +3 -0
- package/src/generators/setup-mf/lib/fix-bootstrap.js +33 -0
- package/src/generators/setup-mf/lib/generate-config.d.ts +6 -0
- package/src/generators/setup-mf/lib/generate-config.js +30 -0
- package/src/generators/setup-mf/lib/get-remotes-with-ports.d.ts +6 -0
- package/src/generators/setup-mf/lib/get-remotes-with-ports.js +21 -0
- package/src/generators/setup-mf/lib/index.d.ts +14 -0
- package/src/generators/setup-mf/lib/index.js +17 -0
- package/src/generators/setup-mf/lib/normalize-options.d.ts +3 -0
- package/src/generators/setup-mf/lib/normalize-options.js +14 -0
- package/src/generators/setup-mf/lib/remove-dead-code-from-remote.d.ts +3 -0
- package/src/generators/setup-mf/lib/remove-dead-code-from-remote.js +56 -0
- package/src/generators/setup-mf/lib/setup-host-if-dynamic.d.ts +3 -0
- package/src/generators/setup-mf/lib/setup-host-if-dynamic.js +21 -0
- package/src/generators/setup-mf/lib/setup-serve-target.d.ts +3 -0
- package/src/generators/setup-mf/lib/setup-serve-target.js +39 -0
- package/src/generators/setup-mf/lib/setup-tspath-for-remote.d.ts +3 -0
- package/src/generators/setup-mf/lib/setup-tspath-for-remote.js +16 -0
- package/src/generators/setup-mf/lib/update-host-app-routes.d.ts +3 -0
- package/src/generators/setup-mf/lib/update-host-app-routes.js +41 -0
- package/src/generators/setup-mf/lib/update-tsconfig.d.ts +3 -0
- package/src/generators/setup-mf/lib/update-tsconfig.js +19 -0
- package/src/generators/setup-mf/schema.d.ts +24 -0
- package/src/generators/setup-mf/schema.json +91 -0
- package/src/generators/setup-mf/setup-mf.d.ts +4 -0
- package/src/generators/setup-mf/setup-mf.js +39 -0
- package/src/generators/setup-ssr/files/ngmodule/base/src/__main__ +1 -0
- package/src/generators/setup-ssr/files/ngmodule/base/src/app/__rootModuleFileName__ +14 -0
- package/src/generators/setup-ssr/files/ngmodule/pre-v15-2/src/main.ts__tpl__ +14 -0
- package/src/generators/setup-ssr/files/root/tsconfig.server.json__tpl__ +15 -0
- package/src/generators/setup-ssr/files/server/application-builder/__serverFileName__ +56 -0
- package/src/generators/setup-ssr/files/server/server-builder/pre-v17/__serverFileName__ +59 -0
- package/src/generators/setup-ssr/files/server/server-builder/v17+/__serverFileName__ +69 -0
- package/src/generators/setup-ssr/files/standalone/src/__main__ +7 -0
- package/src/generators/setup-ssr/files/standalone/src/app/app.config.server.ts__tpl__ +11 -0
- package/src/generators/setup-ssr/lib/add-dependencies.d.ts +2 -0
- package/src/generators/setup-ssr/lib/add-dependencies.js +36 -0
- package/src/generators/setup-ssr/lib/add-hydration.d.ts +3 -0
- package/src/generators/setup-ssr/lib/add-hydration.js +36 -0
- package/src/generators/setup-ssr/lib/add-server-file.d.ts +3 -0
- package/src/generators/setup-ssr/lib/add-server-file.js +31 -0
- package/src/generators/setup-ssr/lib/constants.d.ts +3 -0
- package/src/generators/setup-ssr/lib/constants.js +6 -0
- package/src/generators/setup-ssr/lib/generate-files.d.ts +3 -0
- package/src/generators/setup-ssr/lib/generate-files.js +26 -0
- package/src/generators/setup-ssr/lib/generate-server-ts-config.d.ts +4 -0
- package/src/generators/setup-ssr/lib/generate-server-ts-config.js +29 -0
- package/src/generators/setup-ssr/lib/index.d.ts +10 -0
- package/src/generators/setup-ssr/lib/index.js +13 -0
- package/src/generators/setup-ssr/lib/normalize-options.d.ts +14 -0
- package/src/generators/setup-ssr/lib/normalize-options.js +26 -0
- package/src/generators/setup-ssr/lib/set-router-initial-navigation.d.ts +3 -0
- package/src/generators/setup-ssr/lib/set-router-initial-navigation.js +93 -0
- package/src/generators/setup-ssr/lib/update-app-module.d.ts +3 -0
- package/src/generators/setup-ssr/lib/update-app-module.js +27 -0
- package/src/generators/setup-ssr/lib/update-project-config.d.ts +4 -0
- package/src/generators/setup-ssr/lib/update-project-config.js +127 -0
- package/src/generators/setup-ssr/lib/validate-options.d.ts +3 -0
- package/src/generators/setup-ssr/lib/validate-options.js +36 -0
- package/src/generators/setup-ssr/schema.d.ts +12 -0
- package/src/generators/setup-ssr/schema.json +68 -0
- package/src/generators/setup-ssr/setup-ssr.d.ts +4 -0
- package/src/generators/setup-ssr/setup-ssr.js +42 -0
- package/src/generators/setup-tailwind/files/v2/tailwind.config.js__tmpl__ +18 -0
- package/src/generators/setup-tailwind/files/v3/tailwind.config.js__tmpl__ +14 -0
- package/src/generators/setup-tailwind/lib/add-tailwind-config-path-to-project.d.ts +3 -0
- package/src/generators/setup-tailwind/lib/add-tailwind-config-path-to-project.js +35 -0
- package/src/generators/setup-tailwind/lib/add-tailwind-config.d.ts +3 -0
- package/src/generators/setup-tailwind/lib/add-tailwind-config.js +17 -0
- package/src/generators/setup-tailwind/lib/add-tailwind-required-packages.d.ts +2 -0
- package/src/generators/setup-tailwind/lib/add-tailwind-required-packages.js +14 -0
- package/src/generators/setup-tailwind/lib/detect-tailwind-installed-version.d.ts +2 -0
- package/src/generators/setup-tailwind/lib/detect-tailwind-installed-version.js +19 -0
- package/src/generators/setup-tailwind/lib/index.d.ts +6 -0
- package/src/generators/setup-tailwind/lib/index.js +9 -0
- package/src/generators/setup-tailwind/lib/normalize-options.d.ts +2 -0
- package/src/generators/setup-tailwind/lib/normalize-options.js +10 -0
- package/src/generators/setup-tailwind/lib/update-application-styles.d.ts +3 -0
- package/src/generators/setup-tailwind/lib/update-application-styles.js +52 -0
- package/src/generators/setup-tailwind/schema.d.ts +11 -0
- package/src/generators/setup-tailwind/schema.json +42 -0
- package/src/generators/setup-tailwind/setup-tailwind.d.ts +4 -0
- package/src/generators/setup-tailwind/setup-tailwind.js +29 -0
- package/src/generators/stories/lib/get-e2e-project.d.ts +2 -0
- package/src/generators/stories/lib/get-e2e-project.js +15 -0
- package/src/generators/stories/schema.d.ts +8 -0
- package/src/generators/stories/schema.json +64 -0
- package/src/generators/stories/stories.d.ts +4 -0
- package/src/generators/stories/stories.js +67 -0
- package/src/generators/storybook-configuration/lib/assert-compatible-storybook-version.d.ts +1 -0
- package/src/generators/storybook-configuration/lib/assert-compatible-storybook-version.js +15 -0
- package/src/generators/storybook-configuration/lib/generate-stories.d.ts +3 -0
- package/src/generators/storybook-configuration/lib/generate-stories.js +21 -0
- package/src/generators/storybook-configuration/lib/generate-storybook-configuration.d.ts +3 -0
- package/src/generators/storybook-configuration/lib/generate-storybook-configuration.js +22 -0
- package/src/generators/storybook-configuration/lib/validate-options.d.ts +2 -0
- package/src/generators/storybook-configuration/lib/validate-options.js +9 -0
- package/src/generators/storybook-configuration/schema.d.ts +15 -0
- package/src/generators/storybook-configuration/schema.json +98 -0
- package/src/generators/storybook-configuration/storybook-configuration.d.ts +4 -0
- package/src/generators/storybook-configuration/storybook-configuration.js +36 -0
- package/src/generators/utils/add-jest.d.ts +8 -0
- package/src/generators/utils/add-jest.js +36 -0
- package/src/generators/utils/add-mf-env-to-inputs.d.ts +2 -0
- package/src/generators/utils/add-mf-env-to-inputs.js +24 -0
- package/src/generators/utils/dependencies.d.ts +2 -0
- package/src/generators/utils/dependencies.js +14 -0
- package/src/generators/utils/ensure-angular-dependencies.d.ts +2 -0
- package/src/generators/utils/ensure-angular-dependencies.js +35 -0
- package/src/generators/utils/entry-point.d.ts +2 -0
- package/src/generators/utils/entry-point.js +20 -0
- package/src/generators/utils/export-scam.d.ts +10 -0
- package/src/generators/utils/export-scam.js +37 -0
- package/src/generators/utils/find-module.d.ts +4 -0
- package/src/generators/utils/find-module.js +64 -0
- package/src/generators/utils/index.d.ts +2 -0
- package/src/generators/utils/index.js +5 -0
- package/src/generators/utils/insert-ngmodule-import.d.ts +4 -0
- package/src/generators/utils/insert-ngmodule-import.js +139 -0
- package/src/generators/utils/path.d.ts +1 -0
- package/src/generators/utils/path.js +10 -0
- package/src/generators/utils/project.d.ts +2 -0
- package/src/generators/utils/project.js +8 -0
- package/src/generators/utils/selector.d.ts +3 -0
- package/src/generators/utils/selector.js +21 -0
- package/src/generators/utils/storybook-ast/component-info.d.ts +11 -0
- package/src/generators/utils/storybook-ast/component-info.js +167 -0
- package/src/generators/utils/storybook-ast/entry-point.d.ts +7 -0
- package/src/generators/utils/storybook-ast/entry-point.js +63 -0
- package/src/generators/utils/storybook-ast/module-info.d.ts +5 -0
- package/src/generators/utils/storybook-ast/module-info.js +220 -0
- package/src/generators/utils/storybook-ast/storybook-inputs.d.ts +12 -0
- package/src/generators/utils/storybook-ast/storybook-inputs.js +78 -0
- package/src/generators/utils/storybook-ast/tree-utilities.d.ts +2 -0
- package/src/generators/utils/storybook-ast/tree-utilities.js +31 -0
- package/src/generators/utils/testing.d.ts +10 -0
- package/src/generators/utils/testing.js +274 -0
- package/src/generators/utils/types.d.ts +1 -0
- package/src/generators/utils/types.js +2 -0
- package/src/generators/utils/update-app-editor-tsconfig-excluded-files.d.ts +2 -0
- package/src/generators/utils/update-app-editor-tsconfig-excluded-files.js +23 -0
- package/src/generators/utils/update-project-root-tsconfig.d.ts +3 -0
- package/src/generators/utils/update-project-root-tsconfig.js +26 -0
- package/src/generators/utils/validations.d.ts +2 -0
- package/src/generators/utils/validations.js +11 -0
- package/src/generators/utils/version-utils.d.ts +15 -0
- package/src/generators/utils/version-utils.js +66 -0
- package/src/generators/web-worker/files/config/tsconfig.worker.json__tpl__ +14 -0
- package/src/generators/web-worker/files/worker/__name__.worker.ts__tpl__ +6 -0
- package/src/generators/web-worker/lib/add-snippet.d.ts +2 -0
- package/src/generators/web-worker/lib/add-snippet.js +33 -0
- package/src/generators/web-worker/lib/index.d.ts +2 -0
- package/src/generators/web-worker/lib/index.js +5 -0
- package/src/generators/web-worker/lib/normalize-options.d.ts +3 -0
- package/src/generators/web-worker/lib/normalize-options.js +25 -0
- package/src/generators/web-worker/schema.d.ts +7 -0
- package/src/generators/web-worker/schema.json +48 -0
- package/src/generators/web-worker/web-worker.d.ts +4 -0
- package/src/generators/web-worker/web-worker.js +34 -0
- package/src/migrations/update-14-2-0/remove-show-circular-dependencies-option.d.ts +2 -0
- package/src/migrations/update-14-2-0/remove-show-circular-dependencies-option.js +23 -0
- package/src/migrations/update-14-2-0/update-angular-cli.d.ts +2 -0
- package/src/migrations/update-14-2-0/update-angular-cli.js +22 -0
- package/src/migrations/update-14-2-0/update-libraries-secondary-entrypoints.d.ts +2 -0
- package/src/migrations/update-14-2-0/update-libraries-secondary-entrypoints.js +34 -0
- package/src/migrations/update-14-2-0/update-ngcc-target.d.ts +2 -0
- package/src/migrations/update-14-2-0/update-ngcc-target.js +17 -0
- package/src/migrations/update-14-2-0/update-router-initial-navigation.d.ts +2 -0
- package/src/migrations/update-14-2-0/update-router-initial-navigation.js +70 -0
- package/src/migrations/update-14-2-0/update-tsconfig-target.d.ts +2 -0
- package/src/migrations/update-14-2-0/update-tsconfig-target.js +155 -0
- package/src/migrations/update-14-5-0/migrate-mfe-to-mf.d.ts +5 -0
- package/src/migrations/update-14-5-0/migrate-mfe-to-mf.js +91 -0
- package/src/migrations/update-14-5-2/update-angular-cli.d.ts +2 -0
- package/src/migrations/update-14-5-2/update-angular-cli.js +22 -0
- package/src/migrations/update-14-6-0/update-angular-cli.d.ts +2 -0
- package/src/migrations/update-14-6-0/update-angular-cli.js +22 -0
- package/src/migrations/update-14-8-0/rename-webpack-server.d.ts +2 -0
- package/src/migrations/update-14-8-0/rename-webpack-server.js +21 -0
- package/src/migrations/update-15-0-0/add-karma-inputs.d.ts +2 -0
- package/src/migrations/update-15-0-0/add-karma-inputs.js +41 -0
- package/src/migrations/update-15-0-0/switch-to-jasmine-marbles.d.ts +2 -0
- package/src/migrations/update-15-0-0/switch-to-jasmine-marbles.js +102 -0
- package/src/migrations/update-15-2-0/remove-browserlist-config.d.ts +3 -0
- package/src/migrations/update-15-2-0/remove-browserlist-config.js +58 -0
- package/src/migrations/update-15-2-0/remove-platform-server-exports.d.ts +2 -0
- package/src/migrations/update-15-2-0/remove-platform-server-exports.js +61 -0
- package/src/migrations/update-15-2-0/update-angular-cli.d.ts +2 -0
- package/src/migrations/update-15-2-0/update-angular-cli.js +22 -0
- package/src/migrations/update-15-2-0/update-karma-main-file.d.ts +2 -0
- package/src/migrations/update-15-2-0/update-karma-main-file.js +71 -0
- package/src/migrations/update-15-2-0/update-typescript-target.d.ts +2 -0
- package/src/migrations/update-15-2-0/update-typescript-target.js +52 -0
- package/src/migrations/update-15-2-0/update-workspace-config.d.ts +2 -0
- package/src/migrations/update-15-2-0/update-workspace-config.js +24 -0
- package/src/migrations/update-15-5-0/update-angular-cli.d.ts +2 -0
- package/src/migrations/update-15-5-0/update-angular-cli.js +22 -0
- package/src/migrations/update-15-7-0/install-required-packages.d.ts +2 -0
- package/src/migrations/update-15-7-0/install-required-packages.js +36 -0
- package/src/migrations/update-15-8-0/update-angular-cli.d.ts +2 -0
- package/src/migrations/update-15-8-0/update-angular-cli.js +22 -0
- package/src/migrations/update-15-9-0/update-file-server-executor.d.ts +2 -0
- package/src/migrations/update-15-9-0/update-file-server-executor.js +42 -0
- package/src/migrations/update-15-9-0/update-testing-tsconfig.d.ts +3 -0
- package/src/migrations/update-15-9-0/update-testing-tsconfig.js +33 -0
- package/src/migrations/update-16-0-0/remove-karma-defaults.d.ts +2 -0
- package/src/migrations/update-16-0-0/remove-karma-defaults.js +52 -0
- package/src/migrations/update-16-0-0/remove-library-generator-simple-module-name-option.d.ts +2 -0
- package/src/migrations/update-16-0-0/remove-library-generator-simple-module-name-option.js +40 -0
- package/src/migrations/update-16-0-0/remove-protractor-defaults.d.ts +2 -0
- package/src/migrations/update-16-0-0/remove-protractor-defaults.js +52 -0
- package/src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages.d.ts +2 -0
- package/src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages.js +9 -0
- package/src/migrations/update-16-1-0/extract-standalone-config-from-bootstrap.d.ts +2 -0
- package/src/migrations/update-16-1-0/extract-standalone-config-from-bootstrap.js +127 -0
- package/src/migrations/update-16-1-0/remove-ngcc-invocation.d.ts +2 -0
- package/src/migrations/update-16-1-0/remove-ngcc-invocation.js +22 -0
- package/src/migrations/update-16-1-0/remove-render-module-platform-server-exports.d.ts +2 -0
- package/src/migrations/update-16-1-0/remove-render-module-platform-server-exports.js +61 -0
- package/src/migrations/update-16-1-0/update-angular-cli.d.ts +3 -0
- package/src/migrations/update-16-1-0/update-angular-cli.js +23 -0
- package/src/migrations/update-16-1-0/update-server-executor-config.d.ts +2 -0
- package/src/migrations/update-16-1-0/update-server-executor-config.js +26 -0
- package/src/migrations/update-16-2-0/switch-data-persistence-operators-imports-to-ngrx-router-store.d.ts +2 -0
- package/src/migrations/update-16-2-0/switch-data-persistence-operators-imports-to-ngrx-router-store.js +122 -0
- package/src/migrations/update-16-4-0/rename-angular-eslint-accesibility-rules.d.ts +2 -0
- package/src/migrations/update-16-4-0/rename-angular-eslint-accesibility-rules.js +34 -0
- package/src/migrations/update-16-4-0/update-angular-cli.d.ts +3 -0
- package/src/migrations/update-16-4-0/update-angular-cli.js +23 -0
- package/src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps.d.ts +2 -0
- package/src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps.js +34 -0
- package/src/migrations/update-16-7-0/update-angular-cli.d.ts +3 -0
- package/src/migrations/update-16-7-0/update-angular-cli.js +23 -0
- package/src/migrations/update-17-1-0/browser-target-to-build-target.d.ts +3 -0
- package/src/migrations/update-17-1-0/browser-target-to-build-target.js +50 -0
- package/src/migrations/update-17-1-0/replace-nguniversal-builders.d.ts +2 -0
- package/src/migrations/update-17-1-0/replace-nguniversal-builders.js +75 -0
- package/src/migrations/update-17-1-0/replace-nguniversal-engines.d.ts +2 -0
- package/src/migrations/update-17-1-0/replace-nguniversal-engines.js +183 -0
- package/src/migrations/update-17-1-0/update-angular-cli.d.ts +3 -0
- package/src/migrations/update-17-1-0/update-angular-cli.js +23 -0
- package/src/migrations/update-17-1-0/update-zone-js-deep-import.d.ts +2 -0
- package/src/migrations/update-17-1-0/update-zone-js-deep-import.js +37 -0
- package/src/migrations/update-17-2-0/rename-webpack-dev-server.d.ts +2 -0
- package/src/migrations/update-17-2-0/rename-webpack-dev-server.js +40 -0
- package/src/migrations/update-17-3-0/add-autoprefixer-dependency.d.ts +2 -0
- package/src/migrations/update-17-3-0/add-autoprefixer-dependency.js +26 -0
- package/src/migrations/update-17-3-0/add-browser-sync-dependency.d.ts +2 -0
- package/src/migrations/update-17-3-0/add-browser-sync-dependency.js +26 -0
- package/src/migrations/update-17-3-0/update-angular-cli.d.ts +3 -0
- package/src/migrations/update-17-3-0/update-angular-cli.js +23 -0
- package/src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults.d.ts +2 -0
- package/src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults.js +26 -0
- package/src/migrations/update-18-1-0/update-angular-cli.d.ts +3 -0
- package/src/migrations/update-18-1-0/update-angular-cli.js +23 -0
- package/src/migrations/utils/projects.d.ts +5 -0
- package/src/migrations/utils/projects.js +15 -0
- package/src/runtime/nx/data-persistence.d.ts +271 -0
- package/src/runtime/nx/data-persistence.js +350 -0
- package/src/utils/backward-compatible-versions.d.ts +8 -0
- package/src/utils/backward-compatible-versions.js +59 -0
- package/src/utils/cli-config-utils.d.ts +1 -0
- package/src/utils/cli-config-utils.js +45 -0
- package/src/utils/file-change-recorder.d.ts +17 -0
- package/src/utils/file-change-recorder.js +39 -0
- package/src/utils/get-mf-projects.d.ts +4 -0
- package/src/utils/get-mf-projects.js +34 -0
- package/src/utils/mf/utils.d.ts +15 -0
- package/src/utils/mf/utils.js +100 -0
- package/src/utils/mf/with-module-federation-ssr.d.ts +2 -0
- package/src/utils/mf/with-module-federation-ssr.js +46 -0
- package/src/utils/mf/with-module-federation.d.ts +2 -0
- package/src/utils/mf/with-module-federation.js +48 -0
- package/src/utils/nx-devkit/ast-utils.d.ts +94 -0
- package/src/utils/nx-devkit/ast-utils.js +596 -0
- package/src/utils/nx-devkit/route-utils.d.ts +19 -0
- package/src/utils/nx-devkit/route-utils.js +102 -0
- package/src/utils/nx-devkit/testing.d.ts +14 -0
- package/src/utils/nx-devkit/testing.js +84 -0
- package/src/utils/public-api.d.ts +2 -0
- package/src/utils/public-api.js +16 -0
- package/src/utils/targets.d.ts +2 -0
- package/src/utils/targets.js +17 -0
- package/src/utils/test-runners.d.ts +9 -0
- package/src/utils/test-runners.js +14 -0
- package/src/utils/types.d.ts +4 -0
- package/src/utils/types.js +2 -0
- package/src/utils/version-utils.d.ts +3 -0
- package/src/utils/version-utils.js +19 -0
- package/src/utils/versions.d.ts +25 -0
- package/src/utils/versions.js +28 -0
- package/tailwind.d.ts +6 -0
- package/tailwind.js +29 -0
- package/testing/index.d.ts +1 -0
- package/testing/index.js +6 -0
- package/testing/ng-package.json +6 -0
- package/testing/src/testing-utils.d.ts +31 -0
- package/testing/src/testing-utils.js +40 -0
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getStandaloneComponentsInfo = exports.getComponentsInfo = void 0;
|
|
4
|
+
const devkit_1 = require("@nx/devkit");
|
|
5
|
+
const ensure_typescript_1 = require("@nx/js/src/utils/typescript/ensure-typescript");
|
|
6
|
+
const path_1 = require("path");
|
|
7
|
+
const ast_utils_1 = require("../../../utils/nx-devkit/ast-utils");
|
|
8
|
+
const module_info_1 = require("./module-info");
|
|
9
|
+
const tree_utilities_1 = require("./tree-utilities");
|
|
10
|
+
let tsModule;
|
|
11
|
+
let tsquery;
|
|
12
|
+
function getComponentsInfo(tree, entryPoint, moduleFilePaths, projectName) {
|
|
13
|
+
return moduleFilePaths
|
|
14
|
+
.flatMap((moduleFilePath) => {
|
|
15
|
+
const file = (0, ast_utils_1.getTsSourceFile)(tree, moduleFilePath);
|
|
16
|
+
const declaredComponents = (0, module_info_1.getModuleDeclaredComponents)(file, moduleFilePath, projectName);
|
|
17
|
+
if (declaredComponents.length === 0) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
if (!tsModule) {
|
|
21
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
22
|
+
}
|
|
23
|
+
const imports = file.statements.filter((statement) => statement.kind === tsModule.SyntaxKind.ImportDeclaration);
|
|
24
|
+
const componentsInfo = declaredComponents.map((componentName) => getComponentInfo(tree, entryPoint, file, imports, moduleFilePath, componentName));
|
|
25
|
+
return componentsInfo;
|
|
26
|
+
})
|
|
27
|
+
.filter((f) => f !== undefined);
|
|
28
|
+
}
|
|
29
|
+
exports.getComponentsInfo = getComponentsInfo;
|
|
30
|
+
function getStandaloneComponentsInfo(tree, entryPoint) {
|
|
31
|
+
const componentsInfo = [];
|
|
32
|
+
(0, devkit_1.visitNotIgnoredFiles)(tree, entryPoint.path, (filePath) => {
|
|
33
|
+
const normalizedFilePath = (0, devkit_1.normalizePath)(filePath);
|
|
34
|
+
if (entryPoint.excludeDirs?.some((excludeDir) => normalizedFilePath.startsWith(excludeDir))) {
|
|
35
|
+
return;
|
|
36
|
+
}
|
|
37
|
+
if ((0, path_1.extname)(normalizedFilePath) !== '.ts' ||
|
|
38
|
+
normalizedFilePath.includes('.storybook')) {
|
|
39
|
+
return;
|
|
40
|
+
}
|
|
41
|
+
const standaloneComponents = getStandaloneComponents(tree, normalizedFilePath);
|
|
42
|
+
if (!standaloneComponents.length) {
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
standaloneComponents.forEach((componentName) => {
|
|
46
|
+
componentsInfo.push({
|
|
47
|
+
componentFileName: (0, path_1.basename)(normalizedFilePath, '.ts'),
|
|
48
|
+
moduleFolderPath: entryPoint.path,
|
|
49
|
+
name: componentName,
|
|
50
|
+
path: (0, path_1.dirname)((0, path_1.relative)(entryPoint.path, normalizedFilePath)),
|
|
51
|
+
entryPointName: entryPoint.name,
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
});
|
|
55
|
+
return componentsInfo;
|
|
56
|
+
}
|
|
57
|
+
exports.getStandaloneComponentsInfo = getStandaloneComponentsInfo;
|
|
58
|
+
function getStandaloneComponents(tree, filePath) {
|
|
59
|
+
if (!tsquery) {
|
|
60
|
+
(0, ensure_typescript_1.ensureTypescript)();
|
|
61
|
+
tsquery = require('@phenomnomnominal/tsquery').tsquery;
|
|
62
|
+
}
|
|
63
|
+
const fileContent = tree.read(filePath, 'utf-8');
|
|
64
|
+
const ast = tsquery.ast(fileContent);
|
|
65
|
+
const components = tsquery(ast, 'ClassDeclaration:has(Decorator > CallExpression:has(Identifier[name=Component]) ObjectLiteralExpression PropertyAssignment Identifier[name=standalone] ~ TrueKeyword) > Identifier', { visitAllChildren: true });
|
|
66
|
+
return components.map((component) => component.getText());
|
|
67
|
+
}
|
|
68
|
+
function getComponentImportPath(componentName, imports) {
|
|
69
|
+
if (!tsModule) {
|
|
70
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
71
|
+
}
|
|
72
|
+
const componentImportStatement = imports.find((statement) => {
|
|
73
|
+
const namedImports = statement
|
|
74
|
+
.getChildren()
|
|
75
|
+
.find((node) => node.kind === tsModule.SyntaxKind.ImportClause)
|
|
76
|
+
.getChildren()
|
|
77
|
+
.find((node) => node.kind === tsModule.SyntaxKind.NamedImports);
|
|
78
|
+
if (namedImports === undefined)
|
|
79
|
+
return false;
|
|
80
|
+
const importedIdentifiers = namedImports
|
|
81
|
+
.getChildren()
|
|
82
|
+
.find((node) => node.kind === tsModule.SyntaxKind.SyntaxList)
|
|
83
|
+
.getChildren()
|
|
84
|
+
.filter((node) => node.kind === tsModule.SyntaxKind.ImportSpecifier)
|
|
85
|
+
.map((node) => node.getText());
|
|
86
|
+
return importedIdentifiers.includes(componentName);
|
|
87
|
+
});
|
|
88
|
+
const importPath = componentImportStatement
|
|
89
|
+
.getChildren()
|
|
90
|
+
.find((node) => node.kind === tsModule.SyntaxKind.StringLiteral)
|
|
91
|
+
.getText()
|
|
92
|
+
.slice(1, -1);
|
|
93
|
+
return importPath;
|
|
94
|
+
}
|
|
95
|
+
function getComponentInfo(tree, entryPoint, sourceFile, imports, moduleFilePath, componentName) {
|
|
96
|
+
try {
|
|
97
|
+
if (!tsquery) {
|
|
98
|
+
(0, ensure_typescript_1.ensureTypescript)();
|
|
99
|
+
tsquery = require('@phenomnomnominal/tsquery').tsquery;
|
|
100
|
+
}
|
|
101
|
+
const moduleFolderPath = (0, path_1.dirname)(moduleFilePath);
|
|
102
|
+
// try to get the component from the same file (inline scam)
|
|
103
|
+
const node = tsquery(sourceFile, `ClassDeclaration:has(Decorator > CallExpression > Identifier[name=Component]):has(Identifier[name=${componentName}])`, { visitAllChildren: true })[0];
|
|
104
|
+
if (node) {
|
|
105
|
+
return {
|
|
106
|
+
componentFileName: (0, path_1.basename)(moduleFilePath, '.ts'),
|
|
107
|
+
moduleFolderPath,
|
|
108
|
+
name: componentName,
|
|
109
|
+
path: '.',
|
|
110
|
+
entryPointName: entryPoint.name,
|
|
111
|
+
};
|
|
112
|
+
}
|
|
113
|
+
// try to get the component from the imports
|
|
114
|
+
const componentFilePathRelativeToModule = getComponentImportPath(componentName, imports);
|
|
115
|
+
const componentImportPath = getFullComponentFilePath(moduleFolderPath, componentFilePathRelativeToModule);
|
|
116
|
+
if (tree.exists(componentImportPath) && !tree.isFile(componentImportPath)) {
|
|
117
|
+
return getComponentInfoFromDir(tree, entryPoint, componentImportPath, componentName, moduleFolderPath);
|
|
118
|
+
}
|
|
119
|
+
const path = (0, path_1.dirname)(componentFilePathRelativeToModule);
|
|
120
|
+
const componentFileName = (0, path_1.basename)(componentFilePathRelativeToModule);
|
|
121
|
+
return {
|
|
122
|
+
componentFileName,
|
|
123
|
+
moduleFolderPath,
|
|
124
|
+
name: componentName,
|
|
125
|
+
path,
|
|
126
|
+
entryPointName: entryPoint.name,
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
catch (ex) {
|
|
130
|
+
devkit_1.logger.warn(`Could not generate a story for ${componentName}. Error: ${ex}`);
|
|
131
|
+
return undefined;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
function getComponentInfoFromDir(tree, entryPoint, dir, componentName, moduleFolderPath) {
|
|
135
|
+
let path = null;
|
|
136
|
+
let componentFileName = null;
|
|
137
|
+
const componentImportPathChildren = (0, tree_utilities_1.getAllFilesRecursivelyFromDir)(tree, dir);
|
|
138
|
+
for (const candidateFile of componentImportPathChildren) {
|
|
139
|
+
if (candidateFile.endsWith('.ts')) {
|
|
140
|
+
const content = tree.read(candidateFile, 'utf-8');
|
|
141
|
+
const classAndComponentRegex = new RegExp(`@Component[\\s\\S\n]*?\\bclass ${componentName}\\b`, 'g');
|
|
142
|
+
if (content.match(classAndComponentRegex)) {
|
|
143
|
+
path = candidateFile
|
|
144
|
+
.slice(0, candidateFile.lastIndexOf('/'))
|
|
145
|
+
.replace(moduleFolderPath, '.');
|
|
146
|
+
componentFileName = candidateFile.slice(candidateFile.lastIndexOf('/') + 1, candidateFile.lastIndexOf('.'));
|
|
147
|
+
break;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
if (path === null) {
|
|
152
|
+
throw new Error(`Path to component ${componentName} couldn't be found. Please open an issue on https://github.com/nrwl/nx/issues.`);
|
|
153
|
+
}
|
|
154
|
+
return {
|
|
155
|
+
componentFileName,
|
|
156
|
+
moduleFolderPath,
|
|
157
|
+
name: componentName,
|
|
158
|
+
path,
|
|
159
|
+
entryPointName: entryPoint.name,
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
function getFullComponentFilePath(moduleFolderPath, componentFilePath) {
|
|
163
|
+
if (moduleFolderPath.startsWith('/')) {
|
|
164
|
+
moduleFolderPath = moduleFolderPath.slice(1, moduleFolderPath.length);
|
|
165
|
+
}
|
|
166
|
+
return (0, devkit_1.joinPathFragments)(moduleFolderPath, componentFilePath);
|
|
167
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getProjectEntryPoints = void 0;
|
|
4
|
+
const devkit_1 = require("@nx/devkit");
|
|
5
|
+
const path_1 = require("path");
|
|
6
|
+
function getProjectEntryPoints(tree, projectName) {
|
|
7
|
+
const { root, sourceRoot, projectType } = (0, devkit_1.readProjectConfiguration)(tree, projectName);
|
|
8
|
+
const rootEntryPoint = {
|
|
9
|
+
name: '',
|
|
10
|
+
path: normalizeMainEntryPointSourceRoot(tree, root, sourceRoot, projectType),
|
|
11
|
+
};
|
|
12
|
+
const entryPointRootPaths = [rootEntryPoint];
|
|
13
|
+
if (projectType === 'application') {
|
|
14
|
+
return entryPointRootPaths;
|
|
15
|
+
}
|
|
16
|
+
collectLibrarySecondaryEntryPoints(tree, root, entryPointRootPaths);
|
|
17
|
+
// since the root includes some secondary entry points, we need to ignore
|
|
18
|
+
// them when processing the main entry point
|
|
19
|
+
if (rootEntryPoint.path === root && entryPointRootPaths.length > 1) {
|
|
20
|
+
rootEntryPoint.excludeDirs = entryPointRootPaths
|
|
21
|
+
.slice(1)
|
|
22
|
+
.map((entryPoint) => entryPoint.path);
|
|
23
|
+
}
|
|
24
|
+
return entryPointRootPaths;
|
|
25
|
+
}
|
|
26
|
+
exports.getProjectEntryPoints = getProjectEntryPoints;
|
|
27
|
+
function collectLibrarySecondaryEntryPoints(tree, root, entryPointPaths) {
|
|
28
|
+
const exclude = new Set([`${root}/ng-package.json`, `${root}/package.json`]);
|
|
29
|
+
(0, devkit_1.visitNotIgnoredFiles)(tree, root, (path) => {
|
|
30
|
+
const normalizedPath = (0, devkit_1.normalizePath)(path);
|
|
31
|
+
if (!tree.isFile(normalizedPath) || exclude.has(normalizedPath)) {
|
|
32
|
+
return;
|
|
33
|
+
}
|
|
34
|
+
const fileName = (0, path_1.basename)(normalizedPath);
|
|
35
|
+
if (fileName !== 'ng-package.json' &&
|
|
36
|
+
(fileName !== 'package.json' ||
|
|
37
|
+
(fileName === 'package.json' &&
|
|
38
|
+
!(0, devkit_1.readJson)(tree, normalizedPath).ngPackage))) {
|
|
39
|
+
return;
|
|
40
|
+
}
|
|
41
|
+
const entryPointPath = getSourcePath(tree, (0, devkit_1.normalizePath)((0, path_1.dirname)(normalizedPath)), 'lib');
|
|
42
|
+
entryPointPaths.push({
|
|
43
|
+
name: (0, path_1.basename)((0, path_1.dirname)(normalizedPath)),
|
|
44
|
+
path: entryPointPath,
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
function normalizeMainEntryPointSourceRoot(tree, root, sourceRoot, projectType) {
|
|
49
|
+
const projectTypeDir = projectType === 'application' ? 'app' : 'lib';
|
|
50
|
+
if (sourceRoot) {
|
|
51
|
+
return [(0, devkit_1.joinPathFragments)(sourceRoot, projectTypeDir), sourceRoot].find((path) => tree.exists(path));
|
|
52
|
+
}
|
|
53
|
+
return getSourcePath(tree, root, projectTypeDir) ?? root;
|
|
54
|
+
}
|
|
55
|
+
function getSourcePath(tree, basePath, projectTypeDir) {
|
|
56
|
+
const candidatePaths = [
|
|
57
|
+
(0, devkit_1.joinPathFragments)(basePath, 'src', projectTypeDir),
|
|
58
|
+
(0, devkit_1.joinPathFragments)(basePath, 'src'),
|
|
59
|
+
(0, devkit_1.joinPathFragments)(basePath, projectTypeDir),
|
|
60
|
+
basePath,
|
|
61
|
+
];
|
|
62
|
+
return candidatePaths.find((candidatePath) => tree.exists(candidatePath));
|
|
63
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { Tree } from '@nx/devkit';
|
|
2
|
+
import type { SourceFile } from 'typescript';
|
|
3
|
+
import type { EntryPoint } from './entry-point';
|
|
4
|
+
export declare function getModuleDeclaredComponents(file: SourceFile, moduleFilePath: string, projectName: string): string[];
|
|
5
|
+
export declare function getModuleFilePaths(tree: Tree, entryPoint: EntryPoint): string[];
|
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getModuleFilePaths = exports.getModuleDeclaredComponents = void 0;
|
|
4
|
+
const devkit_1 = require("@nx/devkit");
|
|
5
|
+
const js_1 = require("@nx/js");
|
|
6
|
+
const path_1 = require("path");
|
|
7
|
+
const ast_utils_1 = require("../../../utils/nx-devkit/ast-utils");
|
|
8
|
+
const ensure_typescript_1 = require("@nx/js/src/utils/typescript/ensure-typescript");
|
|
9
|
+
let tsModule;
|
|
10
|
+
function getModuleDeclaredComponents(file, moduleFilePath, projectName) {
|
|
11
|
+
const ngModuleDecorator = getNgModuleDecorator(file, moduleFilePath);
|
|
12
|
+
const declarationsPropertyAssignment = getNgModuleDeclarationsPropertyAssignment(ngModuleDecorator, moduleFilePath, projectName);
|
|
13
|
+
if (!declarationsPropertyAssignment) {
|
|
14
|
+
return [];
|
|
15
|
+
}
|
|
16
|
+
const declarationsArray = getDeclarationsArray(file, declarationsPropertyAssignment, moduleFilePath, projectName);
|
|
17
|
+
if (!declarationsArray) {
|
|
18
|
+
return [];
|
|
19
|
+
}
|
|
20
|
+
return getDeclaredComponentsInDeclarations(declarationsArray);
|
|
21
|
+
}
|
|
22
|
+
exports.getModuleDeclaredComponents = getModuleDeclaredComponents;
|
|
23
|
+
function getModuleFilePaths(tree, entryPoint) {
|
|
24
|
+
let moduleFilePaths = [];
|
|
25
|
+
(0, devkit_1.visitNotIgnoredFiles)(tree, entryPoint.path, (filePath) => {
|
|
26
|
+
const normalizedFilePath = (0, devkit_1.normalizePath)(filePath);
|
|
27
|
+
if (entryPoint.excludeDirs?.some((excludeDir) => normalizedFilePath.startsWith(excludeDir))) {
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
if ((0, path_1.extname)(normalizedFilePath) === '.ts' &&
|
|
31
|
+
!normalizedFilePath.includes('.storybook') &&
|
|
32
|
+
hasNgModule(tree, normalizedFilePath)) {
|
|
33
|
+
moduleFilePaths.push(normalizedFilePath);
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
return moduleFilePaths;
|
|
37
|
+
}
|
|
38
|
+
exports.getModuleFilePaths = getModuleFilePaths;
|
|
39
|
+
function hasNgModule(tree, filePath) {
|
|
40
|
+
(0, ensure_typescript_1.ensureTypescript)();
|
|
41
|
+
const { tsquery } = require('@phenomnomnominal/tsquery');
|
|
42
|
+
const fileContent = tree.read(filePath, 'utf-8');
|
|
43
|
+
const ast = tsquery.ast(fileContent);
|
|
44
|
+
const ngModule = tsquery(ast, 'ClassDeclaration > Decorator > CallExpression > Identifier[name=NgModule]', { visitAllChildren: true });
|
|
45
|
+
return ngModule.length > 0;
|
|
46
|
+
}
|
|
47
|
+
function getDeclaredComponentsInDeclarations(declarationsArray) {
|
|
48
|
+
return getDeclaredComponentNodes(declarationsArray)
|
|
49
|
+
.map((node) => node.getText())
|
|
50
|
+
.filter((name) => name.endsWith('Component'));
|
|
51
|
+
}
|
|
52
|
+
function getDeclaredComponentNodes(declarationsArray) {
|
|
53
|
+
if (!tsModule) {
|
|
54
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
55
|
+
}
|
|
56
|
+
const cmps = declarationsArray
|
|
57
|
+
.getChildren()
|
|
58
|
+
.find((node) => node.kind === tsModule.SyntaxKind.SyntaxList)
|
|
59
|
+
.getChildren()
|
|
60
|
+
.map((node) => {
|
|
61
|
+
if (node.kind === tsModule.SyntaxKind.Identifier) {
|
|
62
|
+
return node;
|
|
63
|
+
}
|
|
64
|
+
// if the node is a destructuring, follow the variable
|
|
65
|
+
if (node.kind === tsModule.SyntaxKind.SpreadElement) {
|
|
66
|
+
const declarationVariableNode = node
|
|
67
|
+
.getChildren()
|
|
68
|
+
.find((node) => node.kind === tsModule.SyntaxKind.Identifier);
|
|
69
|
+
// try to find the variable declaration in the same component
|
|
70
|
+
const declarationVariable = getVariableDeclaration(declarationVariableNode.getText(), declarationVariableNode.getSourceFile());
|
|
71
|
+
if (declarationVariable &&
|
|
72
|
+
declarationVariable.initializer.kind ===
|
|
73
|
+
tsModule.SyntaxKind.ArrayLiteralExpression) {
|
|
74
|
+
const nodes = getDeclaredComponentNodes(declarationVariable.initializer);
|
|
75
|
+
return nodes;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
return null;
|
|
79
|
+
})
|
|
80
|
+
.filter((node) => !!node);
|
|
81
|
+
return flatten(cmps);
|
|
82
|
+
}
|
|
83
|
+
function flatten(arr) {
|
|
84
|
+
let flattened = [];
|
|
85
|
+
for (const entry of arr) {
|
|
86
|
+
if (Array.isArray(entry)) {
|
|
87
|
+
flattened.push(...flatten(entry));
|
|
88
|
+
}
|
|
89
|
+
else {
|
|
90
|
+
flattened.push(entry);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
return flattened;
|
|
94
|
+
}
|
|
95
|
+
function getDeclarationsArray(file, declarationsPropertyAssignment, moduleFilePath, projectName) {
|
|
96
|
+
if (!tsModule) {
|
|
97
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
98
|
+
}
|
|
99
|
+
let declarationArray = declarationsPropertyAssignment
|
|
100
|
+
.getChildren()
|
|
101
|
+
.find((node) => node.kind === tsModule.SyntaxKind.ArrayLiteralExpression);
|
|
102
|
+
if (declarationArray) {
|
|
103
|
+
return declarationArray;
|
|
104
|
+
}
|
|
105
|
+
// Attempt to follow a variable instead of the literal
|
|
106
|
+
declarationArray = getModuleDeclaredComponentsFromVariable(file, declarationsPropertyAssignment);
|
|
107
|
+
if (declarationArray) {
|
|
108
|
+
return declarationArray;
|
|
109
|
+
}
|
|
110
|
+
// Attempt to follow a class declaration instead of the literal
|
|
111
|
+
declarationArray = getModuleDeclaredComponentsFromClass(file, declarationsPropertyAssignment);
|
|
112
|
+
if (!declarationArray) {
|
|
113
|
+
devkit_1.logger.warn((0, devkit_1.stripIndents) `No stories generated because the declarations in ${moduleFilePath} is not an array literal or the variable could not be found. Hint: you can always generate stories later with the 'nx generate @nx/angular:stories --name=${projectName}' command.`);
|
|
114
|
+
}
|
|
115
|
+
return declarationArray;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Try to get declared components like `declarations: someComponentsArrayConst`
|
|
119
|
+
*/
|
|
120
|
+
function getModuleDeclaredComponentsFromVariable(file, declarationsPropertyAssignment) {
|
|
121
|
+
if (!tsModule) {
|
|
122
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
123
|
+
}
|
|
124
|
+
let declarationsVariable = declarationsPropertyAssignment
|
|
125
|
+
.getChildren()
|
|
126
|
+
.filter((node) => node.kind === tsModule.SyntaxKind.Identifier)[1];
|
|
127
|
+
if (!declarationsVariable) {
|
|
128
|
+
return undefined;
|
|
129
|
+
}
|
|
130
|
+
// Attempt to find variable declaration in the file
|
|
131
|
+
let variableDeclaration = getVariableDeclaration(declarationsVariable.getText(), file);
|
|
132
|
+
if (!variableDeclaration) {
|
|
133
|
+
return undefined;
|
|
134
|
+
}
|
|
135
|
+
const declarationArray = variableDeclaration
|
|
136
|
+
.getChildren()
|
|
137
|
+
.find((node) => node.kind === tsModule.SyntaxKind.ArrayLiteralExpression);
|
|
138
|
+
return declarationArray;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* Try to get declared components like `declarations: SomeClass.components` as in
|
|
142
|
+
* https://github.com/nrwl/nx/issues/7276.
|
|
143
|
+
*/
|
|
144
|
+
function getModuleDeclaredComponentsFromClass(file, declarationsPropertyAssignment) {
|
|
145
|
+
if (!tsModule) {
|
|
146
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
147
|
+
}
|
|
148
|
+
const propertyAccessExpression = declarationsPropertyAssignment
|
|
149
|
+
.getChildren()
|
|
150
|
+
.filter((node) => node.kind === tsModule.SyntaxKind.PropertyAccessExpression)[0];
|
|
151
|
+
if (!propertyAccessExpression) {
|
|
152
|
+
return undefined;
|
|
153
|
+
}
|
|
154
|
+
// Should contain 2 identifiers [SomeClass, components]
|
|
155
|
+
const [clazz, componentsProperty] = propertyAccessExpression
|
|
156
|
+
.getChildren()
|
|
157
|
+
.filter((node) => node.kind === tsModule.SyntaxKind.Identifier);
|
|
158
|
+
if (!clazz || !componentsProperty) {
|
|
159
|
+
return undefined;
|
|
160
|
+
}
|
|
161
|
+
// Attempt to find class declaration in the file
|
|
162
|
+
let classDeclaration = getClassDeclaration(clazz.getText(), file);
|
|
163
|
+
if (!classDeclaration) {
|
|
164
|
+
return undefined;
|
|
165
|
+
}
|
|
166
|
+
const declarationArray = classDeclaration.members
|
|
167
|
+
.filter((node) => node.kind === tsModule.SyntaxKind.PropertyDeclaration)
|
|
168
|
+
.find((propertyDeclaration) => propertyDeclaration
|
|
169
|
+
.getChildren()
|
|
170
|
+
.find((node) => node.kind === tsModule.SyntaxKind.Identifier &&
|
|
171
|
+
node.getText() === componentsProperty.getText()))
|
|
172
|
+
.getChildren()
|
|
173
|
+
.find((node) => node.kind === tsModule.SyntaxKind.ArrayLiteralExpression);
|
|
174
|
+
return declarationArray;
|
|
175
|
+
}
|
|
176
|
+
function getClassDeclaration(className, file) {
|
|
177
|
+
if (!tsModule) {
|
|
178
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
179
|
+
}
|
|
180
|
+
const classDeclaration = (0, js_1.findNodes)(file, tsModule.SyntaxKind.ClassDeclaration).find((classDeclaration) => classDeclaration
|
|
181
|
+
.getChildren()
|
|
182
|
+
.find((node) => node.kind === tsModule.SyntaxKind.Identifier &&
|
|
183
|
+
node.getText() === className));
|
|
184
|
+
return classDeclaration;
|
|
185
|
+
}
|
|
186
|
+
function getVariableDeclaration(variableName, file) {
|
|
187
|
+
if (!tsModule) {
|
|
188
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
189
|
+
}
|
|
190
|
+
const variableDeclaration = (0, js_1.findNodes)(file, tsModule.SyntaxKind.VariableDeclaration).find((variableDeclaration) => variableDeclaration
|
|
191
|
+
.getChildren()
|
|
192
|
+
.find((node) => node.kind === tsModule.SyntaxKind.Identifier &&
|
|
193
|
+
node.getText() === variableName));
|
|
194
|
+
return variableDeclaration;
|
|
195
|
+
}
|
|
196
|
+
function getNgModuleDeclarationsPropertyAssignment(ngModuleDecorator, moduleFilePath, projectName) {
|
|
197
|
+
if (!tsModule) {
|
|
198
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
199
|
+
}
|
|
200
|
+
const syntaxList = ngModuleDecorator.getChildren().find((node) => {
|
|
201
|
+
return node.kind === tsModule.SyntaxKind.SyntaxList;
|
|
202
|
+
});
|
|
203
|
+
const declarationsPropertyAssignment = syntaxList
|
|
204
|
+
.getChildren()
|
|
205
|
+
.find((node) => {
|
|
206
|
+
return (node.kind === tsModule.SyntaxKind.PropertyAssignment &&
|
|
207
|
+
node.getChildren()[0].getText() === 'declarations');
|
|
208
|
+
});
|
|
209
|
+
if (!declarationsPropertyAssignment) {
|
|
210
|
+
devkit_1.logger.warn((0, devkit_1.stripIndents) `No stories generated because there were no components declared in ${moduleFilePath}. Hint: you can always generate stories later with the 'nx generate @nx/angular:stories --name=${projectName}' command.`);
|
|
211
|
+
}
|
|
212
|
+
return declarationsPropertyAssignment;
|
|
213
|
+
}
|
|
214
|
+
function getNgModuleDecorator(file, moduleFilePath) {
|
|
215
|
+
const ngModuleDecorators = (0, ast_utils_1.getDecoratorMetadata)(file, 'NgModule', '@angular/core');
|
|
216
|
+
if (ngModuleDecorators.length === 0) {
|
|
217
|
+
throw new Error(`No @NgModule decorator in ${moduleFilePath}.`);
|
|
218
|
+
}
|
|
219
|
+
return ngModuleDecorators[0];
|
|
220
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Tree } from '@nx/devkit';
|
|
2
|
+
import type { PropertyDeclaration } from 'typescript';
|
|
3
|
+
export type ArgType = 'text' | 'boolean' | 'number' | 'select';
|
|
4
|
+
export interface InputDescriptor {
|
|
5
|
+
name: string;
|
|
6
|
+
type: ArgType;
|
|
7
|
+
defaultValue?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function getInputPropertyDeclarations(tree: Tree, path: string): PropertyDeclaration[];
|
|
10
|
+
export declare function getComponentProps(tree: Tree, componentPath: string, getArgsDefaultValueFn?: (property: PropertyDeclaration) => string | undefined, useDecoratorName?: boolean): InputDescriptor[];
|
|
11
|
+
export declare function getArgType(property: PropertyDeclaration): ArgType;
|
|
12
|
+
export declare function getArgsDefaultValue(property: PropertyDeclaration): string;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getArgsDefaultValue = exports.getArgType = exports.getComponentProps = exports.getInputPropertyDeclarations = void 0;
|
|
4
|
+
const js_1 = require("@nx/js");
|
|
5
|
+
const ast_utils_1 = require("../../../utils/nx-devkit/ast-utils");
|
|
6
|
+
const ensure_typescript_1 = require("@nx/js/src/utils/typescript/ensure-typescript");
|
|
7
|
+
let tsModule;
|
|
8
|
+
function getInputPropertyDeclarations(tree, path) {
|
|
9
|
+
if (!tsModule) {
|
|
10
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
11
|
+
}
|
|
12
|
+
const file = (0, ast_utils_1.getTsSourceFile)(tree, path);
|
|
13
|
+
const decorators = (0, js_1.getSourceNodes)(file).filter((node) => node.kind === tsModule.SyntaxKind.Decorator);
|
|
14
|
+
return decorators
|
|
15
|
+
.filter((decorator) => (0, js_1.findNodes)(decorator, tsModule.SyntaxKind.Identifier).some((node) => node.getText() === 'Input'))
|
|
16
|
+
.map((node) => node.parent);
|
|
17
|
+
}
|
|
18
|
+
exports.getInputPropertyDeclarations = getInputPropertyDeclarations;
|
|
19
|
+
function getComponentProps(tree, componentPath, getArgsDefaultValueFn = getArgsDefaultValue, useDecoratorName = true) {
|
|
20
|
+
if (!tsModule) {
|
|
21
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
22
|
+
}
|
|
23
|
+
const props = getInputPropertyDeclarations(tree, componentPath).map((node) => {
|
|
24
|
+
const decoratorContent = (0, js_1.findNodes)((0, js_1.findNodes)(node, tsModule.SyntaxKind.Decorator).find((n) => n.getText().startsWith('@Input')), tsModule.SyntaxKind.StringLiteral);
|
|
25
|
+
const name = useDecoratorName && decoratorContent.length
|
|
26
|
+
? !decoratorContent[0].getText().includes('.')
|
|
27
|
+
? decoratorContent[0].getText().slice(1, -1)
|
|
28
|
+
: node.name.getText()
|
|
29
|
+
: node.name.getText();
|
|
30
|
+
const type = getArgType(node);
|
|
31
|
+
const defaultValue = getArgsDefaultValueFn(node);
|
|
32
|
+
return {
|
|
33
|
+
name,
|
|
34
|
+
type,
|
|
35
|
+
defaultValue,
|
|
36
|
+
};
|
|
37
|
+
});
|
|
38
|
+
return props;
|
|
39
|
+
}
|
|
40
|
+
exports.getComponentProps = getComponentProps;
|
|
41
|
+
function getArgType(property) {
|
|
42
|
+
if (!tsModule) {
|
|
43
|
+
tsModule = (0, ensure_typescript_1.ensureTypescript)();
|
|
44
|
+
}
|
|
45
|
+
if (property.type) {
|
|
46
|
+
const typeName = property.type.getText();
|
|
47
|
+
const typeNameToArgType = {
|
|
48
|
+
string: 'text',
|
|
49
|
+
number: 'number',
|
|
50
|
+
boolean: 'boolean',
|
|
51
|
+
};
|
|
52
|
+
return typeNameToArgType[typeName] || 'text';
|
|
53
|
+
}
|
|
54
|
+
if (property.initializer) {
|
|
55
|
+
const initializerKindToArgType = {
|
|
56
|
+
[tsModule.SyntaxKind.StringLiteral]: 'text',
|
|
57
|
+
[tsModule.SyntaxKind.NumericLiteral]: 'number',
|
|
58
|
+
[tsModule.SyntaxKind.TrueKeyword]: 'boolean',
|
|
59
|
+
[tsModule.SyntaxKind.FalseKeyword]: 'boolean',
|
|
60
|
+
};
|
|
61
|
+
return initializerKindToArgType[property.initializer.kind] || 'text';
|
|
62
|
+
}
|
|
63
|
+
return 'text';
|
|
64
|
+
}
|
|
65
|
+
exports.getArgType = getArgType;
|
|
66
|
+
function getArgsDefaultValue(property) {
|
|
67
|
+
const typeNameToDefault = {
|
|
68
|
+
string: "''",
|
|
69
|
+
number: '0',
|
|
70
|
+
boolean: 'false',
|
|
71
|
+
};
|
|
72
|
+
return property.initializer
|
|
73
|
+
? property.initializer.getText()
|
|
74
|
+
: property.type
|
|
75
|
+
? typeNameToDefault[property.type.getText()]
|
|
76
|
+
: "''";
|
|
77
|
+
}
|
|
78
|
+
exports.getArgsDefaultValue = getArgsDefaultValue;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getAllFilesRecursivelyFromDir = void 0;
|
|
4
|
+
const devkit_1 = require("@nx/devkit");
|
|
5
|
+
const ignore_1 = require("ignore");
|
|
6
|
+
function getAllFilesRecursivelyFromDir(tree, dir) {
|
|
7
|
+
if (isPathIgnored(tree, dir)) {
|
|
8
|
+
return [];
|
|
9
|
+
}
|
|
10
|
+
const files = [];
|
|
11
|
+
const children = tree.children(dir);
|
|
12
|
+
children.forEach((child) => {
|
|
13
|
+
const childPath = (0, devkit_1.joinPathFragments)(dir, child);
|
|
14
|
+
if (tree.isFile(childPath)) {
|
|
15
|
+
files.push(childPath);
|
|
16
|
+
}
|
|
17
|
+
else {
|
|
18
|
+
files.push(...getAllFilesRecursivelyFromDir(tree, childPath));
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
return files;
|
|
22
|
+
}
|
|
23
|
+
exports.getAllFilesRecursivelyFromDir = getAllFilesRecursivelyFromDir;
|
|
24
|
+
function isPathIgnored(tree, path) {
|
|
25
|
+
let ig;
|
|
26
|
+
if (tree.exists('.gitignore')) {
|
|
27
|
+
ig = (0, ignore_1.default)();
|
|
28
|
+
ig.add(tree.read('.gitignore', 'utf-8'));
|
|
29
|
+
}
|
|
30
|
+
return path !== '' && ig?.ignores(path);
|
|
31
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Tree } from '@nx/devkit';
|
|
2
|
+
import type { Schema as ApplicationOptions } from '../application/schema';
|
|
3
|
+
import type { Schema as HostOptions } from '../host/schema';
|
|
4
|
+
import type { Schema as LibraryOptions } from '../library/schema';
|
|
5
|
+
import type { Schema as RemoteOptions } from '../remote/schema';
|
|
6
|
+
export declare function generateTestApplication(tree: Tree, options: ApplicationOptions): Promise<void>;
|
|
7
|
+
export declare function generateTestHostApplication(tree: Tree, options: HostOptions): Promise<void>;
|
|
8
|
+
export declare function generateTestRemoteApplication(tree: Tree, options: RemoteOptions): Promise<void>;
|
|
9
|
+
export declare function generateTestLibrary(tree: Tree, options: LibraryOptions): Promise<void>;
|
|
10
|
+
export declare function createStorybookTestWorkspaceForLib(libName: string): Promise<Tree>;
|