@breadstone-infrastructure/nx-tasks 0.0.258 → 0.0.259
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/executors.json +87 -87
- package/package.json +47 -76
- package/dist/LICENSE +0 -21
- package/dist/executors.json +0 -149
- package/dist/package.json +0 -48
- package/readme.md +0 -156
- package/src/_legacy/_Lint.ts +0 -40
- package/src/_legacy/_LitAnalyzer.ts +0 -163
- package/src/_legacy/_Resources.ts +0 -69
- package/src/executors/alias-replace/executor.options.ts +0 -10
- package/src/executors/alias-replace/executor.task.ts +0 -305
- package/src/executors/alias-replace/executor.ts +0 -35
- package/src/executors/alias-replace/schema.json +0 -1
- package/src/executors/clean/executor.options.ts +0 -10
- package/src/executors/clean/executor.task.ts +0 -49
- package/src/executors/clean/executor.ts +0 -28
- package/src/executors/clean/schema.json +0 -1
- package/src/executors/copy/executor.options.ts +0 -10
- package/src/executors/copy/executor.task.ts +0 -96
- package/src/executors/copy/executor.ts +0 -30
- package/src/executors/copy/schema.json +0 -1
- package/src/executors/copy2/executor.options.ts +0 -10
- package/src/executors/copy2/executor.task.ts +0 -115
- package/src/executors/copy2/executor.ts +0 -28
- package/src/executors/copy2/schema.json +0 -1
- package/src/executors/docs/ApiDocumenter.ts +0 -50
- package/src/executors/docs/DocusaurusMarkdownFeature.ts +0 -129
- package/src/executors/docs/executor.options.ts +0 -10
- package/src/executors/docs/executor.task.ts +0 -116
- package/src/executors/docs/executor.ts +0 -33
- package/src/executors/docs/schema.json +0 -1
- package/src/executors/generate-package-docs/executor.options.ts +0 -10
- package/src/executors/generate-package-docs/executor.task.ts +0 -381
- package/src/executors/generate-package-docs/executor.ts +0 -47
- package/src/executors/generate-package-docs/schema.json +0 -258
- package/src/executors/icon-collection-builder/executor.options.ts +0 -10
- package/src/executors/icon-collection-builder/executor.task.ts +0 -284
- package/src/executors/icon-collection-builder/executor.ts +0 -67
- package/src/executors/icon-collection-builder/schema.json +0 -1
- package/src/executors/icon-collection-builder/svg.ts +0 -406
- package/src/executors/icon-collection-downloader/executor.options.ts +0 -10
- package/src/executors/icon-collection-downloader/executor.task.ts +0 -409
- package/src/executors/icon-collection-downloader/executor.ts +0 -47
- package/src/executors/icon-collection-downloader/schema.json +0 -33
- package/src/executors/lit-docs/ComponentDocFixer.ts +0 -571
- package/src/executors/lit-docs/JSDocChecker.ts +0 -353
- package/src/executors/lit-docs/executor.options.ts +0 -10
- package/src/executors/lit-docs/executor.task.ts +0 -372
- package/src/executors/lit-docs/executor.ts +0 -31
- package/src/executors/lit-docs/schema.json +0 -1
- package/src/executors/lit-style-transform/executor.options.ts +0 -0
- package/src/executors/lit-style-transform/executor.task.ts +0 -433
- package/src/executors/lit-style-transform/executor.ts +0 -47
- package/src/executors/lit-style-transform/schema.json +0 -1
- package/src/executors/localizator/executor.options.ts +0 -11
- package/src/executors/localizator/executor.task.ts +0 -194
- package/src/executors/localizator/executor.ts +0 -45
- package/src/executors/localizator/schema.json +0 -10
- package/src/executors/markdown-to-typescript-transform/MarkdownRenderer.ts +0 -96
- package/src/executors/markdown-to-typescript-transform/executor.options.ts +0 -0
- package/src/executors/markdown-to-typescript-transform/executor.task.ts +0 -113
- package/src/executors/markdown-to-typescript-transform/executor.ts +0 -44
- package/src/executors/markdown-to-typescript-transform/schema.json +0 -1
- package/src/executors/ng-api-extractor/executor.options.ts +0 -10
- package/src/executors/ng-api-extractor/executor.task.ts +0 -157
- package/src/executors/ng-api-extractor/executor.ts +0 -27
- package/src/executors/ng-api-extractor/schema.json +0 -1
- package/src/executors/ng-packagr-build/executor.options.ts +0 -0
- package/src/executors/ng-packagr-build/executor.task.ts +0 -49
- package/src/executors/ng-packagr-build/executor.ts +0 -29
- package/src/executors/ng-packagr-build/schema.json +0 -1
- package/src/executors/ng-proxy-transform/executor.options.ts +0 -0
- package/src/executors/ng-proxy-transform/executor.task.ts +0 -675
- package/src/executors/ng-proxy-transform/executor.ts +0 -49
- package/src/executors/ng-proxy-transform/schema.json +0 -13
- package/src/executors/openapi-generator/executor.options.ts +0 -0
- package/src/executors/openapi-generator/executor.task.ts +0 -43
- package/src/executors/openapi-generator/executor.ts +0 -35
- package/src/executors/openapi-generator/schema.json +0 -1
- package/src/executors/prisma-seeds/executor.options.ts +0 -15
- package/src/executors/prisma-seeds/executor.task.ts +0 -63
- package/src/executors/prisma-seeds/executor.ts +0 -39
- package/src/executors/prisma-seeds/schema.json +0 -35
- package/src/executors/react-proxy-transform/executor.options.ts +0 -0
- package/src/executors/react-proxy-transform/executor.task.ts +0 -243
- package/src/executors/react-proxy-transform/executor.ts +0 -45
- package/src/executors/react-proxy-transform/schema.json +0 -1
- package/src/executors/release-package/executor.options.ts +0 -0
- package/src/executors/release-package/executor.task.ts +0 -212
- package/src/executors/release-package/executor.ts +0 -33
- package/src/executors/release-package/schema.json +0 -1
- package/src/executors/release-package-json/executor.options.ts +0 -0
- package/src/executors/release-package-json/executor.task.ts +0 -206
- package/src/executors/release-package-json/executor.ts +0 -37
- package/src/executors/release-package-json/schema.json +0 -1
- package/src/executors/scss-style-bundle/executor.options.ts +0 -0
- package/src/executors/scss-style-bundle/executor.task.ts +0 -123
- package/src/executors/scss-style-bundle/executor.ts +0 -37
- package/src/executors/scss-style-bundle/schema.json +0 -1
- package/src/executors/scss-style-transform/executor.options.ts +0 -0
- package/src/executors/scss-style-transform/executor.task.ts +0 -50
- package/src/executors/scss-style-transform/executor.ts +0 -38
- package/src/executors/scss-style-transform/schema.json +0 -1
- package/src/executors/secrets-config-sync/executor.options.ts +0 -10
- package/src/executors/secrets-config-sync/executor.task.ts +0 -163
- package/src/executors/secrets-config-sync/executor.ts +0 -32
- package/src/executors/secrets-config-sync/providers/azure-keyvault.provider.ts +0 -180
- package/src/executors/secrets-config-sync/providers/doppler.provider.ts +0 -84
- package/src/executors/secrets-config-sync/providers/secrets-provider.factory.ts +0 -33
- package/src/executors/secrets-config-sync/providers/secrets-provider.interface.ts +0 -34
- package/src/executors/secrets-config-sync/schema.json +0 -44
- package/src/executors/secrets-vercel-sync/executor.options.ts +0 -12
- package/src/executors/secrets-vercel-sync/executor.task.ts +0 -697
- package/src/executors/secrets-vercel-sync/executor.ts +0 -44
- package/src/executors/secrets-vercel-sync/providers/azure-keyvault.provider.ts +0 -173
- package/src/executors/secrets-vercel-sync/providers/doppler.provider.ts +0 -93
- package/src/executors/secrets-vercel-sync/providers/secrets-provider.factory.ts +0 -33
- package/src/executors/secrets-vercel-sync/providers/secrets-provider.interface.ts +0 -34
- package/src/executors/secrets-vercel-sync/schema.json +0 -112
- package/src/executors/svelte-proxy-transform/executor.options.ts +0 -0
- package/src/executors/svelte-proxy-transform/executor.task.ts +0 -187
- package/src/executors/svelte-proxy-transform/executor.ts +0 -45
- package/src/executors/svelte-proxy-transform/schema.json +0 -1
- package/src/executors/token-linter/executor.options.ts +0 -23
- package/src/executors/token-linter/executor.task.ts +0 -66
- package/src/executors/token-linter/executor.ts +0 -37
- package/src/executors/token-linter/schema.json +0 -63
- package/src/executors/unrelease-package/executor.options.ts +0 -0
- package/src/executors/unrelease-package/executor.task.ts +0 -138
- package/src/executors/unrelease-package/executor.ts +0 -33
- package/src/executors/unrelease-package/schema.json +0 -1
- package/src/executors/vercel-edge-config-sync/executor.options.ts +0 -0
- package/src/executors/vercel-edge-config-sync/executor.task.ts +0 -30
- package/src/executors/vercel-edge-config-sync/executor.ts +0 -25
- package/src/executors/vercel-edge-config-sync/schema.json +0 -1
- package/src/executors/vue-proxy-transform/executor.options.ts +0 -0
- package/src/executors/vue-proxy-transform/executor.task.ts +0 -226
- package/src/executors/vue-proxy-transform/executor.ts +0 -45
- package/src/executors/vue-proxy-transform/schema.json +0 -1
- package/src/index.ts +0 -31
- package/src/types/svgpath.d.ts +0 -13
- package/src/utils/TaskBase.ts +0 -42
- package/src/utils/getProjectPackageJson.ts +0 -22
- package/src/utils/getProjectRoot.ts +0 -14
- package/src/utils/getProjectTsConfigJson.ts +0 -29
- package/src/utils/isVerbose.ts +0 -24
- package/src/utils/loadAndExpandDotEnvFile.ts +0 -108
- package/src/utils/markdown-processing.ts +0 -174
- package/src/utils/valid-html-tags.ts +0 -79
- package/src/utils/withCaching.ts +0 -14
- /package/{dist/CHANGELOG.md → CHANGELOG.md} +0 -0
- /package/{dist/README.md → README.md} +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.d.ts +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.js +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.js.map +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.options.js +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.task.js +0 -0
- /package/{dist/executors → executors}/alias-replace/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/alias-replace/schema.json +0 -0
- /package/{dist/executors → executors}/clean/executor.d.ts +0 -0
- /package/{dist/executors → executors}/clean/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/clean/executor.js +0 -0
- /package/{dist/executors → executors}/clean/executor.js.map +0 -0
- /package/{dist/executors → executors}/clean/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/clean/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/clean/executor.options.js +0 -0
- /package/{dist/executors → executors}/clean/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/clean/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/clean/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/clean/executor.task.js +0 -0
- /package/{dist/executors → executors}/clean/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/clean/schema.json +0 -0
- /package/{dist/executors → executors}/copy/executor.d.ts +0 -0
- /package/{dist/executors → executors}/copy/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy/executor.js +0 -0
- /package/{dist/executors → executors}/copy/executor.js.map +0 -0
- /package/{dist/executors → executors}/copy/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/copy/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy/executor.options.js +0 -0
- /package/{dist/executors → executors}/copy/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/copy/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/copy/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy/executor.task.js +0 -0
- /package/{dist/executors → executors}/copy/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/copy/schema.json +0 -0
- /package/{dist/executors → executors}/copy2/executor.d.ts +0 -0
- /package/{dist/executors → executors}/copy2/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy2/executor.js +0 -0
- /package/{dist/executors → executors}/copy2/executor.js.map +0 -0
- /package/{dist/executors → executors}/copy2/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/copy2/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy2/executor.options.js +0 -0
- /package/{dist/executors → executors}/copy2/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/copy2/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/copy2/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/copy2/executor.task.js +0 -0
- /package/{dist/executors → executors}/copy2/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/copy2/schema.json +0 -0
- /package/{dist/executors → executors}/docs/ApiDocumenter.d.ts +0 -0
- /package/{dist/executors → executors}/docs/ApiDocumenter.d.ts.map +0 -0
- /package/{dist/executors → executors}/docs/ApiDocumenter.js +0 -0
- /package/{dist/executors → executors}/docs/ApiDocumenter.js.map +0 -0
- /package/{dist/executors → executors}/docs/DocusaurusMarkdownFeature.d.ts +0 -0
- /package/{dist/executors → executors}/docs/DocusaurusMarkdownFeature.d.ts.map +0 -0
- /package/{dist/executors → executors}/docs/DocusaurusMarkdownFeature.js +0 -0
- /package/{dist/executors → executors}/docs/DocusaurusMarkdownFeature.js.map +0 -0
- /package/{dist/executors → executors}/docs/executor.d.ts +0 -0
- /package/{dist/executors → executors}/docs/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/docs/executor.js +0 -0
- /package/{dist/executors → executors}/docs/executor.js.map +0 -0
- /package/{dist/executors → executors}/docs/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/docs/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/docs/executor.options.js +0 -0
- /package/{dist/executors → executors}/docs/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/docs/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/docs/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/docs/executor.task.js +0 -0
- /package/{dist/executors → executors}/docs/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/docs/schema.json +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.js +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.js.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.options.js +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.task.js +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/doppler-config-sync/schema.json +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.js +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.js.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.options.js +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.task.js +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/doppler-vercel-sync/schema.json +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.d.ts +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.js +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.js.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.options.js +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.task.js +0 -0
- /package/{dist/executors → executors}/generate-package-docs/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/generate-package-docs/schema.json +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.js +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.options.js +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.task.js +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/schema.json +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/svg.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/svg.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/svg.js +0 -0
- /package/{dist/executors → executors}/icon-collection-builder/svg.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.js +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.options.js +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.task.js +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/icon-collection-downloader/schema.json +0 -0
- /package/{dist/executors → executors}/lit-docs/ComponentDocFixer.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/ComponentDocFixer.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/ComponentDocFixer.js +0 -0
- /package/{dist/executors → executors}/lit-docs/ComponentDocFixer.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocChecker.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocChecker.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocChecker.js +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocChecker.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocFixer.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocFixer.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocFixer.js +0 -0
- /package/{dist/executors → executors}/lit-docs/JSDocFixer.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.js +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.options.js +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.task.js +0 -0
- /package/{dist/executors → executors}/lit-docs/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/lit-docs/schema.json +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.js +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/lit-style-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/lit-style-transform/schema.json +0 -0
- /package/{dist/executors → executors}/localizator/executor.d.ts +0 -0
- /package/{dist/executors → executors}/localizator/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/localizator/executor.js +0 -0
- /package/{dist/executors → executors}/localizator/executor.js.map +0 -0
- /package/{dist/executors → executors}/localizator/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/localizator/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/localizator/executor.options.js +0 -0
- /package/{dist/executors → executors}/localizator/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/localizator/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/localizator/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/localizator/executor.task.js +0 -0
- /package/{dist/executors → executors}/localizator/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/localizator/schema.json +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/MarkdownRenderer.d.ts +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/MarkdownRenderer.d.ts.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/MarkdownRenderer.js +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/MarkdownRenderer.js.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.js +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/markdown-to-typescript-transform/schema.json +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.d.ts +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.js +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.js.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.options.js +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.task.js +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/ng-api-extractor/schema.json +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.d.ts +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.js +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.js.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.options.js +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.task.js +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/ng-packagr-build/schema.json +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.js +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/ng-proxy-transform/schema.json +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.d.ts +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.js +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.js.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.options.js +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.task.js +0 -0
- /package/{dist/executors → executors}/openapi-generator/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/openapi-generator/schema.json +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.d.ts +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.js +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.js.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.options.js +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.task.js +0 -0
- /package/{dist/executors → executors}/prisma-seeds/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/prisma-seeds/schema.json +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.js +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/react-proxy-transform/schema.json +0 -0
- /package/{dist/executors → executors}/release-package/executor.d.ts +0 -0
- /package/{dist/executors → executors}/release-package/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package/executor.js +0 -0
- /package/{dist/executors → executors}/release-package/executor.js.map +0 -0
- /package/{dist/executors → executors}/release-package/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/release-package/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package/executor.options.js +0 -0
- /package/{dist/executors → executors}/release-package/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/release-package/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/release-package/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package/executor.task.js +0 -0
- /package/{dist/executors → executors}/release-package/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/release-package/schema.json +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.d.ts +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.js +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.js.map +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.options.js +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.task.js +0 -0
- /package/{dist/executors → executors}/release-package-json/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/release-package-json/schema.json +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.js +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.options.js +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.task.js +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-bundle/schema.json +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.js +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/scss-style-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/scss-style-transform/schema.json +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.options.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.task.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/azure-keyvault.provider.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/azure-keyvault.provider.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/azure-keyvault.provider.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/azure-keyvault.provider.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/doppler.provider.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/doppler.provider.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/doppler.provider.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/doppler.provider.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.factory.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.factory.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.factory.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.factory.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.interface.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.interface.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.interface.js +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/providers/secrets-provider.interface.js.map +0 -0
- /package/{dist/executors → executors}/secrets-config-sync/schema.json +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.options.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.task.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/azure-keyvault.provider.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/azure-keyvault.provider.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/azure-keyvault.provider.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/azure-keyvault.provider.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/doppler.provider.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/doppler.provider.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/doppler.provider.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/doppler.provider.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.factory.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.factory.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.factory.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.factory.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.interface.d.ts +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.interface.d.ts.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.interface.js +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/providers/secrets-provider.interface.js.map +0 -0
- /package/{dist/executors → executors}/secrets-vercel-sync/schema.json +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.js +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/svelte-proxy-transform/schema.json +0 -0
- /package/{dist/executors → executors}/token-linter/executor.d.ts +0 -0
- /package/{dist/executors → executors}/token-linter/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/token-linter/executor.js +0 -0
- /package/{dist/executors → executors}/token-linter/executor.js.map +0 -0
- /package/{dist/executors → executors}/token-linter/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/token-linter/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/token-linter/executor.options.js +0 -0
- /package/{dist/executors → executors}/token-linter/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/token-linter/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/token-linter/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/token-linter/executor.task.js +0 -0
- /package/{dist/executors → executors}/token-linter/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/token-linter/schema.json +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.d.ts +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.js +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.js.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.options.js +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.task.js +0 -0
- /package/{dist/executors → executors}/unrelease-package/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/unrelease-package/schema.json +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.d.ts +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.js +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.js.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.options.js +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.task.js +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/vercel-edge-config-sync/schema.json +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.d.ts +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.d.ts.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.js +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.js.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.options.d.ts +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.options.d.ts.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.options.js +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.options.js.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.task.d.ts +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.task.d.ts.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.task.js +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/executor.task.js.map +0 -0
- /package/{dist/executors → executors}/vue-proxy-transform/schema.json +0 -0
- /package/{dist/index.d.ts → index.d.ts} +0 -0
- /package/{dist/index.d.ts.map → index.d.ts.map} +0 -0
- /package/{dist/index.js → index.js} +0 -0
- /package/{dist/index.js.map → index.js.map} +0 -0
- /package/{dist/utils → utils}/TaskBase.d.ts +0 -0
- /package/{dist/utils → utils}/TaskBase.d.ts.map +0 -0
- /package/{dist/utils → utils}/TaskBase.js +0 -0
- /package/{dist/utils → utils}/TaskBase.js.map +0 -0
- /package/{dist/utils → utils}/getProjectPackageJson.d.ts +0 -0
- /package/{dist/utils → utils}/getProjectPackageJson.d.ts.map +0 -0
- /package/{dist/utils → utils}/getProjectPackageJson.js +0 -0
- /package/{dist/utils → utils}/getProjectPackageJson.js.map +0 -0
- /package/{dist/utils → utils}/getProjectRoot.d.ts +0 -0
- /package/{dist/utils → utils}/getProjectRoot.d.ts.map +0 -0
- /package/{dist/utils → utils}/getProjectRoot.js +0 -0
- /package/{dist/utils → utils}/getProjectRoot.js.map +0 -0
- /package/{dist/utils → utils}/getProjectTsConfigJson.d.ts +0 -0
- /package/{dist/utils → utils}/getProjectTsConfigJson.d.ts.map +0 -0
- /package/{dist/utils → utils}/getProjectTsConfigJson.js +0 -0
- /package/{dist/utils → utils}/getProjectTsConfigJson.js.map +0 -0
- /package/{dist/utils → utils}/isVerbose.d.ts +0 -0
- /package/{dist/utils → utils}/isVerbose.d.ts.map +0 -0
- /package/{dist/utils → utils}/isVerbose.js +0 -0
- /package/{dist/utils → utils}/isVerbose.js.map +0 -0
- /package/{dist/utils → utils}/loadAndExpandDotEnvFile.d.ts +0 -0
- /package/{dist/utils → utils}/loadAndExpandDotEnvFile.d.ts.map +0 -0
- /package/{dist/utils → utils}/loadAndExpandDotEnvFile.js +0 -0
- /package/{dist/utils → utils}/loadAndExpandDotEnvFile.js.map +0 -0
- /package/{dist/utils → utils}/markdown-processing.d.ts +0 -0
- /package/{dist/utils → utils}/markdown-processing.d.ts.map +0 -0
- /package/{dist/utils → utils}/markdown-processing.js +0 -0
- /package/{dist/utils → utils}/markdown-processing.js.map +0 -0
- /package/{dist/utils → utils}/valid-html-tags.d.ts +0 -0
- /package/{dist/utils → utils}/valid-html-tags.d.ts.map +0 -0
- /package/{dist/utils → utils}/valid-html-tags.js +0 -0
- /package/{dist/utils → utils}/valid-html-tags.js.map +0 -0
- /package/{dist/utils → utils}/withCaching.d.ts +0 -0
- /package/{dist/utils → utils}/withCaching.d.ts.map +0 -0
- /package/{dist/utils → utils}/withCaching.js +0 -0
- /package/{dist/utils → utils}/withCaching.js.map +0 -0
|
@@ -1,381 +0,0 @@
|
|
|
1
|
-
// #region Imports
|
|
2
|
-
|
|
3
|
-
import { ConsoleLogger, logSeparator } from '@breadstone-infrastructure/utilities';
|
|
4
|
-
import * as fs from 'node:fs';
|
|
5
|
-
import * as path from 'node:path';
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
countMarkdownFiles,
|
|
9
|
-
escapeAngleBrackets,
|
|
10
|
-
normalizeFrontmatter,
|
|
11
|
-
resolveInlineLinks,
|
|
12
|
-
rewriteLinks,
|
|
13
|
-
stripPackageBackLink,
|
|
14
|
-
} from '../../utils/markdown-processing';
|
|
15
|
-
|
|
16
|
-
// #endregion
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* @description Task to generate API documentation for a library package using TypeDoc.
|
|
20
|
-
* @public
|
|
21
|
-
*/
|
|
22
|
-
export namespace GeneratePackageDocsTask {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* Post-processing options for generated Markdown files.
|
|
26
|
-
*
|
|
27
|
-
* @public
|
|
28
|
-
*/
|
|
29
|
-
export interface IPostProcessingOptions {
|
|
30
|
-
/** Remove the auto-generated README.md from output. */
|
|
31
|
-
removeReadme?: boolean;
|
|
32
|
-
/** Rename globals.md to index.md for static site generators. */
|
|
33
|
-
renameGlobalsToIndex?: boolean;
|
|
34
|
-
/** Rewrite `.md` extension links for clean URL compatibility. */
|
|
35
|
-
rewriteLinks?: boolean;
|
|
36
|
-
/** Escape angle brackets in type generics for Vue/VitePress. */
|
|
37
|
-
escapeAngleBrackets?: boolean;
|
|
38
|
-
/** Add or normalize YAML frontmatter with a title. */
|
|
39
|
-
normalizeFrontmatter?: boolean;
|
|
40
|
-
/** Mark generated files with `generated: true` in frontmatter. */
|
|
41
|
-
markAsGenerated?: boolean;
|
|
42
|
-
/** Strip TypeDoc-generated package back-links at the top of pages. */
|
|
43
|
-
stripPackageBackLink?: boolean;
|
|
44
|
-
/** Resolve unresolved `{@link}` TSDoc references to plain text. */
|
|
45
|
-
resolveInlineLinks?: boolean;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* Options for the generate-package-docs task.
|
|
50
|
-
*
|
|
51
|
-
* @public
|
|
52
|
-
*/
|
|
53
|
-
export interface IGeneratePackageDocsTaskOptions {
|
|
54
|
-
/** Absolute path to the project root. */
|
|
55
|
-
cwd: string;
|
|
56
|
-
/** Absolute path to the workspace root. */
|
|
57
|
-
workspaceRoot: string;
|
|
58
|
-
/** Nx project name. */
|
|
59
|
-
projectName: string;
|
|
60
|
-
|
|
61
|
-
/** Entry point file relative to `cwd`. */
|
|
62
|
-
entryPoint?: string;
|
|
63
|
-
/** Additional entry point paths (absolute or relative to workspace root). */
|
|
64
|
-
additionalEntryPoints?: string[];
|
|
65
|
-
/** TypeScript config file relative to `cwd`. */
|
|
66
|
-
tsConfig?: string;
|
|
67
|
-
/** Output directory (absolute or relative to workspace root). */
|
|
68
|
-
outputDir?: string;
|
|
69
|
-
/** Display name for the package in generated docs. Auto-detected from package.json if omitted. */
|
|
70
|
-
packageDisplayName?: string;
|
|
71
|
-
|
|
72
|
-
/** TypeDoc output file strategy. */
|
|
73
|
-
outputFileStrategy?: string;
|
|
74
|
-
/** Flatten output files into a single directory. */
|
|
75
|
-
flattenOutputFiles?: boolean;
|
|
76
|
-
/** Hide page headers in generated Markdown. */
|
|
77
|
-
hidePageHeader?: boolean;
|
|
78
|
-
/** Hide page titles in generated Markdown. */
|
|
79
|
-
hidePageTitle?: boolean;
|
|
80
|
-
/** Hide breadcrumb navigation in generated Markdown. */
|
|
81
|
-
hideBreadcrumbs?: boolean;
|
|
82
|
-
/** Wrap code examples in fenced code blocks. */
|
|
83
|
-
useCodeBlocks?: boolean;
|
|
84
|
-
/** Expand object types inline. */
|
|
85
|
-
expandObjects?: boolean;
|
|
86
|
-
/** Format for function parameters. */
|
|
87
|
-
parametersFormat?: string;
|
|
88
|
-
/** Format for enum members. */
|
|
89
|
-
enumMembersFormat?: string;
|
|
90
|
-
/** Format for type declarations. */
|
|
91
|
-
typeDeclarationFormat?: string;
|
|
92
|
-
/** Format for index/listing pages. */
|
|
93
|
-
indexFormat?: string;
|
|
94
|
-
/** TypeDoc member kinds that get their own file. */
|
|
95
|
-
membersWithOwnFile?: string[];
|
|
96
|
-
|
|
97
|
-
/** Exclude private members from docs. */
|
|
98
|
-
excludePrivate?: boolean;
|
|
99
|
-
/** Exclude protected members from docs. */
|
|
100
|
-
excludeProtected?: boolean;
|
|
101
|
-
/** Exclude `@internal` members from docs. */
|
|
102
|
-
excludeInternal?: boolean;
|
|
103
|
-
/** Exclude external/third-party symbols from docs. */
|
|
104
|
-
excludeExternals?: boolean;
|
|
105
|
-
|
|
106
|
-
/** Category display order in index pages. */
|
|
107
|
-
categoryOrder?: string[];
|
|
108
|
-
/** Sort order for members. */
|
|
109
|
-
sort?: string[];
|
|
110
|
-
/** Kind sort order for members. */
|
|
111
|
-
kindSortOrder?: string[];
|
|
112
|
-
|
|
113
|
-
/** Git revision used for source links. */
|
|
114
|
-
gitRevision?: string;
|
|
115
|
-
/** TypeDoc log level. */
|
|
116
|
-
logLevel?: string;
|
|
117
|
-
|
|
118
|
-
/** Post-processing options for generated Markdown. */
|
|
119
|
-
postProcessing?: IPostProcessingOptions;
|
|
120
|
-
|
|
121
|
-
/** Enable verbose logging. */
|
|
122
|
-
verbose?: boolean;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
// #region Fields
|
|
126
|
-
|
|
127
|
-
const DEFAULT_POST_PROCESSING: Required<IPostProcessingOptions> = {
|
|
128
|
-
removeReadme: true,
|
|
129
|
-
renameGlobalsToIndex: true,
|
|
130
|
-
rewriteLinks: true,
|
|
131
|
-
escapeAngleBrackets: true,
|
|
132
|
-
normalizeFrontmatter: true,
|
|
133
|
-
markAsGenerated: true,
|
|
134
|
-
stripPackageBackLink: true,
|
|
135
|
-
resolveInlineLinks: true,
|
|
136
|
-
};
|
|
137
|
-
|
|
138
|
-
const DEFAULT_OPTIONS = {
|
|
139
|
-
entryPoint: 'src/Index.ts',
|
|
140
|
-
tsConfig: 'tsconfig.json',
|
|
141
|
-
outputFileStrategy: 'members',
|
|
142
|
-
flattenOutputFiles: true,
|
|
143
|
-
hidePageHeader: false,
|
|
144
|
-
hidePageTitle: false,
|
|
145
|
-
hideBreadcrumbs: true,
|
|
146
|
-
useCodeBlocks: true,
|
|
147
|
-
expandObjects: true,
|
|
148
|
-
parametersFormat: 'table',
|
|
149
|
-
enumMembersFormat: 'table',
|
|
150
|
-
typeDeclarationFormat: 'table',
|
|
151
|
-
indexFormat: 'table',
|
|
152
|
-
membersWithOwnFile: ['Class', 'Interface', 'TypeAlias', 'Enum', 'Function', 'Variable'],
|
|
153
|
-
excludePrivate: true,
|
|
154
|
-
excludeProtected: false,
|
|
155
|
-
excludeInternal: true,
|
|
156
|
-
excludeExternals: true,
|
|
157
|
-
categoryOrder: ['Classes', 'Interfaces', 'Type Aliases', 'Functions', 'Enumerations', 'Variables'],
|
|
158
|
-
sort: ['alphabetical'],
|
|
159
|
-
kindSortOrder: ['Class', 'Interface', 'TypeAlias', 'Function', 'Enum', 'Variable'],
|
|
160
|
-
gitRevision: 'main',
|
|
161
|
-
logLevel: 'Warn',
|
|
162
|
-
};
|
|
163
|
-
|
|
164
|
-
// #endregion
|
|
165
|
-
|
|
166
|
-
// #region Methods
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* Runs the generate-package-docs task.
|
|
170
|
-
*
|
|
171
|
-
* @public
|
|
172
|
-
*/
|
|
173
|
-
export async function run(options: IGeneratePackageDocsTaskOptions): Promise<void> {
|
|
174
|
-
const logger = new ConsoleLogger();
|
|
175
|
-
|
|
176
|
-
logSeparator(logger, 'Generate Package Docs');
|
|
177
|
-
|
|
178
|
-
const projectRoot = options.cwd;
|
|
179
|
-
const workspaceRoot = options.workspaceRoot;
|
|
180
|
-
const projectName = options.projectName;
|
|
181
|
-
|
|
182
|
-
const entryPointRelative = options.entryPoint ?? DEFAULT_OPTIONS.entryPoint;
|
|
183
|
-
const entryPoint = path.resolve(projectRoot, entryPointRelative);
|
|
184
|
-
|
|
185
|
-
if (!fs.existsSync(entryPoint)) {
|
|
186
|
-
throw new Error(`Entry point not found: ${entryPoint}`);
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
const tsConfigRelative = options.tsConfig ?? DEFAULT_OPTIONS.tsConfig;
|
|
190
|
-
const tsConfig = path.resolve(projectRoot, tsConfigRelative);
|
|
191
|
-
const fallbackTsConfig = path.join(workspaceRoot, 'tsconfig.base.json');
|
|
192
|
-
|
|
193
|
-
const outputDir = options.outputDir
|
|
194
|
-
? path.resolve(workspaceRoot, options.outputDir)
|
|
195
|
-
: path.join(workspaceRoot, '.docs', 'packages', projectName, 'api');
|
|
196
|
-
|
|
197
|
-
let packageDisplayName = options.packageDisplayName ?? projectName;
|
|
198
|
-
const packageJsonPath = path.join(projectRoot, 'package.json');
|
|
199
|
-
|
|
200
|
-
if (!options.packageDisplayName && fs.existsSync(packageJsonPath)) {
|
|
201
|
-
try {
|
|
202
|
-
const pkgJson = JSON.parse(fs.readFileSync(packageJsonPath, 'utf-8'));
|
|
203
|
-
if (pkgJson.name) {
|
|
204
|
-
packageDisplayName = pkgJson.name;
|
|
205
|
-
}
|
|
206
|
-
} catch {
|
|
207
|
-
// Falls back to project name
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
const additionalEntryPoints = resolveAdditionalEntryPoints(
|
|
212
|
-
options.additionalEntryPoints,
|
|
213
|
-
workspaceRoot,
|
|
214
|
-
options.verbose ? logger : undefined,
|
|
215
|
-
);
|
|
216
|
-
|
|
217
|
-
if (options.verbose) {
|
|
218
|
-
logger.log(` 📦 Project: ${projectName}`);
|
|
219
|
-
logger.log(` 📂 Entry: ${entryPoint}`);
|
|
220
|
-
if (additionalEntryPoints.length > 0) {
|
|
221
|
-
logger.log(` 📂 Additional entries: ${additionalEntryPoints.length}`);
|
|
222
|
-
}
|
|
223
|
-
logger.log(` 📁 Output: ${outputDir}`);
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
logger.log(` 📦 Generating docs for ${projectName}...`);
|
|
227
|
-
|
|
228
|
-
if (fs.existsSync(outputDir)) {
|
|
229
|
-
fs.rmSync(outputDir, { recursive: true });
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
let typedocEntry = entryPoint;
|
|
233
|
-
let tempEntryFile: string | null = null;
|
|
234
|
-
|
|
235
|
-
if (additionalEntryPoints.length > 0) {
|
|
236
|
-
logger.log(` 📂 Entry points: main + ${additionalEntryPoints.length} subpath(s)`);
|
|
237
|
-
const libSrc = path.join(projectRoot, 'src');
|
|
238
|
-
tempEntryFile = path.join(libSrc, '_typedoc-entry.ts');
|
|
239
|
-
|
|
240
|
-
const lines = ["export * from './index';"];
|
|
241
|
-
for (const ep of additionalEntryPoints) {
|
|
242
|
-
const rel = path.relative(libSrc, ep).replace(/\.ts$/, '').replace(/\\/g, '/');
|
|
243
|
-
lines.push(`export * from './${rel}';`);
|
|
244
|
-
}
|
|
245
|
-
fs.writeFileSync(tempEntryFile, lines.join('\n') + '\n', 'utf-8');
|
|
246
|
-
typedocEntry = tempEntryFile;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
try {
|
|
250
|
-
const { Application } = await import('typedoc');
|
|
251
|
-
|
|
252
|
-
const typedocOptions = {
|
|
253
|
-
entryPoints: [typedocEntry],
|
|
254
|
-
entryPointStrategy: 'resolve' as const,
|
|
255
|
-
tsconfig: fs.existsSync(tsConfig) ? tsConfig : fallbackTsConfig,
|
|
256
|
-
skipErrorChecking: true,
|
|
257
|
-
out: outputDir,
|
|
258
|
-
plugin: ['typedoc-plugin-markdown'],
|
|
259
|
-
|
|
260
|
-
outputFileStrategy: options.outputFileStrategy ?? DEFAULT_OPTIONS.outputFileStrategy,
|
|
261
|
-
flattenOutputFiles: options.flattenOutputFiles ?? DEFAULT_OPTIONS.flattenOutputFiles,
|
|
262
|
-
hidePageHeader: options.hidePageHeader ?? DEFAULT_OPTIONS.hidePageHeader,
|
|
263
|
-
hidePageTitle: options.hidePageTitle ?? DEFAULT_OPTIONS.hidePageTitle,
|
|
264
|
-
hideBreadcrumbs: options.hideBreadcrumbs ?? DEFAULT_OPTIONS.hideBreadcrumbs,
|
|
265
|
-
useCodeBlocks: options.useCodeBlocks ?? DEFAULT_OPTIONS.useCodeBlocks,
|
|
266
|
-
expandObjects: options.expandObjects ?? DEFAULT_OPTIONS.expandObjects,
|
|
267
|
-
parametersFormat: options.parametersFormat ?? DEFAULT_OPTIONS.parametersFormat,
|
|
268
|
-
enumMembersFormat: options.enumMembersFormat ?? DEFAULT_OPTIONS.enumMembersFormat,
|
|
269
|
-
typeDeclarationFormat: options.typeDeclarationFormat ?? DEFAULT_OPTIONS.typeDeclarationFormat,
|
|
270
|
-
indexFormat: options.indexFormat ?? DEFAULT_OPTIONS.indexFormat,
|
|
271
|
-
membersWithOwnFile: options.membersWithOwnFile ?? DEFAULT_OPTIONS.membersWithOwnFile,
|
|
272
|
-
|
|
273
|
-
projectDocuments: [],
|
|
274
|
-
|
|
275
|
-
excludePrivate: options.excludePrivate ?? DEFAULT_OPTIONS.excludePrivate,
|
|
276
|
-
excludeProtected: options.excludeProtected ?? DEFAULT_OPTIONS.excludeProtected,
|
|
277
|
-
excludeInternal: options.excludeInternal ?? DEFAULT_OPTIONS.excludeInternal,
|
|
278
|
-
excludeExternals: options.excludeExternals ?? DEFAULT_OPTIONS.excludeExternals,
|
|
279
|
-
|
|
280
|
-
categoryOrder: options.categoryOrder ?? DEFAULT_OPTIONS.categoryOrder,
|
|
281
|
-
sort: options.sort ?? DEFAULT_OPTIONS.sort,
|
|
282
|
-
kindSortOrder: options.kindSortOrder ?? DEFAULT_OPTIONS.kindSortOrder,
|
|
283
|
-
|
|
284
|
-
gitRevision: options.gitRevision ?? DEFAULT_OPTIONS.gitRevision,
|
|
285
|
-
logLevel: options.logLevel ?? DEFAULT_OPTIONS.logLevel,
|
|
286
|
-
name: packageDisplayName,
|
|
287
|
-
};
|
|
288
|
-
|
|
289
|
-
const app = await Application.bootstrapWithPlugins(typedocOptions as Record<string, unknown>);
|
|
290
|
-
const project = await app.convert();
|
|
291
|
-
|
|
292
|
-
if (!project) {
|
|
293
|
-
throw new Error(`TypeDoc conversion failed for ${projectName}`);
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
await app.generateOutputs(project);
|
|
297
|
-
|
|
298
|
-
const postProcessing = { ...DEFAULT_POST_PROCESSING, ...options.postProcessing };
|
|
299
|
-
|
|
300
|
-
if (postProcessing.removeReadme) {
|
|
301
|
-
const readmePath = path.join(outputDir, 'README.md');
|
|
302
|
-
if (fs.existsSync(readmePath)) {
|
|
303
|
-
fs.unlinkSync(readmePath);
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
if (postProcessing.renameGlobalsToIndex) {
|
|
308
|
-
const globalsPath = path.join(outputDir, 'globals.md');
|
|
309
|
-
const indexPath = path.join(outputDir, 'index.md');
|
|
310
|
-
if (fs.existsSync(globalsPath) && !fs.existsSync(indexPath)) {
|
|
311
|
-
fs.renameSync(globalsPath, indexPath);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
processGeneratedMarkdown(outputDir, postProcessing);
|
|
316
|
-
|
|
317
|
-
const count = countMarkdownFiles(outputDir);
|
|
318
|
-
logger.log(` ✅ ${projectName}: ${count} API doc files`);
|
|
319
|
-
} finally {
|
|
320
|
-
if (tempEntryFile && fs.existsSync(tempEntryFile)) {
|
|
321
|
-
fs.unlinkSync(tempEntryFile);
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
logSeparator(logger);
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
// #endregion
|
|
329
|
-
|
|
330
|
-
// #region Private
|
|
331
|
-
|
|
332
|
-
function resolveAdditionalEntryPoints(
|
|
333
|
-
entryPoints: string[] | undefined,
|
|
334
|
-
workspaceRoot: string,
|
|
335
|
-
logger?: ConsoleLogger,
|
|
336
|
-
): string[] {
|
|
337
|
-
if (!entryPoints) {
|
|
338
|
-
return [];
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
const resolved: string[] = [];
|
|
342
|
-
for (const ep of entryPoints) {
|
|
343
|
-
const abs = path.isAbsolute(ep) ? ep : path.resolve(workspaceRoot, ep);
|
|
344
|
-
if (fs.existsSync(abs)) {
|
|
345
|
-
resolved.push(abs);
|
|
346
|
-
} else {
|
|
347
|
-
logger?.warn(` ⚠ Additional entry point not found: ${ep}`);
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
return resolved;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
function processGeneratedMarkdown(dir: string, options: Required<IPostProcessingOptions>): void {
|
|
355
|
-
for (const entry of fs.readdirSync(dir, { withFileTypes: true })) {
|
|
356
|
-
const fullPath = path.join(dir, entry.name);
|
|
357
|
-
if (entry.isDirectory()) {
|
|
358
|
-
processGeneratedMarkdown(fullPath, options);
|
|
359
|
-
} else if (entry.name.endsWith('.md')) {
|
|
360
|
-
if (options.normalizeFrontmatter) {
|
|
361
|
-
normalizeFrontmatter(fullPath, { generated: options.markAsGenerated });
|
|
362
|
-
}
|
|
363
|
-
if (options.rewriteLinks) {
|
|
364
|
-
rewriteLinks(fullPath);
|
|
365
|
-
}
|
|
366
|
-
if (options.stripPackageBackLink) {
|
|
367
|
-
stripPackageBackLink(fullPath);
|
|
368
|
-
}
|
|
369
|
-
if (options.resolveInlineLinks) {
|
|
370
|
-
resolveInlineLinks(fullPath);
|
|
371
|
-
}
|
|
372
|
-
if (options.escapeAngleBrackets) {
|
|
373
|
-
escapeAngleBrackets(fullPath);
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
// #endregion
|
|
380
|
-
|
|
381
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
// #region Imports
|
|
2
|
-
|
|
3
|
-
import type { ExecutorContext } from '@nx/devkit';
|
|
4
|
-
import { getProjectRoot } from '../../utils/getProjectRoot';
|
|
5
|
-
import { isVerbose } from '../../utils/isVerbose';
|
|
6
|
-
import type { GeneratePackageDocsExecutorOptions } from './executor.options';
|
|
7
|
-
|
|
8
|
-
// #endregion
|
|
9
|
-
|
|
10
|
-
export default async function runExecutor(
|
|
11
|
-
options: GeneratePackageDocsExecutorOptions,
|
|
12
|
-
context: ExecutorContext,
|
|
13
|
-
): Promise<{ success: boolean }> {
|
|
14
|
-
try {
|
|
15
|
-
const projectName = context.projectName;
|
|
16
|
-
|
|
17
|
-
if (!projectName) {
|
|
18
|
-
throw new Error('No project name available in executor context.');
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
// Auto-discover additional entry points from the build target when not explicitly provided
|
|
22
|
-
let additionalEntryPoints = options.additionalEntryPoints;
|
|
23
|
-
if (!additionalEntryPoints) {
|
|
24
|
-
const projectNode = context.projectGraph?.nodes[projectName];
|
|
25
|
-
const buildTarget = projectNode?.data.targets?.['build'];
|
|
26
|
-
if (Array.isArray(buildTarget?.options?.additionalEntryPoints)) {
|
|
27
|
-
additionalEntryPoints = buildTarget.options.additionalEntryPoints as string[];
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
const task = (await import('./executor.task')).GeneratePackageDocsTask;
|
|
32
|
-
await task.run({
|
|
33
|
-
...options,
|
|
34
|
-
cwd: getProjectRoot(context),
|
|
35
|
-
workspaceRoot: context.root,
|
|
36
|
-
projectName,
|
|
37
|
-
additionalEntryPoints,
|
|
38
|
-
verbose: isVerbose(context, options),
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
return { success: true };
|
|
42
|
-
} catch (error) {
|
|
43
|
-
console.error(error);
|
|
44
|
-
|
|
45
|
-
return { success: false };
|
|
46
|
-
}
|
|
47
|
-
}
|
|
@@ -1,258 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json-schema.org/schema",
|
|
3
|
-
"title": "Generate Package Docs",
|
|
4
|
-
"description": "Generates API documentation for a library package using TypeDoc with Markdown output and configurable post-processing.",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"entryPoint": {
|
|
8
|
-
"type": "string",
|
|
9
|
-
"description": "Entry point file relative to the project root.",
|
|
10
|
-
"default": "src/Index.ts"
|
|
11
|
-
},
|
|
12
|
-
"additionalEntryPoints": {
|
|
13
|
-
"type": "array",
|
|
14
|
-
"items": {
|
|
15
|
-
"type": "string"
|
|
16
|
-
},
|
|
17
|
-
"description": "Additional entry point paths (absolute or relative to workspace root). Auto-discovered from the build target's `additionalEntryPoints` when omitted."
|
|
18
|
-
},
|
|
19
|
-
"tsConfig": {
|
|
20
|
-
"type": "string",
|
|
21
|
-
"description": "TypeScript config file relative to the project root.",
|
|
22
|
-
"default": "tsconfig.json"
|
|
23
|
-
},
|
|
24
|
-
"outputDir": {
|
|
25
|
-
"type": "string",
|
|
26
|
-
"description": "Output directory (absolute or relative to workspace root). Defaults to `.docs/packages/{projectName}/api`."
|
|
27
|
-
},
|
|
28
|
-
"packageDisplayName": {
|
|
29
|
-
"type": "string",
|
|
30
|
-
"description": "Display name for the package in generated docs. Auto-detected from package.json when omitted."
|
|
31
|
-
},
|
|
32
|
-
"outputFileStrategy": {
|
|
33
|
-
"type": "string",
|
|
34
|
-
"enum": [
|
|
35
|
-
"members",
|
|
36
|
-
"modules"
|
|
37
|
-
],
|
|
38
|
-
"description": "TypeDoc output file strategy.",
|
|
39
|
-
"default": "members"
|
|
40
|
-
},
|
|
41
|
-
"flattenOutputFiles": {
|
|
42
|
-
"type": "boolean",
|
|
43
|
-
"description": "Flatten output files into a single directory.",
|
|
44
|
-
"default": true
|
|
45
|
-
},
|
|
46
|
-
"hidePageHeader": {
|
|
47
|
-
"type": "boolean",
|
|
48
|
-
"description": "Hide page headers in generated Markdown.",
|
|
49
|
-
"default": false
|
|
50
|
-
},
|
|
51
|
-
"hidePageTitle": {
|
|
52
|
-
"type": "boolean",
|
|
53
|
-
"description": "Hide page titles in generated Markdown.",
|
|
54
|
-
"default": false
|
|
55
|
-
},
|
|
56
|
-
"hideBreadcrumbs": {
|
|
57
|
-
"type": "boolean",
|
|
58
|
-
"description": "Hide breadcrumb navigation in generated Markdown.",
|
|
59
|
-
"default": true
|
|
60
|
-
},
|
|
61
|
-
"useCodeBlocks": {
|
|
62
|
-
"type": "boolean",
|
|
63
|
-
"description": "Wrap code examples in fenced code blocks.",
|
|
64
|
-
"default": true
|
|
65
|
-
},
|
|
66
|
-
"expandObjects": {
|
|
67
|
-
"type": "boolean",
|
|
68
|
-
"description": "Expand object types inline.",
|
|
69
|
-
"default": true
|
|
70
|
-
},
|
|
71
|
-
"parametersFormat": {
|
|
72
|
-
"type": "string",
|
|
73
|
-
"enum": [
|
|
74
|
-
"table",
|
|
75
|
-
"list",
|
|
76
|
-
"htmlTable"
|
|
77
|
-
],
|
|
78
|
-
"description": "Format for function parameters.",
|
|
79
|
-
"default": "table"
|
|
80
|
-
},
|
|
81
|
-
"enumMembersFormat": {
|
|
82
|
-
"type": "string",
|
|
83
|
-
"enum": [
|
|
84
|
-
"table",
|
|
85
|
-
"list",
|
|
86
|
-
"htmlTable"
|
|
87
|
-
],
|
|
88
|
-
"description": "Format for enum members.",
|
|
89
|
-
"default": "table"
|
|
90
|
-
},
|
|
91
|
-
"typeDeclarationFormat": {
|
|
92
|
-
"type": "string",
|
|
93
|
-
"enum": [
|
|
94
|
-
"table",
|
|
95
|
-
"list",
|
|
96
|
-
"htmlTable"
|
|
97
|
-
],
|
|
98
|
-
"description": "Format for type declarations.",
|
|
99
|
-
"default": "table"
|
|
100
|
-
},
|
|
101
|
-
"indexFormat": {
|
|
102
|
-
"type": "string",
|
|
103
|
-
"enum": [
|
|
104
|
-
"table",
|
|
105
|
-
"list",
|
|
106
|
-
"htmlTable"
|
|
107
|
-
],
|
|
108
|
-
"description": "Format for index/listing pages.",
|
|
109
|
-
"default": "table"
|
|
110
|
-
},
|
|
111
|
-
"membersWithOwnFile": {
|
|
112
|
-
"type": "array",
|
|
113
|
-
"items": {
|
|
114
|
-
"type": "string"
|
|
115
|
-
},
|
|
116
|
-
"description": "TypeDoc member kinds that get their own file.",
|
|
117
|
-
"default": [
|
|
118
|
-
"Class",
|
|
119
|
-
"Interface",
|
|
120
|
-
"TypeAlias",
|
|
121
|
-
"Enum",
|
|
122
|
-
"Function",
|
|
123
|
-
"Variable"
|
|
124
|
-
]
|
|
125
|
-
},
|
|
126
|
-
"excludePrivate": {
|
|
127
|
-
"type": "boolean",
|
|
128
|
-
"description": "Exclude private members from docs.",
|
|
129
|
-
"default": true
|
|
130
|
-
},
|
|
131
|
-
"excludeProtected": {
|
|
132
|
-
"type": "boolean",
|
|
133
|
-
"description": "Exclude protected members from docs.",
|
|
134
|
-
"default": false
|
|
135
|
-
},
|
|
136
|
-
"excludeInternal": {
|
|
137
|
-
"type": "boolean",
|
|
138
|
-
"description": "Exclude @internal members from docs.",
|
|
139
|
-
"default": true
|
|
140
|
-
},
|
|
141
|
-
"excludeExternals": {
|
|
142
|
-
"type": "boolean",
|
|
143
|
-
"description": "Exclude external/third-party symbols from docs.",
|
|
144
|
-
"default": true
|
|
145
|
-
},
|
|
146
|
-
"categoryOrder": {
|
|
147
|
-
"type": "array",
|
|
148
|
-
"items": {
|
|
149
|
-
"type": "string"
|
|
150
|
-
},
|
|
151
|
-
"description": "Category display order in index pages.",
|
|
152
|
-
"default": [
|
|
153
|
-
"Classes",
|
|
154
|
-
"Interfaces",
|
|
155
|
-
"Type Aliases",
|
|
156
|
-
"Functions",
|
|
157
|
-
"Enumerations",
|
|
158
|
-
"Variables"
|
|
159
|
-
]
|
|
160
|
-
},
|
|
161
|
-
"sort": {
|
|
162
|
-
"type": "array",
|
|
163
|
-
"items": {
|
|
164
|
-
"type": "string"
|
|
165
|
-
},
|
|
166
|
-
"description": "Sort order for members.",
|
|
167
|
-
"default": [
|
|
168
|
-
"alphabetical"
|
|
169
|
-
]
|
|
170
|
-
},
|
|
171
|
-
"kindSortOrder": {
|
|
172
|
-
"type": "array",
|
|
173
|
-
"items": {
|
|
174
|
-
"type": "string"
|
|
175
|
-
},
|
|
176
|
-
"description": "Kind sort order for members.",
|
|
177
|
-
"default": [
|
|
178
|
-
"Class",
|
|
179
|
-
"Interface",
|
|
180
|
-
"TypeAlias",
|
|
181
|
-
"Function",
|
|
182
|
-
"Enum",
|
|
183
|
-
"Variable"
|
|
184
|
-
]
|
|
185
|
-
},
|
|
186
|
-
"gitRevision": {
|
|
187
|
-
"type": "string",
|
|
188
|
-
"description": "Git revision used for source links.",
|
|
189
|
-
"default": "main"
|
|
190
|
-
},
|
|
191
|
-
"logLevel": {
|
|
192
|
-
"type": "string",
|
|
193
|
-
"enum": [
|
|
194
|
-
"Verbose",
|
|
195
|
-
"Info",
|
|
196
|
-
"Warn",
|
|
197
|
-
"Error",
|
|
198
|
-
"None"
|
|
199
|
-
],
|
|
200
|
-
"description": "TypeDoc log level.",
|
|
201
|
-
"default": "Warn"
|
|
202
|
-
},
|
|
203
|
-
"postProcessing": {
|
|
204
|
-
"type": "object",
|
|
205
|
-
"description": "Post-processing options for generated Markdown files. All default to true.",
|
|
206
|
-
"properties": {
|
|
207
|
-
"removeReadme": {
|
|
208
|
-
"type": "boolean",
|
|
209
|
-
"description": "Remove the auto-generated README.md from output.",
|
|
210
|
-
"default": true
|
|
211
|
-
},
|
|
212
|
-
"renameGlobalsToIndex": {
|
|
213
|
-
"type": "boolean",
|
|
214
|
-
"description": "Rename globals.md to index.md for static site generators.",
|
|
215
|
-
"default": true
|
|
216
|
-
},
|
|
217
|
-
"rewriteLinks": {
|
|
218
|
-
"type": "boolean",
|
|
219
|
-
"description": "Rewrite .md extension links for clean URL compatibility.",
|
|
220
|
-
"default": true
|
|
221
|
-
},
|
|
222
|
-
"escapeAngleBrackets": {
|
|
223
|
-
"type": "boolean",
|
|
224
|
-
"description": "Escape angle brackets in type generics for Vue/VitePress.",
|
|
225
|
-
"default": true
|
|
226
|
-
},
|
|
227
|
-
"normalizeFrontmatter": {
|
|
228
|
-
"type": "boolean",
|
|
229
|
-
"description": "Add or normalize YAML frontmatter with a title.",
|
|
230
|
-
"default": true
|
|
231
|
-
},
|
|
232
|
-
"markAsGenerated": {
|
|
233
|
-
"type": "boolean",
|
|
234
|
-
"description": "Mark generated files with generated: true in frontmatter.",
|
|
235
|
-
"default": true
|
|
236
|
-
},
|
|
237
|
-
"stripPackageBackLink": {
|
|
238
|
-
"type": "boolean",
|
|
239
|
-
"description": "Strip TypeDoc-generated package back-links at the top of pages.",
|
|
240
|
-
"default": true
|
|
241
|
-
},
|
|
242
|
-
"resolveInlineLinks": {
|
|
243
|
-
"type": "boolean",
|
|
244
|
-
"description": "Resolve unresolved {@link} TSDoc references to plain text.",
|
|
245
|
-
"default": true
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
"additionalProperties": false
|
|
249
|
-
},
|
|
250
|
-
"verbose": {
|
|
251
|
-
"type": "boolean",
|
|
252
|
-
"description": "Enable verbose logging.",
|
|
253
|
-
"default": false
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
"required": [],
|
|
257
|
-
"additionalProperties": false
|
|
258
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
// #region Imports
|
|
2
|
-
|
|
3
|
-
import type { IconCollectionBuilderTask } from './executor.task';
|
|
4
|
-
|
|
5
|
-
// #endregion
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
|
-
export type IconCollectionBuilderExecutorOptions = Omit<IconCollectionBuilderTask.IIconCollectionBuilderTaskOptions, 'cwd' | 'packageJson' | 'tsConfigJson'>;
|