@cbnventures/nova 0.16.2 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/README.md +8 -0
- package/build/package.json +1 -1
- package/build/src/api/node-releases.d.ts +4 -4
- package/build/src/api/node-releases.d.ts.map +1 -1
- package/build/src/api/node-releases.js +14 -14
- package/build/src/api/node-releases.js.map +1 -1
- package/build/src/api/spdx-licenses.d.ts +4 -4
- package/build/src/api/spdx-licenses.d.ts.map +1 -1
- package/build/src/api/spdx-licenses.js +12 -12
- package/build/src/api/spdx-licenses.js.map +1 -1
- package/build/src/cli/generate/github/funding.d.ts +3 -3
- package/build/src/cli/generate/github/funding.d.ts.map +1 -1
- package/build/src/cli/generate/github/funding.js +10 -6
- package/build/src/cli/generate/github/funding.js.map +1 -1
- package/build/src/cli/generate/github/issue-template.d.ts +3 -3
- package/build/src/cli/generate/github/issue-template.d.ts.map +1 -1
- package/build/src/cli/generate/github/issue-template.js +20 -13
- package/build/src/cli/generate/github/issue-template.js.map +1 -1
- package/build/src/cli/generate/github/workflows.d.ts +10 -9
- package/build/src/cli/generate/github/workflows.d.ts.map +1 -1
- package/build/src/cli/generate/github/workflows.js +249 -129
- package/build/src/cli/generate/github/workflows.js.map +1 -1
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts +3 -3
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/agent-conventions.js +16 -13
- package/build/src/cli/generate/must-haves/agent-conventions.js.map +1 -1
- package/build/src/cli/generate/must-haves/dotenv.d.ts +3 -3
- package/build/src/cli/generate/must-haves/dotenv.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/dotenv.js +90 -77
- package/build/src/cli/generate/must-haves/dotenv.js.map +1 -1
- package/build/src/cli/generate/must-haves/editorconfig.d.ts +3 -3
- package/build/src/cli/generate/must-haves/editorconfig.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/editorconfig.js +9 -5
- package/build/src/cli/generate/must-haves/editorconfig.js.map +1 -1
- package/build/src/cli/generate/must-haves/gitignore.d.ts +3 -3
- package/build/src/cli/generate/must-haves/gitignore.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/gitignore.js +81 -71
- package/build/src/cli/generate/must-haves/gitignore.js.map +1 -1
- package/build/src/cli/generate/must-haves/license.d.ts +3 -3
- package/build/src/cli/generate/must-haves/license.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/license.js +19 -86
- package/build/src/cli/generate/must-haves/license.js.map +1 -1
- package/build/src/cli/generate/must-haves/read-me.d.ts +3 -3
- package/build/src/cli/generate/must-haves/read-me.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/read-me.js +26 -28
- package/build/src/cli/generate/must-haves/read-me.js.map +1 -1
- package/build/src/cli/index.js +81 -34
- package/build/src/cli/index.js.map +1 -1
- package/build/src/cli/recipe/github/handle-gh-failure.d.ts +3 -0
- package/build/src/cli/recipe/github/handle-gh-failure.d.ts.map +1 -0
- package/build/src/cli/recipe/github/handle-gh-failure.js +22 -0
- package/build/src/cli/recipe/github/handle-gh-failure.js.map +1 -0
- package/build/src/cli/recipe/github/sync-features.d.ts +5 -0
- package/build/src/cli/recipe/github/sync-features.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-features.js +145 -0
- package/build/src/cli/recipe/github/sync-features.js.map +1 -0
- package/build/src/cli/recipe/github/sync-identity.d.ts +6 -0
- package/build/src/cli/recipe/github/sync-identity.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-identity.js +191 -0
- package/build/src/cli/recipe/github/sync-identity.js.map +1 -0
- package/build/src/cli/recipe/github/sync-policies.d.ts +5 -0
- package/build/src/cli/recipe/github/sync-policies.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-policies.js +154 -0
- package/build/src/cli/recipe/github/sync-policies.js.map +1 -0
- package/build/src/cli/recipe/index.d.ts +2 -2
- package/build/src/cli/recipe/index.d.ts.map +1 -1
- package/build/src/cli/recipe/index.js +66 -56
- package/build/src/cli/recipe/index.js.map +1 -1
- package/build/src/cli/recipe/package-json/cleanup.d.ts +3 -3
- package/build/src/cli/recipe/package-json/cleanup.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/cleanup.js +27 -25
- package/build/src/cli/recipe/package-json/cleanup.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-artifacts.js +35 -35
- package/build/src/cli/recipe/package-json/normalize-artifacts.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-bundler.js +22 -22
- package/build/src/cli/recipe/package-json/normalize-bundler.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-dependencies.js +37 -37
- package/build/src/cli/recipe/package-json/normalize-dependencies.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-modules.js +47 -47
- package/build/src/cli/recipe/package-json/normalize-modules.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-tooling.js +23 -23
- package/build/src/cli/recipe/package-json/normalize-tooling.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-environment.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-environment.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-environment.js +37 -37
- package/build/src/cli/recipe/package-json/sync-environment.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-identity.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-identity.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-identity.js +20 -20
- package/build/src/cli/recipe/package-json/sync-identity.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-ownership.js +28 -28
- package/build/src/cli/recipe/package-json/sync-ownership.js.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.d.ts +3 -3
- package/build/src/cli/scaffold/app/expressjs.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.js +1 -1
- package/build/src/cli/scaffold/app/expressjs.js.map +1 -1
- package/build/src/cli/scaffold/app/nextjs.d.ts +3 -3
- package/build/src/cli/scaffold/app/nextjs.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/nextjs.js +1 -1
- package/build/src/cli/scaffold/app/nextjs.js.map +1 -1
- package/build/src/cli/scaffold/app/vite.d.ts +3 -3
- package/build/src/cli/scaffold/app/vite.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/vite.js +1 -1
- package/build/src/cli/scaffold/app/vite.js.map +1 -1
- package/build/src/cli/scaffold/app/workers.d.ts +3 -3
- package/build/src/cli/scaffold/app/workers.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/workers.js +1 -1
- package/build/src/cli/scaffold/app/workers.js.map +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.d.ts +3 -3
- package/build/src/cli/scaffold/docs/docusaurus.d.ts.map +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.js +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.js.map +1 -1
- package/build/src/cli/scaffold/starter/base.d.ts +3 -3
- package/build/src/cli/scaffold/starter/base.d.ts.map +1 -1
- package/build/src/cli/scaffold/starter/base.js +7 -7
- package/build/src/cli/scaffold/starter/base.js.map +1 -1
- package/build/src/cli/utility/changelog.d.ts +4 -3
- package/build/src/cli/utility/changelog.d.ts.map +1 -1
- package/build/src/cli/utility/changelog.js +86 -84
- package/build/src/cli/utility/changelog.js.map +1 -1
- package/build/src/cli/utility/initialize.d.ts +5 -3
- package/build/src/cli/utility/initialize.d.ts.map +1 -1
- package/build/src/cli/utility/initialize.js +805 -244
- package/build/src/cli/utility/initialize.js.map +1 -1
- package/build/src/cli/utility/run-recipes.d.ts +3 -3
- package/build/src/cli/utility/run-recipes.d.ts.map +1 -1
- package/build/src/cli/utility/run-recipes.js +43 -12
- package/build/src/cli/utility/run-recipes.js.map +1 -1
- package/build/src/cli/utility/run-scripts.d.ts +3 -3
- package/build/src/cli/utility/run-scripts.d.ts.map +1 -1
- package/build/src/cli/utility/run-scripts.js +9 -8
- package/build/src/cli/utility/run-scripts.js.map +1 -1
- package/build/src/cli/utility/transpile.d.ts +3 -3
- package/build/src/cli/utility/transpile.d.ts.map +1 -1
- package/build/src/cli/utility/transpile.js +4 -4
- package/build/src/cli/utility/transpile.js.map +1 -1
- package/build/src/cli/utility/type-check.d.ts +3 -3
- package/build/src/cli/utility/type-check.d.ts.map +1 -1
- package/build/src/cli/utility/type-check.js +4 -4
- package/build/src/cli/utility/type-check.js.map +1 -1
- package/build/src/cli/utility/version.d.ts +3 -3
- package/build/src/cli/utility/version.d.ts.map +1 -1
- package/build/src/cli/utility/version.js +102 -102
- package/build/src/cli/utility/version.js.map +1 -1
- package/build/src/lib/constants.d.ts +4 -0
- package/build/src/lib/constants.d.ts.map +1 -0
- package/build/src/lib/constants.js +3 -0
- package/build/src/lib/constants.js.map +1 -0
- package/build/src/lib/item.d.ts +32 -31
- package/build/src/lib/item.d.ts.map +1 -1
- package/build/src/lib/item.js +3 -1
- package/build/src/lib/item.js.map +1 -1
- package/build/src/lib/nova-config.d.ts +11 -5
- package/build/src/lib/nova-config.d.ts.map +1 -1
- package/build/src/lib/nova-config.js +143 -8
- package/build/src/lib/nova-config.js.map +1 -1
- package/build/src/lib/regex.d.ts +15 -1
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +15 -1
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/scaffold.d.ts +9 -9
- package/build/src/lib/scaffold.d.ts.map +1 -1
- package/build/src/lib/scaffold.js +45 -44
- package/build/src/lib/scaffold.js.map +1 -1
- package/build/src/lib/utility.d.ts +26 -21
- package/build/src/lib/utility.d.ts.map +1 -1
- package/build/src/lib/utility.js +139 -19
- package/build/src/lib/utility.js.map +1 -1
- package/build/src/lib/workflow-templates.d.ts +2 -2
- package/build/src/lib/workflow-templates.d.ts.map +1 -1
- package/build/src/lib/workflow-templates.js +44 -2
- package/build/src/lib/workflow-templates.js.map +1 -1
- package/build/src/presets/eslint/dx-code-style.d.ts +2 -2
- package/build/src/presets/eslint/dx-code-style.d.ts.map +1 -1
- package/build/src/presets/eslint/dx-code-style.js.map +1 -1
- package/build/src/presets/eslint/dx-ignore.d.ts +2 -2
- package/build/src/presets/eslint/dx-ignore.d.ts.map +1 -1
- package/build/src/presets/eslint/dx-ignore.js +7 -0
- package/build/src/presets/eslint/dx-ignore.js.map +1 -1
- package/build/src/presets/eslint/fw-docusaurus.d.ts +2 -2
- package/build/src/presets/eslint/fw-docusaurus.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-docusaurus.js.map +1 -1
- package/build/src/presets/eslint/fw-expressjs.d.ts +2 -2
- package/build/src/presets/eslint/fw-expressjs.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-expressjs.js.map +1 -1
- package/build/src/presets/eslint/fw-nextjs.d.ts +2 -2
- package/build/src/presets/eslint/fw-nextjs.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-nextjs.js.map +1 -1
- package/build/src/presets/eslint/lang-javascript.d.ts +2 -2
- package/build/src/presets/eslint/lang-javascript.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-javascript.js.map +1 -1
- package/build/src/presets/eslint/lang-mdx.d.ts +2 -2
- package/build/src/presets/eslint/lang-mdx.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-mdx.js.map +1 -1
- package/build/src/presets/eslint/lang-typescript.d.ts +2 -2
- package/build/src/presets/eslint/lang-typescript.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-typescript.js.map +1 -1
- package/build/src/presets/eslint/runtime-browser.d.ts +2 -2
- package/build/src/presets/eslint/runtime-browser.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-browser.js.map +1 -1
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts +2 -2
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-cloudflare-workers.js.map +1 -1
- package/build/src/presets/eslint/runtime-edge.d.ts +2 -2
- package/build/src/presets/eslint/runtime-edge.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-edge.js.map +1 -1
- package/build/src/presets/eslint/runtime-node.d.ts +2 -2
- package/build/src/presets/eslint/runtime-node.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-node.js.map +1 -1
- package/build/src/presets/eslint/runtime-service-worker.d.ts +2 -2
- package/build/src/presets/eslint/runtime-service-worker.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-service-worker.js.map +1 -1
- package/build/src/presets/eslint/runtime-web-worker.d.ts +2 -2
- package/build/src/presets/eslint/runtime-web-worker.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-web-worker.js.map +1 -1
- package/build/src/presets/eslint/tool-vite.d.ts +2 -2
- package/build/src/presets/eslint/tool-vite.d.ts.map +1 -1
- package/build/src/presets/eslint/tool-vite.js.map +1 -1
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts +3 -3
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js +2 -2
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js.map +1 -1
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts +3 -3
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js +14 -14
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts +6 -6
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-explicit-return.js +14 -14
- package/build/src/rules/eslint/conventions/require-explicit-return.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts +4 -4
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-hash-private.js +3 -3
- package/build/src/rules/eslint/conventions/require-hash-private.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts +4 -4
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js +4 -4
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts +16 -16
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-naming-convention.js +34 -31
- package/build/src/rules/eslint/conventions/require-naming-convention.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts +3 -3
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-undefined-init.js +2 -2
- package/build/src/rules/eslint/conventions/require-undefined-init.js.map +1 -1
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts +4 -4
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/switch-case-blocks.js +3 -3
- package/build/src/rules/eslint/conventions/switch-case-blocks.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts +5 -5
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js +16 -16
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts +4 -4
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-multiline-strings.js +19 -19
- package/build/src/rules/eslint/formatting/no-multiline-strings.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts +3 -3
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js +2 -2
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +3 -3
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js +2 -2
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-import-order.d.ts +3 -3
- package/build/src/rules/eslint/formatting/require-import-order.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-import-order.js +6 -6
- package/build/src/rules/eslint/formatting/require-import-order.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts +4 -4
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js +5 -5
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts +4 -4
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js +5 -5
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts +9 -9
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.js +20 -20
- package/build/src/rules/eslint/formatting/require-padding-lines.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts +3 -3
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.js +2 -2
- package/build/src/rules/eslint/formatting/require-ternary-parens.js.map +1 -1
- package/build/src/rules/eslint/index.d.ts +44 -44
- package/build/src/rules/eslint/index.d.ts.map +1 -1
- package/build/src/rules/eslint/index.js +44 -44
- package/build/src/rules/eslint/index.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts +7 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js +7 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +9 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js +115 -61
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js +6 -6
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js +8 -8
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts +3 -3
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.js +5 -5
- package/build/src/rules/eslint/nova/no-logger-dev.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-assign-then-return.js +2 -2
- package/build/src/rules/eslint/patterns/no-assign-then-return.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts +7 -7
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-await-in-loop.js +4 -4
- package/build/src/rules/eslint/patterns/no-await-in-loop.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js +2 -2
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js +2 -2
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts +4 -4
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js +2 -2
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js +2 -2
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts +7 -7
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-use-before-define.js +2 -2
- package/build/src/rules/eslint/patterns/no-use-before-define.js.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts +3 -3
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js +2 -2
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts +4 -4
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.js +2 -2
- package/build/src/rules/eslint/regex/no-regex-literals.js.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.d.ts +4 -4
- package/build/src/rules/eslint/safety/no-script-url.d.ts.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.js +2 -2
- package/build/src/rules/eslint/safety/no-script-url.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts +8 -8
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-destructuring.js +10 -10
- package/build/src/rules/eslint/syntax/no-destructuring.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts +6 -6
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-numeric-literals.js +2 -2
- package/build/src/rules/eslint/syntax/no-numeric-literals.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts +3 -3
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-optional-chaining.js +2 -2
- package/build/src/rules/eslint/syntax/no-optional-chaining.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts +4 -4
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-rest-params.js +8 -8
- package/build/src/rules/eslint/syntax/no-rest-params.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js +2 -2
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-explicit-any.js +2 -2
- package/build/src/rules/eslint/typescript/no-explicit-any.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js +9 -9
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts +4 -4
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-shared-type-import.js +2 -2
- package/build/src/rules/eslint/typescript/no-shared-type-import.js.map +1 -1
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts +4 -4
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js +2 -2
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js.map +1 -1
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts +6 -4
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/require-type-naming.js +54 -8
- package/build/src/rules/eslint/typescript/require-type-naming.js.map +1 -1
- package/build/src/toolkit/bootstrap.d.ts +10 -10
- package/build/src/toolkit/bootstrap.d.ts.map +1 -1
- package/build/src/toolkit/bootstrap.js +33 -33
- package/build/src/toolkit/bootstrap.js.map +1 -1
- package/build/src/toolkit/cli-header.d.ts +4 -4
- package/build/src/toolkit/cli-header.d.ts.map +1 -1
- package/build/src/toolkit/cli-header.js +22 -22
- package/build/src/toolkit/cli-header.js.map +1 -1
- package/build/src/toolkit/logger.d.ts +9 -9
- package/build/src/toolkit/logger.d.ts.map +1 -1
- package/build/src/toolkit/logger.js +16 -16
- package/build/src/toolkit/logger.js.map +1 -1
- package/build/src/toolkit/markdown-table.d.ts +6 -6
- package/build/src/toolkit/markdown-table.d.ts.map +1 -1
- package/build/src/toolkit/markdown-table.js +2 -2
- package/build/src/toolkit/markdown-table.js.map +1 -1
- package/build/src/types/api/node-releases.d.ts +14 -14
- package/build/src/types/api/spdx-licenses.d.ts +17 -17
- package/build/src/types/cli/generate/github/funding.d.ts +28 -28
- package/build/src/types/cli/generate/github/issue-template.d.ts +87 -71
- package/build/src/types/cli/generate/github/workflows.d.ts +365 -302
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +29 -21
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +209 -205
- package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +16 -16
- package/build/src/types/cli/generate/must-haves/gitignore.d.ts +188 -156
- package/build/src/types/cli/generate/must-haves/license.d.ts +27 -42
- package/build/src/types/cli/generate/must-haves/read-me.d.ts +105 -95
- package/build/src/types/cli/index.d.ts +73 -84
- package/build/src/types/cli/recipe/github/handle-gh-failure.d.ts +18 -0
- package/build/src/types/cli/recipe/github/sync-features.d.ts +67 -0
- package/build/src/types/cli/recipe/github/sync-identity.d.ts +107 -0
- package/build/src/types/cli/recipe/github/sync-policies.d.ts +70 -0
- package/build/src/types/cli/recipe/index.d.ts +21 -16
- package/build/src/types/cli/recipe/package-json/cleanup.d.ts +57 -55
- package/build/src/types/cli/recipe/package-json/normalize-artifacts.d.ts +44 -44
- package/build/src/types/cli/recipe/package-json/normalize-bundler.d.ts +36 -36
- package/build/src/types/cli/recipe/package-json/normalize-dependencies.d.ts +65 -65
- package/build/src/types/cli/recipe/package-json/normalize-modules.d.ts +37 -35
- package/build/src/types/cli/recipe/package-json/normalize-tooling.d.ts +39 -39
- package/build/src/types/cli/recipe/package-json/sync-environment.d.ts +60 -60
- package/build/src/types/cli/recipe/package-json/sync-identity.d.ts +51 -51
- package/build/src/types/cli/recipe/package-json/sync-ownership.d.ts +78 -78
- package/build/src/types/cli/scaffold/app/expressjs.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/nextjs.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/vite.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/workers.d.ts +10 -10
- package/build/src/types/cli/scaffold/docs/docusaurus.d.ts +10 -10
- package/build/src/types/cli/scaffold/starter/base.d.ts +27 -27
- package/build/src/types/cli/utility/changelog.d.ts +189 -180
- package/build/src/types/cli/utility/initialize.d.ts +1135 -690
- package/build/src/types/cli/utility/run-recipes.d.ts +32 -11
- package/build/src/types/cli/utility/run-scripts.d.ts +126 -52
- package/build/src/types/cli/utility/transpile.d.ts +30 -30
- package/build/src/types/cli/utility/type-check.d.ts +30 -30
- package/build/src/types/cli/utility/version.d.ts +130 -130
- package/build/src/types/lib/constants.d.ts +13 -0
- package/build/src/types/lib/item.d.ts +158 -149
- package/build/src/types/lib/nova-config.d.ts +379 -191
- package/build/src/types/lib/regex.d.ts +762 -0
- package/build/src/types/lib/scaffold.d.ts +176 -149
- package/build/src/types/lib/utility.d.ts +395 -194
- package/build/src/types/lib/workflow-templates.d.ts +61 -56
- package/build/src/types/presets/eslint/dx-code-style.d.ts +1 -1
- package/build/src/types/presets/eslint/dx-ignore.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-docusaurus.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-expressjs.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-nextjs.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-javascript.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-mdx.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-typescript.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-browser.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-cloudflare-workers.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-edge.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-node.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-service-worker.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-web-worker.d.ts +1 -1
- package/build/src/types/presets/eslint/tool-vite.d.ts +1 -1
- package/build/src/types/rules/eslint/conventions/no-default-export-declaration.d.ts +30 -13
- package/build/src/types/rules/eslint/conventions/no-implicit-boolean.d.ts +84 -25
- package/build/src/types/rules/eslint/conventions/require-explicit-return.d.ts +47 -42
- package/build/src/types/rules/eslint/conventions/require-hash-private.d.ts +35 -12
- package/build/src/types/rules/eslint/conventions/require-kebab-case-filename.d.ts +35 -29
- package/build/src/types/rules/eslint/conventions/require-naming-convention.d.ts +212 -115
- package/build/src/types/rules/eslint/conventions/require-undefined-init.d.ts +34 -11
- package/build/src/types/rules/eslint/conventions/switch-case-blocks.d.ts +41 -18
- package/build/src/types/rules/eslint/formatting/no-complex-arrow-concise.d.ts +44 -30
- package/build/src/types/rules/eslint/formatting/no-multiline-strings.d.ts +67 -44
- package/build/src/types/rules/eslint/formatting/no-raw-text-in-code.d.ts +24 -10
- package/build/src/types/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +23 -9
- package/build/src/types/rules/eslint/formatting/require-import-order.d.ts +51 -39
- package/build/src/types/rules/eslint/formatting/require-multiline-condition-groups.d.ts +42 -26
- package/build/src/types/rules/eslint/formatting/require-multiline-conditions.d.ts +36 -20
- package/build/src/types/rules/eslint/formatting/require-padding-lines.d.ts +144 -103
- package/build/src/types/rules/eslint/formatting/require-ternary-parens.d.ts +35 -12
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-body.d.ts +65 -29
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +308 -134
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +59 -52
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +41 -26
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-private.d.ts +49 -17
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-since.d.ts +79 -11
- package/build/src/types/rules/eslint/nova/no-logger-dev.d.ts +35 -25
- package/build/src/types/rules/eslint/patterns/no-assign-then-return.d.ts +40 -17
- package/build/src/types/rules/eslint/patterns/no-await-in-loop.d.ts +53 -45
- package/build/src/types/rules/eslint/patterns/no-boolean-var-for-if.d.ts +34 -20
- package/build/src/types/rules/eslint/patterns/no-bracket-assignment.d.ts +36 -13
- package/build/src/types/rules/eslint/patterns/no-bracket-method-call.d.ts +43 -20
- package/build/src/types/rules/eslint/patterns/no-template-curly-in-string.d.ts +26 -12
- package/build/src/types/rules/eslint/patterns/no-use-before-define.d.ts +59 -45
- package/build/src/types/rules/eslint/regex/no-regex-literal-flags.d.ts +23 -9
- package/build/src/types/rules/eslint/regex/no-regex-literals.d.ts +31 -17
- package/build/src/types/rules/eslint/safety/no-script-url.d.ts +29 -15
- package/build/src/types/rules/eslint/syntax/no-destructuring.d.ts +61 -58
- package/build/src/types/rules/eslint/syntax/no-numeric-literals.d.ts +43 -29
- package/build/src/types/rules/eslint/syntax/no-optional-chaining.d.ts +23 -9
- package/build/src/types/rules/eslint/syntax/no-rest-params.d.ts +63 -31
- package/build/src/types/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +34 -11
- package/build/src/types/rules/eslint/typescript/no-explicit-any.d.ts +23 -9
- package/build/src/types/rules/eslint/typescript/no-inline-type-annotation.d.ts +58 -32
- package/build/src/types/rules/eslint/typescript/no-shared-type-import.d.ts +32 -18
- package/build/src/types/rules/eslint/typescript/require-bracket-property-access.d.ts +50 -22
- package/build/src/types/rules/eslint/typescript/require-type-naming.d.ts +87 -20
- package/build/src/types/shared.d.ts +410 -365
- package/build/src/types/tests/api/node-releases.test.d.ts +87 -6
- package/build/src/types/tests/api/spdx-licenses.test.d.ts +48 -8
- package/build/src/types/tests/cli/generate/github/funding.test.d.ts +21 -13
- package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +26 -6
- package/build/src/types/tests/cli/generate/github/workflows-helpers.test.d.ts +206 -21
- package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +556 -29
- package/build/src/types/tests/cli/generate/must-haves/agent-conventions.test.d.ts +39 -14
- package/build/src/types/tests/cli/generate/must-haves/dotenv.test.d.ts +28 -6
- package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +19 -11
- package/build/src/types/tests/cli/generate/must-haves/gitignore.test.d.ts +24 -6
- package/build/src/types/tests/cli/generate/must-haves/license.test.d.ts +151 -11
- package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +216 -18
- package/build/src/types/tests/cli/recipe/github/handle-gh-failure.test.d.ts +96 -0
- package/build/src/types/tests/cli/recipe/github/sync-features.test.d.ts +357 -0
- package/build/src/types/tests/cli/recipe/github/sync-identity.test.d.ts +475 -0
- package/build/src/types/tests/cli/recipe/github/sync-policies.test.d.ts +408 -0
- package/build/src/types/tests/cli/recipe/package-json/cleanup.test.d.ts +159 -20
- package/build/src/types/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +102 -15
- package/build/src/types/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +102 -15
- package/build/src/types/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +106 -19
- package/build/src/types/tests/cli/recipe/package-json/normalize-modules.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +126 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-environment.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-identity.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-ownership.test.d.ts +101 -14
- package/build/src/types/tests/cli/scaffold/app/expressjs.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/app/nextjs.test.d.ts +62 -19
- package/build/src/types/tests/cli/scaffold/app/vite.test.d.ts +60 -19
- package/build/src/types/tests/cli/scaffold/app/workers.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/docs/docusaurus.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/starter/base.test.d.ts +55 -18
- package/build/src/types/tests/cli/utility/changelog.test.d.ts +161 -32
- package/build/src/types/tests/cli/utility/initialize.test.d.ts +211 -5
- package/build/src/types/tests/cli/utility/run-recipes.test.d.ts +87 -9
- package/build/src/types/tests/cli/utility/run-scripts.test.d.ts +124 -24
- package/build/src/types/tests/cli/utility/transpile.test.d.ts +23 -11
- package/build/src/types/tests/cli/utility/type-check.test.d.ts +34 -9
- package/build/src/types/tests/cli/utility/version.test.d.ts +33 -4
- package/build/src/types/tests/lib/item.test.d.ts +191 -37
- package/build/src/types/tests/lib/nova-config.test.d.ts +1032 -69
- package/build/src/types/tests/lib/regex.test.d.ts +453 -27
- package/build/src/types/tests/lib/scaffold.test.d.ts +55 -12
- package/build/src/types/tests/lib/schema.test.d.ts +171 -16
- package/build/src/types/tests/lib/utility.test.d.ts +1151 -142
- package/build/src/types/tests/lib/workflow-templates.test.d.ts +17 -17
- package/build/src/types/tests/rules/eslint/conventions/no-default-export-declaration.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/no-implicit-boolean.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-explicit-return.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-hash-private.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-kebab-case-filename.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-naming-convention.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-undefined-init.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/switch-case-blocks.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-complex-arrow-concise.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-multiline-strings.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-ternary-in-template-literal.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-import-order.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-condition-groups.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-conditions.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-ternary-parens.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-body.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-hierarchy.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-alignment.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-name.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-private.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-since.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/nova/no-logger-dev.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-await-in-loop.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-boolean-var-for-if.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-method-call.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-template-curly-in-string.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-use-before-define.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/regex/no-regex-literals.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/safety/no-script-url.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-destructuring.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-numeric-literals.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-optional-chaining.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-rest-params.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-explicit-any.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/require-bracket-property-access.test.d.ts +3 -3
- package/build/src/types/tests/rules/eslint/typescript/require-type-naming.test.d.ts +1 -1
- package/build/src/types/tests/toolkit/bootstrap.test.d.ts +155 -40
- package/build/src/types/tests/toolkit/cli-header.test.d.ts +135 -22
- package/build/src/types/tests/toolkit/logger.test.d.ts +113 -5
- package/build/src/types/tests/toolkit/markdown-table.test.d.ts +150 -27
- package/build/src/types/tests/type-declarations.test.d.ts +4683 -300
- package/build/src/types/toolkit/bootstrap.d.ts +71 -47
- package/build/src/types/toolkit/cli-header.d.ts +98 -88
- package/build/src/types/toolkit/logger.d.ts +98 -53
- package/build/src/types/toolkit/markdown-table.d.ts +74 -72
- package/build/templates/generators/github/workflows/publish/targets/aws-amplify-nextjs.yml +2 -2
- package/build/templates/generators/github/workflows/publish/targets/cloudflare-pages-docusaurus.yml +2 -2
- package/build/templates/generators/github/workflows/publish/targets/github-action.yml +121 -0
- package/build/templates/generators/github/workflows/publish/targets/github-packages.yml +3 -2
- package/build/templates/generators/github/workflows/publish/targets/github-pages-docusaurus.yml +2 -2
- package/build/templates/generators/github/workflows/publish/targets/npm.yml +3 -2
- package/build/templates/generators/github/workflows/publish/targets/vercel-nextjs.yml +2 -2
- package/build/templates/generators/must-haves/agent-conventions/AGENTS.md +1 -0
- package/build/templates/generators/must-haves/agent-conventions/CLAUDE.md +1 -0
- package/build/templates/generators/must-haves/agent-conventions/PROJECT_RULES.md +1 -1
- package/build/templates/generators/must-haves/agent-conventions/conventions/typescript.md +412 -148
- package/build/templates/generators/must-haves/agent-conventions/conventions/universal.md +27 -3
- package/build/templates/generators/must-haves/agent-conventions/cursorrules +55 -0
- package/build/templates/generators/must-haves/dotenv/env +14 -0
- package/build/templates/generators/must-haves/dotenv/env.sample +14 -0
- package/build/templates/generators/must-haves/editorconfig/editorconfig +212 -0
- package/build/templates/generators/must-haves/gitignore/gitignore +179 -0
- package/build/templates/scaffold/app/nextjs/next.config.mjs +3 -1
- package/package.json +1 -1
|
@@ -0,0 +1,408 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - All Fields Defined Calls Gh Repo Edit With All Six Flags.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.22.0
|
|
5
|
+
*/
|
|
6
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_AllFieldsDefinedCallsGhRepoEditWithAllSixFlags_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
7
|
+
|
|
8
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_AllFieldsDefinedCallsGhRepoEditWithAllSixFlags_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
9
|
+
|
|
10
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_AllFieldsDefinedCallsGhRepoEditWithAllSixFlags_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
11
|
+
|
|
12
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_AllFieldsDefinedCallsGhRepoEditWithAllSixFlags_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
13
|
+
|
|
14
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_AllFieldsDefinedCallsGhRepoEditWithAllSixFlags_Calls = unknown[][];
|
|
15
|
+
|
|
16
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_AllFieldsDefinedCallsGhRepoEditWithAllSixFlags_EditCall = unknown[] | undefined;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Dry Run True Runs Precheck Calls But Skips Gh Repo Edit Call.
|
|
20
|
+
*
|
|
21
|
+
* @since 0.22.0
|
|
22
|
+
*/
|
|
23
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_DryRunTrueRunsPrecheckCallsButSkipsGhRepoEditCall_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
24
|
+
|
|
25
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_DryRunTrueRunsPrecheckCallsButSkipsGhRepoEditCall_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
26
|
+
|
|
27
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_DryRunTrueRunsPrecheckCallsButSkipsGhRepoEditCall_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
28
|
+
|
|
29
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_DryRunTrueRunsPrecheckCallsButSkipsGhRepoEditCall_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
30
|
+
|
|
31
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_DryRunTrueRunsPrecheckCallsButSkipsGhRepoEditCall_Calls = unknown[][];
|
|
32
|
+
|
|
33
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_DryRunTrueRunsPrecheckCallsButSkipsGhRepoEditCall_EditCall = unknown[] | undefined;
|
|
34
|
+
|
|
35
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_DryRunTrueRunsPrecheckCallsButSkipsGhRepoEditCall_AuthCall = unknown[] | undefined;
|
|
36
|
+
|
|
37
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_DryRunTrueRunsPrecheckCallsButSkipsGhRepoEditCall_ViewCall = unknown[] | undefined;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Gh Not Authenticated Logs Error And Sets Exit Code1.
|
|
41
|
+
*
|
|
42
|
+
* @since 0.22.0
|
|
43
|
+
*/
|
|
44
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
45
|
+
|
|
46
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
47
|
+
|
|
48
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
49
|
+
|
|
50
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
51
|
+
|
|
52
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_LoggerErrorSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
53
|
+
|
|
54
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_ErrorCalls = unknown[][];
|
|
55
|
+
|
|
56
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_HasAuthError = boolean;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Gh Not On PATH Logs Error And Sets Exit Code1.
|
|
60
|
+
*
|
|
61
|
+
* @since 0.22.0
|
|
62
|
+
*/
|
|
63
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotOnPATHLogsErrorAndSetsExitCode1_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
64
|
+
|
|
65
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotOnPATHLogsErrorAndSetsExitCode1_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
66
|
+
|
|
67
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotOnPATHLogsErrorAndSetsExitCode1_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
68
|
+
|
|
69
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotOnPATHLogsErrorAndSetsExitCode1_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
70
|
+
|
|
71
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotOnPATHLogsErrorAndSetsExitCode1_LoggerErrorSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
72
|
+
|
|
73
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotOnPATHLogsErrorAndSetsExitCode1_ErrorCalls = unknown[][];
|
|
74
|
+
|
|
75
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhNotOnPATHLogsErrorAndSetsExitCode1_HasGhNotInstalled = boolean;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Gh Repo Edit Returns Code1 Sets Exit Code1 And Logs Error.
|
|
79
|
+
*
|
|
80
|
+
* @since 0.22.0
|
|
81
|
+
*/
|
|
82
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditReturnsCode1SetsExitCode1AndLogsError_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
83
|
+
|
|
84
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditReturnsCode1SetsExitCode1AndLogsError_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
85
|
+
|
|
86
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditReturnsCode1SetsExitCode1AndLogsError_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
87
|
+
|
|
88
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditReturnsCode1SetsExitCode1AndLogsError_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Gh Repo Edit With Rate Limit In Stderr Logs Rate Limit Specific Error.
|
|
92
|
+
*
|
|
93
|
+
* @since 0.22.0
|
|
94
|
+
*/
|
|
95
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
96
|
+
|
|
97
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
98
|
+
|
|
99
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
100
|
+
|
|
101
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
102
|
+
|
|
103
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Debug = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
104
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Dev = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
105
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Info = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
106
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Warn = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
107
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Error = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
108
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock = {
|
|
109
|
+
debug: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Debug;
|
|
110
|
+
dev: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Dev;
|
|
111
|
+
info: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Info;
|
|
112
|
+
warn: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Warn;
|
|
113
|
+
error: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Error;
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_LoggerCustomizeSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
117
|
+
|
|
118
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_LoggerCustomizeReturn = import('../../../../toolkit/logger.d.ts').Toolkit_Logger_Runner_Customize_Returns;
|
|
119
|
+
|
|
120
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedErrorCalls = unknown[][];
|
|
121
|
+
|
|
122
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_HasRateLimitError = boolean;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Gh Version Below Minimum Logs Error And Sets Exit Code1.
|
|
126
|
+
*
|
|
127
|
+
* @since 0.22.0
|
|
128
|
+
*/
|
|
129
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
130
|
+
|
|
131
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
132
|
+
|
|
133
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
134
|
+
|
|
135
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
136
|
+
|
|
137
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_LoggerErrorSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
138
|
+
|
|
139
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_ErrorCalls = unknown[][];
|
|
140
|
+
|
|
141
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_HasVersionError = boolean;
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - GitHub Block Missing Logs Warn And Returns Without Exit Code.
|
|
145
|
+
*
|
|
146
|
+
* @since 0.22.0
|
|
147
|
+
*/
|
|
148
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
149
|
+
|
|
150
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
151
|
+
|
|
152
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
153
|
+
|
|
154
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_LoggerWarnSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
155
|
+
|
|
156
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_WarnCalls = unknown[][];
|
|
157
|
+
|
|
158
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_HasGithubBlockWarn = boolean;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Merge Methods Block Exists But All Three Fields Undefined Emits No Enable Merge Flags.
|
|
162
|
+
*
|
|
163
|
+
* @since 0.22.0
|
|
164
|
+
*/
|
|
165
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockExistsButAllThreeFieldsUndefinedEmitsNoEnableMergeFlags_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
166
|
+
|
|
167
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockExistsButAllThreeFieldsUndefinedEmitsNoEnableMergeFlags_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
168
|
+
|
|
169
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockExistsButAllThreeFieldsUndefinedEmitsNoEnableMergeFlags_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
170
|
+
|
|
171
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockExistsButAllThreeFieldsUndefinedEmitsNoEnableMergeFlags_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
172
|
+
|
|
173
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockExistsButAllThreeFieldsUndefinedEmitsNoEnableMergeFlags_Calls = unknown[][];
|
|
174
|
+
|
|
175
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockExistsButAllThreeFieldsUndefinedEmitsNoEnableMergeFlags_EditCall = unknown[] | undefined;
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Merge Methods Block Missing Entirely Emits No Enable Merge Flags.
|
|
179
|
+
*
|
|
180
|
+
* @since 0.22.0
|
|
181
|
+
*/
|
|
182
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockMissingEntirelyEmitsNoEnableMergeFlags_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
183
|
+
|
|
184
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockMissingEntirelyEmitsNoEnableMergeFlags_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
185
|
+
|
|
186
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockMissingEntirelyEmitsNoEnableMergeFlags_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
187
|
+
|
|
188
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockMissingEntirelyEmitsNoEnableMergeFlags_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
189
|
+
|
|
190
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockMissingEntirelyEmitsNoEnableMergeFlags_Calls = unknown[][];
|
|
191
|
+
|
|
192
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_MergeMethodsBlockMissingEntirelyEmitsNoEnableMergeFlags_EditCall = unknown[] | undefined;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Only Merge Methods Squash Set Calls Gh Repo Edit With Only Enable Squash Merge Flag.
|
|
196
|
+
*
|
|
197
|
+
* @since 0.22.0
|
|
198
|
+
*/
|
|
199
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyMergeMethodsSquashSetCallsGhRepoEditWithOnlyEnableSquashMergeFlag_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
200
|
+
|
|
201
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyMergeMethodsSquashSetCallsGhRepoEditWithOnlyEnableSquashMergeFlag_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
202
|
+
|
|
203
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyMergeMethodsSquashSetCallsGhRepoEditWithOnlyEnableSquashMergeFlag_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
204
|
+
|
|
205
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyMergeMethodsSquashSetCallsGhRepoEditWithOnlyEnableSquashMergeFlag_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
206
|
+
|
|
207
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyMergeMethodsSquashSetCallsGhRepoEditWithOnlyEnableSquashMergeFlag_Calls = unknown[][];
|
|
208
|
+
|
|
209
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyMergeMethodsSquashSetCallsGhRepoEditWithOnlyEnableSquashMergeFlag_EditCall = unknown[] | undefined;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Only Visibility Set Calls Gh Repo Edit With Only Visibility Flag.
|
|
213
|
+
*
|
|
214
|
+
* @since 0.22.0
|
|
215
|
+
*/
|
|
216
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyVisibilitySetCallsGhRepoEditWithOnlyVisibilityFlag_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
217
|
+
|
|
218
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyVisibilitySetCallsGhRepoEditWithOnlyVisibilityFlag_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
219
|
+
|
|
220
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyVisibilitySetCallsGhRepoEditWithOnlyVisibilityFlag_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
221
|
+
|
|
222
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyVisibilitySetCallsGhRepoEditWithOnlyVisibilityFlag_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
223
|
+
|
|
224
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyVisibilitySetCallsGhRepoEditWithOnlyVisibilityFlag_Calls = unknown[][];
|
|
225
|
+
|
|
226
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OnlyVisibilitySetCallsGhRepoEditWithOnlyVisibilityFlag_EditCall = unknown[] | undefined;
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Owner Or Repo Missing Logs Warn And Returns Without Exit Code.
|
|
230
|
+
*
|
|
231
|
+
* @since 0.22.0
|
|
232
|
+
*/
|
|
233
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
234
|
+
|
|
235
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
236
|
+
|
|
237
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
238
|
+
|
|
239
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_LoggerWarnSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
240
|
+
|
|
241
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_WarnCalls = unknown[][];
|
|
242
|
+
|
|
243
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_HasOwnerRepoWarn = boolean;
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Policies Block Exists But All Fields Undefined Logs Warn And Makes No Gh Repo Edit Call.
|
|
247
|
+
*
|
|
248
|
+
* @since 0.22.0
|
|
249
|
+
*/
|
|
250
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockExistsButAllFieldsUndefinedLogsWarnAndMakesNoGhRepoEditCall_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
251
|
+
|
|
252
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockExistsButAllFieldsUndefinedLogsWarnAndMakesNoGhRepoEditCall_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
253
|
+
|
|
254
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockExistsButAllFieldsUndefinedLogsWarnAndMakesNoGhRepoEditCall_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
255
|
+
|
|
256
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockExistsButAllFieldsUndefinedLogsWarnAndMakesNoGhRepoEditCall_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
257
|
+
|
|
258
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockExistsButAllFieldsUndefinedLogsWarnAndMakesNoGhRepoEditCall_LoggerWarnSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
259
|
+
|
|
260
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockExistsButAllFieldsUndefinedLogsWarnAndMakesNoGhRepoEditCall_Calls = unknown[][];
|
|
261
|
+
|
|
262
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockExistsButAllFieldsUndefinedLogsWarnAndMakesNoGhRepoEditCall_EditCall = unknown[] | undefined;
|
|
263
|
+
|
|
264
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockExistsButAllFieldsUndefinedLogsWarnAndMakesNoGhRepoEditCall_WarnCalls = unknown[][];
|
|
265
|
+
|
|
266
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockExistsButAllFieldsUndefinedLogsWarnAndMakesNoGhRepoEditCall_HasNoValuesWarn = boolean;
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Policies Block Missing Logs Warn And Makes No Gh Repo Edit Call.
|
|
270
|
+
*
|
|
271
|
+
* @since 0.22.0
|
|
272
|
+
*/
|
|
273
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockMissingLogsWarnAndMakesNoGhRepoEditCall_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
274
|
+
|
|
275
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockMissingLogsWarnAndMakesNoGhRepoEditCall_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
276
|
+
|
|
277
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockMissingLogsWarnAndMakesNoGhRepoEditCall_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
278
|
+
|
|
279
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockMissingLogsWarnAndMakesNoGhRepoEditCall_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
280
|
+
|
|
281
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockMissingLogsWarnAndMakesNoGhRepoEditCall_LoggerWarnSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
282
|
+
|
|
283
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockMissingLogsWarnAndMakesNoGhRepoEditCall_Calls = unknown[][];
|
|
284
|
+
|
|
285
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockMissingLogsWarnAndMakesNoGhRepoEditCall_EditCall = unknown[] | undefined;
|
|
286
|
+
|
|
287
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockMissingLogsWarnAndMakesNoGhRepoEditCall_WarnCalls = unknown[][];
|
|
288
|
+
|
|
289
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_PoliciesBlockMissingLogsWarnAndMakesNoGhRepoEditCall_HasNoValuesWarn = boolean;
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Recipe Disabled Returns Silently Without Execute Shell Mutation Calls.
|
|
293
|
+
*
|
|
294
|
+
* @since 0.22.0
|
|
295
|
+
*/
|
|
296
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_RecipeDisabledReturnsSilentlyWithoutExecuteShellMutationCalls_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
297
|
+
|
|
298
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_RecipeDisabledReturnsSilentlyWithoutExecuteShellMutationCalls_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
299
|
+
|
|
300
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_RecipeDisabledReturnsSilentlyWithoutExecuteShellMutationCalls_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Repo View Returns READ Permission Logs Error And Sets Exit Code1.
|
|
304
|
+
*
|
|
305
|
+
* @since 0.22.0
|
|
306
|
+
*/
|
|
307
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
308
|
+
|
|
309
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
310
|
+
|
|
311
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
312
|
+
|
|
313
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
314
|
+
|
|
315
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_LoggerErrorSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
316
|
+
|
|
317
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_ErrorCalls = unknown[][];
|
|
318
|
+
|
|
319
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_HasWriteError = boolean;
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Sets Exit Code1 When Gh Repo View Returns Malformed J S O N.
|
|
323
|
+
*
|
|
324
|
+
* @since 0.22.0
|
|
325
|
+
*/
|
|
326
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
327
|
+
|
|
328
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
329
|
+
|
|
330
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
331
|
+
|
|
332
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
333
|
+
|
|
334
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Debug = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
335
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Dev = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
336
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Info = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
337
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Warn = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
338
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Error = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
339
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock = {
|
|
340
|
+
debug: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Debug;
|
|
341
|
+
dev: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Dev;
|
|
342
|
+
info: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Info;
|
|
343
|
+
warn: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Warn;
|
|
344
|
+
error: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Error;
|
|
345
|
+
};
|
|
346
|
+
|
|
347
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_LoggerCustomizeSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
348
|
+
|
|
349
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_LoggerCustomizeReturn = import('../../../../toolkit/logger.d.ts').Toolkit_Logger_Runner_Customize_Returns;
|
|
350
|
+
|
|
351
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedErrorCalls = unknown[][];
|
|
352
|
+
|
|
353
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_HasMalformedJsonError = boolean;
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Sets Exit Code1 When Gh Repo View Returns Valid JSON Without Viewer Permission.
|
|
357
|
+
*
|
|
358
|
+
* @since 0.22.0
|
|
359
|
+
*/
|
|
360
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
361
|
+
|
|
362
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
363
|
+
|
|
364
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
365
|
+
|
|
366
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
367
|
+
|
|
368
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Debug = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
369
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Dev = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
370
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Info = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
371
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Warn = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
372
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Error = ReturnType<typeof import('vitest')['vi']['fn']>;
|
|
373
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock = {
|
|
374
|
+
debug: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Debug;
|
|
375
|
+
dev: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Dev;
|
|
376
|
+
info: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Info;
|
|
377
|
+
warn: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Warn;
|
|
378
|
+
error: Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Error;
|
|
379
|
+
};
|
|
380
|
+
|
|
381
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_LoggerCustomizeSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
382
|
+
|
|
383
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_LoggerCustomizeReturn = import('../../../../toolkit/logger.d.ts').Toolkit_Logger_Runner_Customize_Returns;
|
|
384
|
+
|
|
385
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedErrorCalls = unknown[][];
|
|
386
|
+
|
|
387
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_HasUndefinedPermissionError = boolean;
|
|
388
|
+
|
|
389
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_Calls = unknown[][];
|
|
390
|
+
|
|
391
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_EditCall = unknown[] | undefined;
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* Tests - CLI - Recipe - GitHub - Sync Policies - CLI Recipe GitHub Sync Policies Run - Top Level Plus Nested Mix Emits Only Matching Flags.
|
|
395
|
+
*
|
|
396
|
+
* @since 0.22.0
|
|
397
|
+
*/
|
|
398
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_TopLevelPlusNestedMixEmitsOnlyMatchingFlags_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
399
|
+
|
|
400
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_TopLevelPlusNestedMixEmitsOnlyMatchingFlags_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
401
|
+
|
|
402
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_TopLevelPlusNestedMixEmitsOnlyMatchingFlags_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
403
|
+
|
|
404
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_TopLevelPlusNestedMixEmitsOnlyMatchingFlags_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
|
|
405
|
+
|
|
406
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_TopLevelPlusNestedMixEmitsOnlyMatchingFlags_Calls = unknown[][];
|
|
407
|
+
|
|
408
|
+
export type Tests_Cli_Recipe_Github_SyncPolicies_CliRecipeGithubSyncPoliciesRun_TopLevelPlusNestedMixEmitsOnlyMatchingFlags_EditCall = unknown[] | undefined;
|
|
@@ -1,42 +1,181 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Tests - CLI - Recipe - package.json - Cleanup
|
|
2
|
+
* Tests - CLI - Recipe - package.json - Cleanup.
|
|
3
3
|
*
|
|
4
4
|
* @since 0.14.0
|
|
5
5
|
*/
|
|
6
|
-
export type
|
|
6
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_OriginalCwd = string;
|
|
7
7
|
|
|
8
|
-
export type
|
|
8
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_TemporaryDirectory = string;
|
|
9
9
|
|
|
10
|
-
export type
|
|
10
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SandboxPath = string;
|
|
11
11
|
|
|
12
|
-
export type
|
|
12
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SandboxRoot = string;
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
/**
|
|
15
|
+
* Tests - CLI - Recipe - package.json - Cleanup.
|
|
16
|
+
*
|
|
17
|
+
* @since 0.14.0
|
|
18
|
+
*/
|
|
19
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_DoesNotModifyFilesDuringDryRun_ProjectDirectory = string;
|
|
20
|
+
|
|
21
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_DoesNotModifyFilesDuringDryRun_WorkspaceDirectory = string;
|
|
22
|
+
|
|
23
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_DoesNotModifyFilesDuringDryRun_PackageJsonPath = string;
|
|
24
|
+
|
|
25
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_DoesNotModifyFilesDuringDryRun_PackageJsonContents = string;
|
|
26
|
+
|
|
27
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_DoesNotModifyFilesDuringDryRun_NovaConfigPath = string;
|
|
28
|
+
|
|
29
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_DoesNotModifyFilesDuringDryRun_NovaConfigContents = string;
|
|
30
|
+
|
|
31
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_DoesNotModifyFilesDuringDryRun_WorkspacePackageJsonPath = string;
|
|
32
|
+
|
|
33
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_DoesNotModifyFilesDuringDryRun_WorkspacePackageJsonContents = string;
|
|
34
|
+
|
|
35
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_DoesNotModifyFilesDuringDryRun_Output = string;
|
|
36
|
+
|
|
37
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_DoesNotModifyFilesDuringDryRun_Parsed = Record<string, unknown>;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Tests - CLI - Recipe - package.json - Cleanup.
|
|
41
|
+
*
|
|
42
|
+
* @since 0.14.0
|
|
43
|
+
*/
|
|
44
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_KeepsUnknownKeysWhenRemoveUnknownKeysIsDisabledViaSettings_ProjectDirectory = string;
|
|
45
|
+
|
|
46
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_KeepsUnknownKeysWhenRemoveUnknownKeysIsDisabledViaSettings_WorkspaceDirectory = string;
|
|
47
|
+
|
|
48
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_KeepsUnknownKeysWhenRemoveUnknownKeysIsDisabledViaSettings_PackageJsonPath = string;
|
|
49
|
+
|
|
50
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_KeepsUnknownKeysWhenRemoveUnknownKeysIsDisabledViaSettings_PackageJsonContents = string;
|
|
51
|
+
|
|
52
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_KeepsUnknownKeysWhenRemoveUnknownKeysIsDisabledViaSettings_NovaConfigPath = string;
|
|
53
|
+
|
|
54
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_KeepsUnknownKeysWhenRemoveUnknownKeysIsDisabledViaSettings_NovaConfigContents = string;
|
|
55
|
+
|
|
56
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_KeepsUnknownKeysWhenRemoveUnknownKeysIsDisabledViaSettings_WorkspacePackageJsonPath = string;
|
|
57
|
+
|
|
58
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_KeepsUnknownKeysWhenRemoveUnknownKeysIsDisabledViaSettings_WorkspacePackageJsonContents = string;
|
|
59
|
+
|
|
60
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_KeepsUnknownKeysWhenRemoveUnknownKeysIsDisabledViaSettings_Output = string;
|
|
61
|
+
|
|
62
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_KeepsUnknownKeysWhenRemoveUnknownKeysIsDisabledViaSettings_Parsed = Record<string, unknown>;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Tests - CLI - Recipe - package.json - Cleanup.
|
|
66
|
+
*
|
|
67
|
+
* @since 0.14.0
|
|
68
|
+
*/
|
|
69
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_RemovesUnknownKeysFromPackageJson_ProjectDirectory = string;
|
|
70
|
+
|
|
71
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_RemovesUnknownKeysFromPackageJson_WorkspaceDirectory = string;
|
|
72
|
+
|
|
73
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_RemovesUnknownKeysFromPackageJson_PackageJsonPath = string;
|
|
74
|
+
|
|
75
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_RemovesUnknownKeysFromPackageJson_PackageJsonContents = string;
|
|
76
|
+
|
|
77
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_RemovesUnknownKeysFromPackageJson_NovaConfigPath = string;
|
|
78
|
+
|
|
79
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_RemovesUnknownKeysFromPackageJson_NovaConfigContents = string;
|
|
80
|
+
|
|
81
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_RemovesUnknownKeysFromPackageJson_WorkspacePackageJsonPath = string;
|
|
82
|
+
|
|
83
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_RemovesUnknownKeysFromPackageJson_WorkspacePackageJsonContents = string;
|
|
84
|
+
|
|
85
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_RemovesUnknownKeysFromPackageJson_Output = string;
|
|
15
86
|
|
|
16
|
-
export type
|
|
87
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_RemovesUnknownKeysFromPackageJson_Parsed = Record<string, unknown>;
|
|
17
88
|
|
|
18
|
-
|
|
89
|
+
/**
|
|
90
|
+
* Tests - CLI - Recipe - package.json - Cleanup.
|
|
91
|
+
*
|
|
92
|
+
* @since 0.14.0
|
|
93
|
+
*/
|
|
94
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_ProjectDirectory = string;
|
|
95
|
+
|
|
96
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_WorkspaceDirectory = string;
|
|
97
|
+
|
|
98
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_PackageJsonPath = string;
|
|
99
|
+
|
|
100
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_PackageJsonContents = string;
|
|
101
|
+
|
|
102
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_NovaConfigPath = string;
|
|
103
|
+
|
|
104
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_NovaConfigContents = string;
|
|
105
|
+
|
|
106
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_WorkspacePackageJsonPath = string;
|
|
107
|
+
|
|
108
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_WorkspacePackageJsonContents = string;
|
|
109
|
+
|
|
110
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_Output = string;
|
|
111
|
+
|
|
112
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_Parsed = Record<string, unknown>;
|
|
113
|
+
|
|
114
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_Keys = Array<string>;
|
|
115
|
+
|
|
116
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_NameIndex = number;
|
|
117
|
+
|
|
118
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_VersionIndex = number;
|
|
119
|
+
|
|
120
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_DescriptionIndex = number;
|
|
121
|
+
|
|
122
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_ReordersPackageJsonKeysInDefinedSortOrder_LicenseIndex = number;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Tests - CLI - Recipe - package.json - Cleanup.
|
|
126
|
+
*
|
|
127
|
+
* @since 0.14.0
|
|
128
|
+
*/
|
|
129
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SetsExitCodeWhenNotAtProjectRoot_ProjectDirectory = string;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Tests - CLI - Recipe - package.json - Cleanup.
|
|
133
|
+
*
|
|
134
|
+
* @since 0.14.0
|
|
135
|
+
*/
|
|
136
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsReorderingWhenReorderKeysIsDisabledViaSettings_ProjectDirectory = string;
|
|
137
|
+
|
|
138
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsReorderingWhenReorderKeysIsDisabledViaSettings_WorkspaceDirectory = string;
|
|
139
|
+
|
|
140
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsReorderingWhenReorderKeysIsDisabledViaSettings_PackageJsonPath = string;
|
|
19
141
|
|
|
20
|
-
export type
|
|
142
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsReorderingWhenReorderKeysIsDisabledViaSettings_PackageJsonContents = string;
|
|
21
143
|
|
|
22
|
-
export type
|
|
144
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsReorderingWhenReorderKeysIsDisabledViaSettings_NovaConfigPath = string;
|
|
23
145
|
|
|
24
|
-
export type
|
|
146
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsReorderingWhenReorderKeysIsDisabledViaSettings_NovaConfigContents = string;
|
|
147
|
+
|
|
148
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsReorderingWhenReorderKeysIsDisabledViaSettings_WorkspacePackageJsonPath = string;
|
|
149
|
+
|
|
150
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsReorderingWhenReorderKeysIsDisabledViaSettings_WorkspacePackageJsonContents = string;
|
|
151
|
+
|
|
152
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsReorderingWhenReorderKeysIsDisabledViaSettings_Output = string;
|
|
153
|
+
|
|
154
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsReorderingWhenReorderKeysIsDisabledViaSettings_Parsed = Record<string, unknown>;
|
|
155
|
+
|
|
156
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsReorderingWhenReorderKeysIsDisabledViaSettings_Keys = Array<string>;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* Tests - CLI - Recipe - package.json - Cleanup.
|
|
160
|
+
*
|
|
161
|
+
* @since 0.14.0
|
|
162
|
+
*/
|
|
163
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsWhenNoWorkspacesHaveTheRecipeEnabled_ProjectDirectory = string;
|
|
25
164
|
|
|
26
|
-
export type
|
|
165
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsWhenNoWorkspacesHaveTheRecipeEnabled_WorkspaceDirectory = string;
|
|
27
166
|
|
|
28
|
-
export type
|
|
167
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsWhenNoWorkspacesHaveTheRecipeEnabled_PackageJsonPath = string;
|
|
29
168
|
|
|
30
|
-
export type
|
|
169
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsWhenNoWorkspacesHaveTheRecipeEnabled_PackageJsonContents = string;
|
|
31
170
|
|
|
32
|
-
export type
|
|
171
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsWhenNoWorkspacesHaveTheRecipeEnabled_NovaConfigPath = string;
|
|
33
172
|
|
|
34
|
-
export type
|
|
173
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsWhenNoWorkspacesHaveTheRecipeEnabled_NovaConfigContents = string;
|
|
35
174
|
|
|
36
|
-
export type
|
|
175
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsWhenNoWorkspacesHaveTheRecipeEnabled_WorkspacePackageJsonPath = string;
|
|
37
176
|
|
|
38
|
-
export type
|
|
177
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsWhenNoWorkspacesHaveTheRecipeEnabled_WorkspacePackageJsonContents = string;
|
|
39
178
|
|
|
40
|
-
export type
|
|
179
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsWhenNoWorkspacesHaveTheRecipeEnabled_Output = string;
|
|
41
180
|
|
|
42
|
-
export type
|
|
181
|
+
export type Tests_Cli_Recipe_PackageJson_Cleanup_CliRecipePackageJsonCleanupRun_SkipsWhenNoWorkspacesHaveTheRecipeEnabled_Parsed = Record<string, unknown>;
|