@breadstone-infrastructure/nx-tasks 0.0.258 → 0.0.260
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,571 +0,0 @@
|
|
|
1
|
-
// #region Imports
|
|
2
|
-
|
|
3
|
-
import { File } from '@breadstone-infrastructure/utilities';
|
|
4
|
-
import type { IJSDocCheckerResult } from './JSDocChecker';
|
|
5
|
-
|
|
6
|
-
// #endregion
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Represents the location and text of a component documentation comment block.
|
|
10
|
-
*
|
|
11
|
-
* @public
|
|
12
|
-
*/
|
|
13
|
-
export interface IComponentDocMatch {
|
|
14
|
-
readonly start: number;
|
|
15
|
-
readonly end: number;
|
|
16
|
-
readonly docText: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Represents a single parsed tag occurrence from a documentation block.
|
|
21
|
-
*
|
|
22
|
-
* @public
|
|
23
|
-
*/
|
|
24
|
-
export interface IDocTag {
|
|
25
|
-
readonly tag: string;
|
|
26
|
-
readonly lines: ReadonlyArray<string>;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Represents a fully parsed documentation comment block, split into
|
|
31
|
-
* preamble text and individual tag sections.
|
|
32
|
-
*
|
|
33
|
-
* @public
|
|
34
|
-
*/
|
|
35
|
-
export interface IParsedDocBlock {
|
|
36
|
-
readonly preambleLines: ReadonlyArray<string>;
|
|
37
|
-
readonly tagSections: ReadonlyArray<IDocTag>;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* Reconciles component documentation comment blocks with the actual code.
|
|
42
|
-
* Removes stale tags, adds missing tags, and reorders all tags according to
|
|
43
|
-
* the canonical tag order.
|
|
44
|
-
*
|
|
45
|
-
* @public
|
|
46
|
-
*/
|
|
47
|
-
export class ComponentDocFixer {
|
|
48
|
-
|
|
49
|
-
// #region Fields
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* The canonical order of custom element documentation tags.
|
|
53
|
-
*
|
|
54
|
-
* @private
|
|
55
|
-
*/
|
|
56
|
-
private static readonly _TAG_ORDER: ReadonlyArray<string> = [
|
|
57
|
-
'description', 'name', 'element', 'category',
|
|
58
|
-
'slot', 'csspart', 'cssprop', 'fires', 'dependency',
|
|
59
|
-
'example', 'public'
|
|
60
|
-
];
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* Defines which tags belong to the same visual group in the output.
|
|
64
|
-
* Tags within a group are consecutive; groups are separated by blank lines.
|
|
65
|
-
*
|
|
66
|
-
* @private
|
|
67
|
-
*/
|
|
68
|
-
private static readonly _TAG_GROUPS: ReadonlyArray<ReadonlyArray<string>> = [
|
|
69
|
-
['description'],
|
|
70
|
-
['name', 'element', 'category'],
|
|
71
|
-
['slot'],
|
|
72
|
-
['csspart'],
|
|
73
|
-
['cssprop'],
|
|
74
|
-
['fires'],
|
|
75
|
-
['dependency'],
|
|
76
|
-
['example'],
|
|
77
|
-
['public'],
|
|
78
|
-
];
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Tags that can contain multiple continuation lines (free-form content).
|
|
82
|
-
*
|
|
83
|
-
* @private
|
|
84
|
-
*/
|
|
85
|
-
private static readonly _MULTILINE_TAGS: ReadonlySet<string> = new Set(['description', 'example']);
|
|
86
|
-
|
|
87
|
-
// #endregion
|
|
88
|
-
|
|
89
|
-
// #region Methods
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Reconciles component documentation tags in a file with the actual code.
|
|
93
|
-
* Removes stale tags, adds missing tags, and reorders all tags to match
|
|
94
|
-
* the canonical tag order.
|
|
95
|
-
*
|
|
96
|
-
* @param filePath - The absolute path to the component file to fix.
|
|
97
|
-
* @param result - The validation result containing the class name and missing details.
|
|
98
|
-
* @param slots - The full list of expected slot names from the template.
|
|
99
|
-
* @param parts - The full list of expected csspart names from the template.
|
|
100
|
-
* @param cssVars - The full list of expected CSS custom property names.
|
|
101
|
-
* @param dependencies - The full list of expected dependency class names.
|
|
102
|
-
* @param cssVarTypes - Optional map from CSS variable name to token type (e.g. `color`, `time`).
|
|
103
|
-
* @returns `true` if the file was modified, or a failure reason string.
|
|
104
|
-
* @public
|
|
105
|
-
*/
|
|
106
|
-
public static fix(
|
|
107
|
-
filePath: string,
|
|
108
|
-
result: IJSDocCheckerResult,
|
|
109
|
-
slots: Array<string>,
|
|
110
|
-
parts: Array<string>,
|
|
111
|
-
cssVars: Array<string>,
|
|
112
|
-
dependencies: Array<string>,
|
|
113
|
-
cssVarTypes: Map<string, string> = new Map()
|
|
114
|
-
): true | string {
|
|
115
|
-
const content = File.readAllText(filePath, 'utf8');
|
|
116
|
-
|
|
117
|
-
const docMatch = this.findClassDoc(content, result.className);
|
|
118
|
-
if (!docMatch) {
|
|
119
|
-
return `Could not locate a documentation comment block (/** ... */) before class '${result.className}'. ` +
|
|
120
|
-
`The file may use a complex @Component() decorator that the regex cannot parse.`;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
const { start, end, docText } = docMatch;
|
|
124
|
-
const parsed = this.parseDocBlock(docText);
|
|
125
|
-
const reconciled = this.reconcile(parsed, slots, parts, cssVars, dependencies, cssVarTypes);
|
|
126
|
-
const rebuilt = this.rebuildDocBlock(parsed.preambleLines, reconciled);
|
|
127
|
-
|
|
128
|
-
if (rebuilt === docText) {
|
|
129
|
-
return `Documentation comment for class '${result.className}' is already correct after reconciliation.`;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
const updatedContent = content.substring(0, start) + rebuilt + content.substring(end);
|
|
133
|
-
File.writeAllText(filePath, updatedContent, 'utf8');
|
|
134
|
-
|
|
135
|
-
return true;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* Finds the documentation comment block immediately preceding a class declaration.
|
|
140
|
-
* Searches backwards from the class keyword to find the nearest doc block,
|
|
141
|
-
* ensuring it does not accidentally match a doc block for a different declaration.
|
|
142
|
-
*
|
|
143
|
-
* @param content - The full file content.
|
|
144
|
-
* @param className - The class name to find the documentation for.
|
|
145
|
-
* @returns The doc match or `null` if not found.
|
|
146
|
-
* @private
|
|
147
|
-
*/
|
|
148
|
-
private static findClassDoc(content: string, className: string): IComponentDocMatch | null {
|
|
149
|
-
// Find the class declaration position
|
|
150
|
-
const classPattern = new RegExp(
|
|
151
|
-
`export\\s+(?:abstract\\s+)?class\\s+${className}\\b`
|
|
152
|
-
);
|
|
153
|
-
const classMatch = classPattern.exec(content);
|
|
154
|
-
|
|
155
|
-
if (!classMatch) {
|
|
156
|
-
return null;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
// Search backwards from the class declaration for the nearest /** ... */ block.
|
|
160
|
-
// Only consider the content before the class keyword.
|
|
161
|
-
const contentBeforeClass = content.substring(0, classMatch.index);
|
|
162
|
-
const docBlockPattern = /\/\*\*[\s\S]*?\*\//g;
|
|
163
|
-
let lastDocMatch: RegExpExecArray | null = null;
|
|
164
|
-
let currentMatch: RegExpExecArray | null;
|
|
165
|
-
|
|
166
|
-
while ((currentMatch = docBlockPattern.exec(contentBeforeClass)) !== null) {
|
|
167
|
-
lastDocMatch = currentMatch;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
if (!lastDocMatch) {
|
|
171
|
-
return null;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
// Verify there are no other declarations (interface, class, type, enum, function)
|
|
175
|
-
// between the doc block end and the class declaration.
|
|
176
|
-
const betweenContent = contentBeforeClass.substring(lastDocMatch.index + lastDocMatch[0].length);
|
|
177
|
-
const declarationPattern = /\b(?:export\s+)?(?:interface|class|type|enum|function)\s+\w+/;
|
|
178
|
-
|
|
179
|
-
if (declarationPattern.test(betweenContent)) {
|
|
180
|
-
return null;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
const docText = lastDocMatch[0];
|
|
184
|
-
const start = lastDocMatch.index;
|
|
185
|
-
const end = start + docText.length;
|
|
186
|
-
|
|
187
|
-
return { start, end, docText };
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
/**
|
|
191
|
-
* Parses a raw documentation comment block into structured preamble and tag sections.
|
|
192
|
-
*
|
|
193
|
-
* @param docText - The raw documentation comment text including opening and closing markers.
|
|
194
|
-
* @returns The parsed representation with preamble lines and tag sections.
|
|
195
|
-
* @private
|
|
196
|
-
*/
|
|
197
|
-
private static parseDocBlock(docText: string): IParsedDocBlock {
|
|
198
|
-
const lines = docText.split('\n');
|
|
199
|
-
const preambleLines: Array<string> = [];
|
|
200
|
-
const tagSections: Array<IDocTag> = [];
|
|
201
|
-
|
|
202
|
-
let currentTag: string | null = null;
|
|
203
|
-
let currentLines: Array<string> = [];
|
|
204
|
-
let inPreamble = true;
|
|
205
|
-
|
|
206
|
-
const tagPattern = /^\s*\*\s*@(\w+)/;
|
|
207
|
-
|
|
208
|
-
const saveCurrentTag = (): void => {
|
|
209
|
-
if (currentTag !== null && currentLines.length > 0) {
|
|
210
|
-
// Strip trailing blank comment lines
|
|
211
|
-
while (currentLines.length > 0 && currentLines[currentLines.length - 1].trim() === '*') {
|
|
212
|
-
currentLines.pop();
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
if (currentLines.length > 0) {
|
|
216
|
-
tagSections.push({ tag: currentTag, lines: [...currentLines] });
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
currentLines = [];
|
|
221
|
-
};
|
|
222
|
-
|
|
223
|
-
for (const line of lines) {
|
|
224
|
-
const trimmed = line.trim();
|
|
225
|
-
|
|
226
|
-
if (trimmed === '/**' || trimmed === '*/') {
|
|
227
|
-
continue;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
const tagMatch = tagPattern.exec(line);
|
|
231
|
-
|
|
232
|
-
if (tagMatch) {
|
|
233
|
-
saveCurrentTag();
|
|
234
|
-
inPreamble = false;
|
|
235
|
-
currentTag = tagMatch[1];
|
|
236
|
-
currentLines = [line];
|
|
237
|
-
} else if (inPreamble) {
|
|
238
|
-
preambleLines.push(line);
|
|
239
|
-
} else if (currentTag !== null) {
|
|
240
|
-
const isBlank = trimmed === '*' || trimmed === '';
|
|
241
|
-
|
|
242
|
-
if (!isBlank || ComponentDocFixer._MULTILINE_TAGS.has(currentTag)) {
|
|
243
|
-
currentLines.push(line);
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
saveCurrentTag();
|
|
249
|
-
|
|
250
|
-
// Strip trailing blank lines from preamble
|
|
251
|
-
while (preambleLines.length > 0 && preambleLines[preambleLines.length - 1].trim() === '*') {
|
|
252
|
-
preambleLines.pop();
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
return { preambleLines, tagSections };
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
/**
|
|
259
|
-
* Reconciles parsed tag sections with the expected values from the actual code.
|
|
260
|
-
* Removes stale tags, adds missing tags, and orders everything canonically.
|
|
261
|
-
*
|
|
262
|
-
* @param parsed - The parsed documentation block.
|
|
263
|
-
* @param slots - The expected slot names.
|
|
264
|
-
* @param parts - The expected csspart names.
|
|
265
|
-
* @param cssVars - The expected CSS custom property names.
|
|
266
|
-
* @param dependencies - The expected dependency class names.
|
|
267
|
-
* @param cssVarTypes - Map from CSS variable name to token type.
|
|
268
|
-
* @returns The reconciled and ordered tag list.
|
|
269
|
-
* @private
|
|
270
|
-
*/
|
|
271
|
-
private static reconcile(
|
|
272
|
-
parsed: IParsedDocBlock,
|
|
273
|
-
slots: Array<string>,
|
|
274
|
-
parts: Array<string>,
|
|
275
|
-
cssVars: Array<string>,
|
|
276
|
-
dependencies: Array<string>,
|
|
277
|
-
cssVarTypes: Map<string, string> = new Map()
|
|
278
|
-
): Array<IDocTag> {
|
|
279
|
-
// Group existing tags by type
|
|
280
|
-
const tagsByType = new Map<string, Array<IDocTag>>();
|
|
281
|
-
|
|
282
|
-
for (const section of parsed.tagSections) {
|
|
283
|
-
const group = tagsByType.get(section.tag);
|
|
284
|
-
|
|
285
|
-
if (group) {
|
|
286
|
-
group.push(section);
|
|
287
|
-
} else {
|
|
288
|
-
tagsByType.set(section.tag, [section]);
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
const result: Array<IDocTag> = [];
|
|
293
|
-
|
|
294
|
-
// Emit tags in canonical order
|
|
295
|
-
for (const tag of ComponentDocFixer._TAG_ORDER) {
|
|
296
|
-
const existing = tagsByType.get(tag) ?? [];
|
|
297
|
-
|
|
298
|
-
switch (tag) {
|
|
299
|
-
case 'slot':
|
|
300
|
-
result.push(...this.reconcileTagGroup(
|
|
301
|
-
'slot', existing, slots,
|
|
302
|
-
(value) => ` * @slot ${value} - The ${value || 'default'} slot.`
|
|
303
|
-
));
|
|
304
|
-
break;
|
|
305
|
-
case 'csspart':
|
|
306
|
-
result.push(...this.reconcileTagGroup(
|
|
307
|
-
'csspart', existing, parts,
|
|
308
|
-
(value) => ` * @csspart ${value} - The ${value} part.`
|
|
309
|
-
));
|
|
310
|
-
break;
|
|
311
|
-
case 'cssprop':
|
|
312
|
-
result.push(...this.reconcileTagGroup(
|
|
313
|
-
'cssprop', existing, cssVars,
|
|
314
|
-
(value) => ` * @cssprop {${this.tokenTypeToCsspropType(cssVarTypes.get(value))}} ${value} - The ${this.cssVarToDescription(value)} CSS custom property.`
|
|
315
|
-
));
|
|
316
|
-
break;
|
|
317
|
-
case 'dependency':
|
|
318
|
-
result.push(...this.reconcileTagGroup(
|
|
319
|
-
'dependency', existing, dependencies,
|
|
320
|
-
(value) => ` * @dependency ${value} - The ${this.tagNameToDescription(value)} element.`
|
|
321
|
-
));
|
|
322
|
-
break;
|
|
323
|
-
default:
|
|
324
|
-
// Non-reconcilable tags (description, name, element, category, fires, example, public): keep as-is
|
|
325
|
-
result.push(...existing);
|
|
326
|
-
break;
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
// Preserve unknown tags not in _TAG_ORDER
|
|
331
|
-
for (const [tag, sections] of tagsByType.entries()) {
|
|
332
|
-
if (!ComponentDocFixer._TAG_ORDER.includes(tag)) {
|
|
333
|
-
result.push(...sections);
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
return result;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
/**
|
|
341
|
-
* Reconciles a single tag group against the expected values.
|
|
342
|
-
* Keeps existing tags that match an expected value, removes stale ones,
|
|
343
|
-
* and adds new tags for uncovered values.
|
|
344
|
-
*
|
|
345
|
-
* @param tagName - The tag type being reconciled.
|
|
346
|
-
* @param existing - The existing tags of this type from the doc block.
|
|
347
|
-
* @param expectedValues - The expected values from the actual code.
|
|
348
|
-
* @param generateLine - A factory to produce new tag lines for missing values.
|
|
349
|
-
* @returns The reconciled tags: preserved originals first, then newly generated ones.
|
|
350
|
-
* @private
|
|
351
|
-
*/
|
|
352
|
-
private static reconcileTagGroup(
|
|
353
|
-
tagName: string,
|
|
354
|
-
existing: Array<IDocTag>,
|
|
355
|
-
expectedValues: Array<string>,
|
|
356
|
-
generateLine: (value: string) => string
|
|
357
|
-
): Array<IDocTag> {
|
|
358
|
-
const result: Array<IDocTag> = [];
|
|
359
|
-
const covered = new Set<string>();
|
|
360
|
-
const tagToValue = new Map<IDocTag, string>();
|
|
361
|
-
|
|
362
|
-
// Keep existing tags that match an expected value
|
|
363
|
-
for (const tag of existing) {
|
|
364
|
-
const tagText = tag.lines.join(' ');
|
|
365
|
-
let matched = false;
|
|
366
|
-
|
|
367
|
-
for (const value of expectedValues) {
|
|
368
|
-
if (!covered.has(value) && this.tagContainsValue(tagText, value, tagName)) {
|
|
369
|
-
covered.add(value);
|
|
370
|
-
matched = true;
|
|
371
|
-
tagToValue.set(tag, value);
|
|
372
|
-
break;
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
if (matched) {
|
|
377
|
-
result.push(tag);
|
|
378
|
-
}
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
// Add new tags for uncovered expected values
|
|
382
|
-
for (const value of expectedValues) {
|
|
383
|
-
if (!covered.has(value)) {
|
|
384
|
-
const tag: IDocTag = { tag: tagName, lines: [generateLine(value)] };
|
|
385
|
-
tagToValue.set(tag, value);
|
|
386
|
-
result.push(tag);
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
// Sort alphabetically; empty string (default slot) always first
|
|
391
|
-
result.sort((a, b) => {
|
|
392
|
-
const valueA = tagToValue.get(a) ?? '';
|
|
393
|
-
const valueB = tagToValue.get(b) ?? '';
|
|
394
|
-
|
|
395
|
-
if (valueA === '' && valueB !== '') {
|
|
396
|
-
return -1;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
if (valueA !== '' && valueB === '') {
|
|
400
|
-
return 1;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
return valueA.localeCompare(valueB);
|
|
404
|
-
});
|
|
405
|
-
|
|
406
|
-
return result;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
/**
|
|
410
|
-
* Checks whether a tag text contains a specific expected value using
|
|
411
|
-
* precise matching to avoid substring false positives.
|
|
412
|
-
*
|
|
413
|
-
* @param tagText - The concatenated text of the tag lines.
|
|
414
|
-
* @param value - The expected value to look for.
|
|
415
|
-
* @param tagName - The tag type for context-aware matching.
|
|
416
|
-
* @returns `true` if the tag documents the given value.
|
|
417
|
-
* @private
|
|
418
|
-
*/
|
|
419
|
-
private static tagContainsValue(tagText: string, value: string, tagName: string): boolean {
|
|
420
|
-
if (value === '') {
|
|
421
|
-
// Default/unnamed slot: matches @slot - description (no name before the dash)
|
|
422
|
-
if (tagName === 'slot') {
|
|
423
|
-
return /\*\s*@slot\s+-\s/.test(tagText) || /\*\s*@slot\s*$/.test(tagText);
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
return true;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
const escaped = value.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
|
430
|
-
|
|
431
|
-
// CSS variables: exact match with non-word-hyphen lookahead
|
|
432
|
-
if (value.startsWith('--')) {
|
|
433
|
-
return new RegExp(`${escaped}(?![\\w-])`).test(tagText);
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
// Identifiers: exact match with word-boundary-like checks
|
|
437
|
-
return new RegExp(`(?<![\\w-])${escaped}(?![\\w-])`).test(tagText);
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
/**
|
|
441
|
-
* Rebuilds a documentation comment block from preamble and ordered tag sections.
|
|
442
|
-
* Groups tags visually according to the tag group definitions and separates
|
|
443
|
-
* groups with blank comment lines.
|
|
444
|
-
*
|
|
445
|
-
* @param preambleLines - The preamble text lines.
|
|
446
|
-
* @param tags - The ordered tag sections.
|
|
447
|
-
* @returns The complete documentation comment string.
|
|
448
|
-
* @private
|
|
449
|
-
*/
|
|
450
|
-
private static rebuildDocBlock(
|
|
451
|
-
preambleLines: ReadonlyArray<string>,
|
|
452
|
-
tags: ReadonlyArray<IDocTag>
|
|
453
|
-
): string {
|
|
454
|
-
const sections: Array<Array<string>> = [];
|
|
455
|
-
|
|
456
|
-
// Section 0: preamble
|
|
457
|
-
if (preambleLines.length > 0) {
|
|
458
|
-
sections.push([...preambleLines]);
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
// Group tags by their visual group
|
|
462
|
-
let currentGroupIndex = -1;
|
|
463
|
-
let currentGroupLines: Array<string> = [];
|
|
464
|
-
let lastTag: string | null = null;
|
|
465
|
-
|
|
466
|
-
for (const tag of tags) {
|
|
467
|
-
const groupIndex = this.getTagGroupIndex(tag.tag);
|
|
468
|
-
|
|
469
|
-
if (groupIndex !== currentGroupIndex && currentGroupLines.length > 0) {
|
|
470
|
-
sections.push(currentGroupLines);
|
|
471
|
-
currentGroupLines = [];
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
// Separate consecutive multiline tags (e.g. @example) with a blank line
|
|
475
|
-
if (tag.tag === lastTag && ComponentDocFixer._MULTILINE_TAGS.has(tag.tag)) {
|
|
476
|
-
currentGroupLines.push(' *');
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
currentGroupLines.push(...tag.lines);
|
|
480
|
-
currentGroupIndex = groupIndex;
|
|
481
|
-
lastTag = tag.tag;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
if (currentGroupLines.length > 0) {
|
|
485
|
-
sections.push(currentGroupLines);
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
// Join sections with ' *' separators
|
|
489
|
-
const output: Array<string> = ['/**'];
|
|
490
|
-
|
|
491
|
-
for (let i = 0; i < sections.length; i++) {
|
|
492
|
-
if (i > 0) {
|
|
493
|
-
output.push(' *');
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
output.push(...sections[i]);
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
output.push(' */');
|
|
500
|
-
|
|
501
|
-
return output.join('\n');
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
/**
|
|
505
|
-
* Gets the visual group index for a tag type.
|
|
506
|
-
*
|
|
507
|
-
* @param tag - The tag type.
|
|
508
|
-
* @returns The group index, or `-1` for unknown tags.
|
|
509
|
-
* @private
|
|
510
|
-
*/
|
|
511
|
-
private static getTagGroupIndex(tag: string): number {
|
|
512
|
-
return ComponentDocFixer._TAG_GROUPS.findIndex((group) => group.includes(tag));
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
/**
|
|
516
|
-
* Generates a human-readable description from a CSS variable name.
|
|
517
|
-
*
|
|
518
|
-
* @param cssVar - The CSS variable name (e.g. `--button-font-family`).
|
|
519
|
-
* @returns A human-readable description.
|
|
520
|
-
* @private
|
|
521
|
-
*/
|
|
522
|
-
private static cssVarToDescription(cssVar: string): string {
|
|
523
|
-
const segments = cssVar.replace(/^--/, '').split('-');
|
|
524
|
-
|
|
525
|
-
if (segments.length <= 1) {
|
|
526
|
-
return cssVar;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
return segments.slice(1).join(' ');
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
/**
|
|
533
|
-
* Converts a `mosaik-*` tag name to a human-readable description.
|
|
534
|
-
*
|
|
535
|
-
* @param tagName - The tag name (e.g. `mosaik-fab`).
|
|
536
|
-
* @returns A human-readable description (e.g. `Fab`).
|
|
537
|
-
* @private
|
|
538
|
-
*/
|
|
539
|
-
private static tagNameToDescription(tagName: string): string {
|
|
540
|
-
return tagName
|
|
541
|
-
.replace(/^mosaik-/, '')
|
|
542
|
-
.split('-')
|
|
543
|
-
.map((segment) => segment.charAt(0).toUpperCase() + segment.slice(1))
|
|
544
|
-
.join(' ');
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
/**
|
|
548
|
-
* Maps a token type from the JSON definition to the PascalCase type
|
|
549
|
-
* used in `@cssprop` annotations.
|
|
550
|
-
*
|
|
551
|
-
* @param tokenType - The token type from the JSON (e.g. `color`, `time`).
|
|
552
|
-
* @returns The PascalCase type for the `@cssprop` tag (e.g. `Color`, `String`).
|
|
553
|
-
* @private
|
|
554
|
-
*/
|
|
555
|
-
private static tokenTypeToCsspropType(tokenType: string | undefined): string {
|
|
556
|
-
switch (tokenType) {
|
|
557
|
-
case 'color':
|
|
558
|
-
return 'Color';
|
|
559
|
-
case 'number':
|
|
560
|
-
return 'Number';
|
|
561
|
-
case 'array':
|
|
562
|
-
return 'Array';
|
|
563
|
-
default:
|
|
564
|
-
return 'String';
|
|
565
|
-
}
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
// #endregion
|
|
569
|
-
|
|
570
|
-
}
|
|
571
|
-
|