@cbnventures/nova 0.17.0 → 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/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 +5 -5
- 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 +14 -12
- package/build/src/cli/generate/github/issue-template.js.map +1 -1
- package/build/src/cli/generate/github/workflows.d.ts +10 -10
- package/build/src/cli/generate/github/workflows.d.ts.map +1 -1
- package/build/src/cli/generate/github/workflows.js +222 -104
- 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 +11 -11
- 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 +69 -69
- 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 +3 -3
- 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 +69 -67
- 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 +11 -7
- 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 +20 -27
- 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 +25 -24
- 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 +84 -83
- 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 +3 -2
- package/build/src/lib/constants.d.ts.map +1 -1
- package/build/src/lib/constants.js +1 -0
- package/build/src/lib/constants.js.map +1 -1
- 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 -22
- package/build/src/lib/utility.d.ts.map +1 -1
- package/build/src/lib/utility.js +83 -17
- 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 +42 -0
- 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.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 +359 -311
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +28 -22
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +208 -206
- 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 +28 -26
- 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 +8 -1
- 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 +369 -220
- 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 +25 -7
- package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +25 -7
- package/build/src/types/tests/cli/generate/github/workflows-helpers.test.d.ts +193 -30
- package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +550 -35
- 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 +26 -8
- package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +22 -6
- 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 +150 -12
- package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +211 -23
- 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 +1131 -164
- 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 +1 -1
- package/build/templates/generators/github/workflows/publish/targets/cloudflare-pages-docusaurus.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/github-action.yml +121 -0
- package/build/templates/generators/github/workflows/publish/targets/github-packages.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/github-pages-docusaurus.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/npm.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/vercel-nextjs.yml +1 -1
- 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 +1 -0
- package/package.json +1 -1
|
@@ -1,122 +1,548 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Tests - Lib - Regex -
|
|
2
|
+
* Tests - Lib - Regex - ANSIPatterns - LIBREGEXPATTERNANSIDoesNotMatchPlainText.
|
|
3
3
|
*
|
|
4
4
|
* @since 0.13.0
|
|
5
5
|
*/
|
|
6
|
+
export type Tests_Lib_Regex_ANSIPatterns_LIBREGEXPATTERNANSIDoesNotMatchPlainText_Subject = string;
|
|
6
7
|
|
|
7
8
|
/**
|
|
8
|
-
* Tests - Lib - Regex -
|
|
9
|
+
* Tests - Lib - Regex - ANSIPatterns - LIBREGEXPATTERNANSIMatchesEscapeCode.
|
|
9
10
|
*
|
|
10
11
|
* @since 0.13.0
|
|
11
12
|
*/
|
|
13
|
+
export type Tests_Lib_Regex_ANSIPatterns_LIBREGEXPATTERNANSIMatchesEscapeCode_Subject = string;
|
|
12
14
|
|
|
13
15
|
/**
|
|
14
|
-
* Tests - Lib - Regex -
|
|
16
|
+
* Tests - Lib - Regex - ANSIPatterns - LIBREGEXPATTERNANSISTARTDoesNotMatchEscapeInMiddle.
|
|
15
17
|
*
|
|
16
18
|
* @since 0.13.0
|
|
17
19
|
*/
|
|
20
|
+
export type Tests_Lib_Regex_ANSIPatterns_LIBREGEXPATTERNANSISTARTDoesNotMatchEscapeInMiddle_Subject = string;
|
|
18
21
|
|
|
19
22
|
/**
|
|
20
|
-
* Tests - Lib - Regex -
|
|
23
|
+
* Tests - Lib - Regex - ANSIPatterns - LIBREGEXPATTERNANSISTARTMatchesEscapeAtStart.
|
|
21
24
|
*
|
|
22
25
|
* @since 0.13.0
|
|
23
26
|
*/
|
|
27
|
+
export type Tests_Lib_Regex_ANSIPatterns_LIBREGEXPATTERNANSISTARTMatchesEscapeAtStart_Subject = string;
|
|
24
28
|
|
|
25
29
|
/**
|
|
26
|
-
* Tests - Lib - Regex -
|
|
30
|
+
* Tests - Lib - Regex - CharacterPatterns - LIBREGEXCHARACTERDOUBLEQUOTEDoesNotMatchSingleQuote.
|
|
27
31
|
*
|
|
28
32
|
* @since 0.13.0
|
|
29
33
|
*/
|
|
30
|
-
export type
|
|
34
|
+
export type Tests_Lib_Regex_CharacterPatterns_LIBREGEXCHARACTERDOUBLEQUOTEDoesNotMatchSingleQuote_Subject = string;
|
|
31
35
|
|
|
32
36
|
/**
|
|
33
|
-
* Tests - Lib - Regex -
|
|
37
|
+
* Tests - Lib - Regex - CharacterPatterns - LIBREGEXCHARACTERDOUBLEQUOTEMatchesDoubleQuote.
|
|
34
38
|
*
|
|
35
39
|
* @since 0.13.0
|
|
36
40
|
*/
|
|
41
|
+
export type Tests_Lib_Regex_CharacterPatterns_LIBREGEXCHARACTERDOUBLEQUOTEMatchesDoubleQuote_Subject = string;
|
|
37
42
|
|
|
38
43
|
/**
|
|
39
|
-
* Tests - Lib - Regex -
|
|
44
|
+
* Tests - Lib - Regex - CharacterPatterns - LIBREGEXCHARACTERPIPEDoesNotMatchPlainText.
|
|
40
45
|
*
|
|
41
46
|
* @since 0.13.0
|
|
42
47
|
*/
|
|
48
|
+
export type Tests_Lib_Regex_CharacterPatterns_LIBREGEXCHARACTERPIPEDoesNotMatchPlainText_Subject = string;
|
|
43
49
|
|
|
44
50
|
/**
|
|
45
|
-
* Tests - Lib - Regex -
|
|
51
|
+
* Tests - Lib - Regex - CharacterPatterns - LIBREGEXCHARACTERPIPEMatchesPipe.
|
|
46
52
|
*
|
|
47
53
|
* @since 0.13.0
|
|
48
54
|
*/
|
|
55
|
+
export type Tests_Lib_Regex_CharacterPatterns_LIBREGEXCHARACTERPIPEMatchesPipe_Subject = string;
|
|
49
56
|
|
|
50
57
|
/**
|
|
51
|
-
* Tests - Lib - Regex -
|
|
58
|
+
* Tests - Lib - Regex - CharacterPatterns - LIBREGEXCHARACTERSINGLEQUOTEDoesNotMatchDoubleQuote.
|
|
52
59
|
*
|
|
53
60
|
* @since 0.13.0
|
|
54
61
|
*/
|
|
55
|
-
export type
|
|
62
|
+
export type Tests_Lib_Regex_CharacterPatterns_LIBREGEXCHARACTERSINGLEQUOTEDoesNotMatchDoubleQuote_Subject = string;
|
|
56
63
|
|
|
57
64
|
/**
|
|
58
|
-
* Tests - Lib - Regex -
|
|
65
|
+
* Tests - Lib - Regex - CharacterPatterns - LIBREGEXCHARACTERSINGLEQUOTEMatchesSingleQuote.
|
|
59
66
|
*
|
|
60
67
|
* @since 0.13.0
|
|
61
68
|
*/
|
|
69
|
+
export type Tests_Lib_Regex_CharacterPatterns_LIBREGEXCHARACTERSINGLEQUOTEMatchesSingleQuote_Subject = string;
|
|
62
70
|
|
|
63
71
|
/**
|
|
64
|
-
* Tests - Lib - Regex -
|
|
72
|
+
* Tests - Lib - Regex - LIBREGEXLINEBREAKCRLFORLF - DoesNotMatchPlainText.
|
|
65
73
|
*
|
|
66
74
|
* @since 0.13.0
|
|
67
75
|
*/
|
|
76
|
+
export type Tests_Lib_Regex_LIBREGEXLINEBREAKCRLFORLF_DoesNotMatchPlainText_Subject = string;
|
|
68
77
|
|
|
69
78
|
/**
|
|
70
|
-
* Tests - Lib - Regex -
|
|
79
|
+
* Tests - Lib - Regex - LIBREGEXLINEBREAKCRLFORLF - MatchesCRLF.
|
|
71
80
|
*
|
|
72
81
|
* @since 0.13.0
|
|
73
82
|
*/
|
|
83
|
+
export type Tests_Lib_Regex_LIBREGEXLINEBREAKCRLFORLF_MatchesCRLF_Subject = string;
|
|
74
84
|
|
|
75
85
|
/**
|
|
76
|
-
* Tests - Lib - Regex -
|
|
86
|
+
* Tests - Lib - Regex - LIBREGEXLINEBREAKCRLFORLF - MatchesLF.
|
|
77
87
|
*
|
|
78
88
|
* @since 0.13.0
|
|
79
89
|
*/
|
|
80
|
-
export type
|
|
90
|
+
export type Tests_Lib_Regex_LIBREGEXLINEBREAKCRLFORLF_MatchesLF_Subject = string;
|
|
81
91
|
|
|
82
92
|
/**
|
|
83
|
-
* Tests - Lib - Regex -
|
|
93
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNCASINGUNDERSCOREPASCALCASE - DoesNotMatchALowercaseStart.
|
|
84
94
|
*
|
|
85
95
|
* @since 0.13.0
|
|
86
96
|
*/
|
|
87
|
-
export type
|
|
97
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNCASINGUNDERSCOREPASCALCASE_DoesNotMatchALowercaseStart_Subject = string;
|
|
88
98
|
|
|
89
99
|
/**
|
|
90
|
-
* Tests - Lib - Regex -
|
|
100
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNCASINGUNDERSCOREPASCALCASE - DoesNotMatchATrailingUnderscore.
|
|
91
101
|
*
|
|
92
102
|
* @since 0.13.0
|
|
93
103
|
*/
|
|
94
|
-
export type
|
|
104
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNCASINGUNDERSCOREPASCALCASE_DoesNotMatchATrailingUnderscore_Subject = string;
|
|
95
105
|
|
|
96
106
|
/**
|
|
97
|
-
* Tests - Lib - Regex -
|
|
107
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNCASINGUNDERSCOREPASCALCASE - DoesNotMatchDoubleUnderscores.
|
|
98
108
|
*
|
|
99
109
|
* @since 0.13.0
|
|
100
110
|
*/
|
|
101
|
-
export type
|
|
111
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNCASINGUNDERSCOREPASCALCASE_DoesNotMatchDoubleUnderscores_Subject = string;
|
|
102
112
|
|
|
103
|
-
|
|
113
|
+
/**
|
|
114
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNCASINGUNDERSCOREPASCALCASE - MatchesASinglePascalCaseChunk.
|
|
115
|
+
*
|
|
116
|
+
* @since 0.13.0
|
|
117
|
+
*/
|
|
118
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNCASINGUNDERSCOREPASCALCASE_MatchesASinglePascalCaseChunk_Subject = string;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNCASINGUNDERSCOREPASCALCASE - MatchesMultiplePascalCaseChunksJoinedByUnderscores.
|
|
122
|
+
*
|
|
123
|
+
* @since 0.13.0
|
|
124
|
+
*/
|
|
125
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNCASINGUNDERSCOREPASCALCASE_MatchesMultiplePascalCaseChunksJoinedByUnderscores_Subject = string;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNDIGITS - DoesNotMatchNonDigitString.
|
|
129
|
+
*
|
|
130
|
+
* @since 0.13.0
|
|
131
|
+
*/
|
|
132
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNDIGITS_DoesNotMatchNonDigitString_Subject = string;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNDIGITS - MatchesDigitsInString.
|
|
136
|
+
*
|
|
137
|
+
* @since 0.13.0
|
|
138
|
+
*/
|
|
139
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNDIGITS_MatchesDigitsInString_Subject = string;
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNDOUBLEQUOTEDSTRINGCAPTURE - CapturesContentBetweenDoubleQuotes.
|
|
143
|
+
*
|
|
144
|
+
* @since 0.13.0
|
|
145
|
+
*/
|
|
146
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNDOUBLEQUOTEDSTRINGCAPTURE_CapturesContentBetweenDoubleQuotes_Subject = string;
|
|
147
|
+
|
|
148
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNDOUBLEQUOTEDSTRINGCAPTURE_CapturesContentBetweenDoubleQuotes_Matches = RegExpMatchArray | null;
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNDOUBLEQUOTEDSTRINGCAPTURE - DoesNotMatchSingleQuotedString.
|
|
152
|
+
*
|
|
153
|
+
* @since 0.13.0
|
|
154
|
+
*/
|
|
155
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNDOUBLEQUOTEDSTRINGCAPTURE_DoesNotMatchSingleQuotedString_Subject = string;
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNDOUBLEQUOTEDSTRINGCAPTURE - DoesNotMatchUnquotedString.
|
|
159
|
+
*
|
|
160
|
+
* @since 0.13.0
|
|
161
|
+
*/
|
|
162
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNDOUBLEQUOTEDSTRINGCAPTURE_DoesNotMatchUnquotedString_Subject = string;
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNEMAILSIMPLE - DoesNotMatchMissingAtSign.
|
|
166
|
+
*
|
|
167
|
+
* @since 0.13.0
|
|
168
|
+
*/
|
|
169
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNEMAILSIMPLE_DoesNotMatchMissingAtSign_Subject = string;
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNEMAILSIMPLE - DoesNotMatchMissingDomain.
|
|
173
|
+
*
|
|
174
|
+
* @since 0.13.0
|
|
175
|
+
*/
|
|
176
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNEMAILSIMPLE_DoesNotMatchMissingDomain_Subject = string;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNEMAILSIMPLE - MatchesEmailWithSubdomain.
|
|
180
|
+
*
|
|
181
|
+
* @since 0.13.0
|
|
182
|
+
*/
|
|
183
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNEMAILSIMPLE_MatchesEmailWithSubdomain_Subject = string;
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNEMAILSIMPLE - MatchesStandardEmail.
|
|
187
|
+
*
|
|
188
|
+
* @since 0.13.0
|
|
189
|
+
*/
|
|
190
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNEMAILSIMPLE_MatchesStandardEmail_Subject = string;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNERRORPREFIX - DoesNotMatchWarningPrefix.
|
|
194
|
+
*
|
|
195
|
+
* @since 0.13.0
|
|
196
|
+
*/
|
|
197
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNERRORPREFIX_DoesNotMatchWarningPrefix_Subject = string;
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNERRORPREFIX - MatchesErrorPrefix.
|
|
201
|
+
*
|
|
202
|
+
* @since 0.13.0
|
|
203
|
+
*/
|
|
204
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNERRORPREFIX_MatchesErrorPrefix_Subject = string;
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNLEADINGNEWLINES - DoesNotMatchTextWithoutLeadingNewlines.
|
|
208
|
+
*
|
|
209
|
+
* @since 0.13.0
|
|
210
|
+
*/
|
|
211
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNLEADINGNEWLINES_DoesNotMatchTextWithoutLeadingNewlines_Subject = string;
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNLEADINGNEWLINES - MatchesLeadingNewlines.
|
|
215
|
+
*
|
|
216
|
+
* @since 0.13.0
|
|
217
|
+
*/
|
|
218
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNLEADINGNEWLINES_MatchesLeadingNewlines_Subject = string;
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNLEADINGNONDIGITS - MatchesLeadingNonDigitCharacters.
|
|
222
|
+
*
|
|
223
|
+
* @since 0.13.0
|
|
224
|
+
*/
|
|
225
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNLEADINGNONDIGITS_MatchesLeadingNonDigitCharacters_Subject = string;
|
|
226
|
+
|
|
227
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNLEADINGNONDIGITS_MatchesLeadingNonDigitCharacters_Matches = RegExpMatchArray | null;
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNLEADINGNONDIGITS - ReturnsEmptyMatchWhenStringStartsWithDigit.
|
|
231
|
+
*
|
|
232
|
+
* @since 0.13.0
|
|
233
|
+
*/
|
|
234
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNLEADINGNONDIGITS_ReturnsEmptyMatchWhenStringStartsWithDigit_Subject = string;
|
|
235
|
+
|
|
236
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNLEADINGNONDIGITS_ReturnsEmptyMatchWhenStringStartsWithDigit_Matches = RegExpMatchArray | null;
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNLEADINGV - DoesNotMatchStringWithoutLeadingV.
|
|
240
|
+
*
|
|
241
|
+
* @since 0.13.0
|
|
242
|
+
*/
|
|
243
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNLEADINGV_DoesNotMatchStringWithoutLeadingV_Subject = string;
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNLEADINGV - MatchesLeadingV.
|
|
247
|
+
*
|
|
248
|
+
* @since 0.13.0
|
|
249
|
+
*/
|
|
250
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNLEADINGV_MatchesLeadingV_Subject = string;
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNNAMEATVERSION - DoesNotMatchScopedPackage.
|
|
254
|
+
*
|
|
255
|
+
* @since 0.13.0
|
|
256
|
+
*/
|
|
257
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNNAMEATVERSION_DoesNotMatchScopedPackage_Subject = string;
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNNAMEATVERSION - MatchesNameAtVersion.
|
|
261
|
+
*
|
|
262
|
+
* @since 0.13.0
|
|
263
|
+
*/
|
|
264
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNNAMEATVERSION_MatchesNameAtVersion_Subject = string;
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNNOVAPREFIX - DoesNotMatchUnrelatedString.
|
|
268
|
+
*
|
|
269
|
+
* @since 0.13.0
|
|
270
|
+
*/
|
|
271
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNNOVAPREFIX_DoesNotMatchUnrelatedString_Subject = string;
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNNOVAPREFIX - MatchesNovaPrefix.
|
|
275
|
+
*
|
|
276
|
+
* @since 0.13.0
|
|
277
|
+
*/
|
|
278
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNNOVAPREFIX_MatchesNovaPrefix_Subject = string;
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRANGECAPTUREREMAINDER - CapturesRemainderAfterCaretPrefix.
|
|
282
|
+
*
|
|
283
|
+
* @since 0.13.0
|
|
284
|
+
*/
|
|
285
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterCaretPrefix_Subject = string;
|
|
286
|
+
|
|
287
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterCaretPrefix_Matches = RegExpMatchArray | null;
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRANGECAPTUREREMAINDER - CapturesRemainderAfterGreaterEqualPrefix.
|
|
291
|
+
*
|
|
292
|
+
* @since 0.13.0
|
|
293
|
+
*/
|
|
294
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterGreaterEqualPrefix_Subject = string;
|
|
295
|
+
|
|
296
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterGreaterEqualPrefix_Matches = RegExpMatchArray | null;
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRANGECAPTUREREMAINDER - CapturesRemainderAfterGreaterThanPrefix.
|
|
300
|
+
*
|
|
301
|
+
* @since 0.13.0
|
|
302
|
+
*/
|
|
303
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterGreaterThanPrefix_Subject = string;
|
|
304
|
+
|
|
305
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterGreaterThanPrefix_Matches = RegExpMatchArray | null;
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRANGECAPTUREREMAINDER - CapturesRemainderAfterLessEqualPrefix.
|
|
309
|
+
*
|
|
310
|
+
* @since 0.13.0
|
|
311
|
+
*/
|
|
312
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterLessEqualPrefix_Subject = string;
|
|
313
|
+
|
|
314
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterLessEqualPrefix_Matches = RegExpMatchArray | null;
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRANGECAPTUREREMAINDER - CapturesRemainderAfterLessThanPrefix.
|
|
318
|
+
*
|
|
319
|
+
* @since 0.13.0
|
|
320
|
+
*/
|
|
321
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterLessThanPrefix_Subject = string;
|
|
322
|
+
|
|
323
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterLessThanPrefix_Matches = RegExpMatchArray | null;
|
|
324
|
+
|
|
325
|
+
/**
|
|
326
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRANGECAPTUREREMAINDER - CapturesRemainderAfterTildePrefix.
|
|
327
|
+
*
|
|
328
|
+
* @since 0.13.0
|
|
329
|
+
*/
|
|
330
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterTildePrefix_Subject = string;
|
|
331
|
+
|
|
332
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_CapturesRemainderAfterTildePrefix_Matches = RegExpMatchArray | null;
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRANGECAPTUREREMAINDER - DoesNotMatchAlreadyPinnedVersion.
|
|
336
|
+
*
|
|
337
|
+
* @since 0.13.0
|
|
338
|
+
*/
|
|
339
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_DoesNotMatchAlreadyPinnedVersion_Subject = string;
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRANGECAPTUREREMAINDER - DoesNotMatchFileProtocol.
|
|
343
|
+
*
|
|
344
|
+
* @since 0.13.0
|
|
345
|
+
*/
|
|
346
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_DoesNotMatchFileProtocol_Subject = string;
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRANGECAPTUREREMAINDER - DoesNotMatchLatest.
|
|
350
|
+
*
|
|
351
|
+
* @since 0.13.0
|
|
352
|
+
*/
|
|
353
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_DoesNotMatchLatest_Subject = string;
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRANGECAPTUREREMAINDER - DoesNotMatchWildcard.
|
|
357
|
+
*
|
|
358
|
+
* @since 0.13.0
|
|
359
|
+
*/
|
|
360
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRANGECAPTUREREMAINDER_DoesNotMatchWildcard_Subject = string;
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNREGISTRYQUERYLINE - DoesNotMatchEmptyLine.
|
|
364
|
+
*
|
|
365
|
+
* @since 0.13.0
|
|
366
|
+
*/
|
|
367
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNREGISTRYQUERYLINE_DoesNotMatchEmptyLine_Subject = string;
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNREGISTRYQUERYLINE - MatchesWindowsRegistryLine.
|
|
371
|
+
*
|
|
372
|
+
* @since 0.13.0
|
|
373
|
+
*/
|
|
374
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNREGISTRYQUERYLINE_MatchesWindowsRegistryLine_Subject = string;
|
|
375
|
+
|
|
376
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNREGISTRYQUERYLINE_MatchesWindowsRegistryLine_Matches = RegExpMatchArray | null;
|
|
377
|
+
|
|
378
|
+
/**
|
|
379
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRUSTCVERSIONLINE - DoesNotMatchUnrelatedVersionString.
|
|
380
|
+
*
|
|
381
|
+
* @since 0.13.0
|
|
382
|
+
*/
|
|
383
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRUSTCVERSIONLINE_DoesNotMatchUnrelatedVersionString_Subject = string;
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNRUSTCVERSIONLINE - MatchesRustcVersionOutput.
|
|
387
|
+
*
|
|
388
|
+
* @since 0.13.0
|
|
389
|
+
*/
|
|
390
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRUSTCVERSIONLINE_MatchesRustcVersionOutput_Subject = string;
|
|
391
|
+
|
|
392
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNRUSTCVERSIONLINE_MatchesRustcVersionOutput_Matches = RegExpMatchArray | null;
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNSEMVER - DoesNotMatchTwoPartVersion.
|
|
396
|
+
*
|
|
397
|
+
* @since 0.13.0
|
|
398
|
+
*/
|
|
399
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_DoesNotMatchTwoPartVersion_Subject = string;
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNSEMVER - MatchesSemverEmbeddedInText.
|
|
403
|
+
*
|
|
404
|
+
* @since 0.13.0
|
|
405
|
+
*/
|
|
406
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSemverEmbeddedInText_Subject = string;
|
|
407
|
+
|
|
408
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSemverEmbeddedInText_Matches = RegExpMatchArray | null;
|
|
409
|
+
|
|
410
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSemverEmbeddedInText_MatchGroups = Record<string, string> | undefined;
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNSEMVER - MatchesSemverWithBuildMetadata.
|
|
414
|
+
*
|
|
415
|
+
* @since 0.13.0
|
|
416
|
+
*/
|
|
417
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSemverWithBuildMetadata_Subject = string;
|
|
418
|
+
|
|
419
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSemverWithBuildMetadata_Matches = RegExpMatchArray | null;
|
|
420
|
+
|
|
421
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSemverWithBuildMetadata_MatchGroups = Record<string, string> | undefined;
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNSEMVER - MatchesSemverWithPrerelease.
|
|
425
|
+
*
|
|
426
|
+
* @since 0.13.0
|
|
427
|
+
*/
|
|
428
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSemverWithPrerelease_Subject = string;
|
|
429
|
+
|
|
430
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSemverWithPrerelease_Matches = RegExpMatchArray | null;
|
|
431
|
+
|
|
432
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSemverWithPrerelease_MatchGroups = Record<string, string> | undefined;
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNSEMVER - MatchesSimpleSemver.
|
|
436
|
+
*
|
|
437
|
+
* @since 0.13.0
|
|
438
|
+
*/
|
|
439
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSimpleSemver_Subject = string;
|
|
440
|
+
|
|
441
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSimpleSemver_Matches = RegExpMatchArray | null;
|
|
442
|
+
|
|
443
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNSEMVER_MatchesSimpleSemver_MatchGroups = Record<string, string> | undefined;
|
|
444
|
+
|
|
445
|
+
/**
|
|
446
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNWHITESPACE - DoesNotMatchNonWhitespaceString.
|
|
447
|
+
*
|
|
448
|
+
* @since 0.13.0
|
|
449
|
+
*/
|
|
450
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNWHITESPACE_DoesNotMatchNonWhitespaceString_Subject = string;
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNWHITESPACE - MatchesSpaces.
|
|
454
|
+
*
|
|
455
|
+
* @since 0.13.0
|
|
456
|
+
*/
|
|
457
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNWHITESPACE_MatchesSpaces_Subject = string;
|
|
458
|
+
|
|
459
|
+
/**
|
|
460
|
+
* Tests - Lib - Regex - LIBREGEXPATTERNWHITESPACE - MatchesTabs.
|
|
461
|
+
*
|
|
462
|
+
* @since 0.13.0
|
|
463
|
+
*/
|
|
464
|
+
export type Tests_Lib_Regex_LIBREGEXPATTERNWHITESPACE_MatchesTabs_Subject = string;
|
|
465
|
+
|
|
466
|
+
/**
|
|
467
|
+
* Tests - Lib - Regex - SlugPatterns - LIBREGEXPATTERNSLUGSCOPEDDoesNotMatchUnscopedName.
|
|
468
|
+
*
|
|
469
|
+
* @since 0.13.0
|
|
470
|
+
*/
|
|
471
|
+
export type Tests_Lib_Regex_SlugPatterns_LIBREGEXPATTERNSLUGSCOPEDDoesNotMatchUnscopedName_Subject = string;
|
|
472
|
+
|
|
473
|
+
/**
|
|
474
|
+
* Tests - Lib - Regex - SlugPatterns - LIBREGEXPATTERNSLUGSCOPEDDoesNotMatchUppercaseScope.
|
|
475
|
+
*
|
|
476
|
+
* @since 0.13.0
|
|
477
|
+
*/
|
|
478
|
+
export type Tests_Lib_Regex_SlugPatterns_LIBREGEXPATTERNSLUGSCOPEDDoesNotMatchUppercaseScope_Subject = string;
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* Tests - Lib - Regex - SlugPatterns - LIBREGEXPATTERNSLUGSCOPEDMatchesScopedPackage.
|
|
482
|
+
*
|
|
483
|
+
* @since 0.13.0
|
|
484
|
+
*/
|
|
485
|
+
export type Tests_Lib_Regex_SlugPatterns_LIBREGEXPATTERNSLUGSCOPEDMatchesScopedPackage_Subject = string;
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* Tests - Lib - Regex - SlugPatterns - LIBREGEXPATTERNSLUGSIMPLEDoesNotMatchScopedName.
|
|
489
|
+
*
|
|
490
|
+
* @since 0.13.0
|
|
491
|
+
*/
|
|
492
|
+
export type Tests_Lib_Regex_SlugPatterns_LIBREGEXPATTERNSLUGSIMPLEDoesNotMatchScopedName_Subject = string;
|
|
493
|
+
|
|
494
|
+
/**
|
|
495
|
+
* Tests - Lib - Regex - SlugPatterns - LIBREGEXPATTERNSLUGSIMPLEDoesNotMatchUppercase.
|
|
496
|
+
*
|
|
497
|
+
* @since 0.13.0
|
|
498
|
+
*/
|
|
499
|
+
export type Tests_Lib_Regex_SlugPatterns_LIBREGEXPATTERNSLUGSIMPLEDoesNotMatchUppercase_Subject = string;
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* Tests - Lib - Regex - SlugPatterns - LIBREGEXPATTERNSLUGSIMPLEMatchesSimpleSlug.
|
|
503
|
+
*
|
|
504
|
+
* @since 0.13.0
|
|
505
|
+
*/
|
|
506
|
+
export type Tests_Lib_Regex_SlugPatterns_LIBREGEXPATTERNSLUGSIMPLEMatchesSimpleSlug_Subject = string;
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* Tests - Lib - Regex - SlugPatterns - LIBREGEXPATTERNSLUGSIMPLEMatchesSingleWord.
|
|
510
|
+
*
|
|
511
|
+
* @since 0.13.0
|
|
512
|
+
*/
|
|
513
|
+
export type Tests_Lib_Regex_SlugPatterns_LIBREGEXPATTERNSLUGSIMPLEMatchesSingleWord_Subject = string;
|
|
514
|
+
|
|
515
|
+
/**
|
|
516
|
+
* Tests - Lib - Regex - VersionRangePatterns - LIBREGEXPATTERNRANGEGREATEREQUALMAJORCapturesMajorFromRange.
|
|
517
|
+
*
|
|
518
|
+
* @since 0.13.0
|
|
519
|
+
*/
|
|
520
|
+
export type Tests_Lib_Regex_VersionRangePatterns_LIBREGEXPATTERNRANGEGREATEREQUALMAJORCapturesMajorFromRange_Matches = RegExpMatchArray | null;
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* Tests - Lib - Regex - VersionRangePatterns - LIBREGEXPATTERNRANGEGREATEREQUALMAJORDoesNotMatchCaretRange.
|
|
524
|
+
*
|
|
525
|
+
* @since 0.13.0
|
|
526
|
+
*/
|
|
527
|
+
export type Tests_Lib_Regex_VersionRangePatterns_LIBREGEXPATTERNRANGEGREATEREQUALMAJORDoesNotMatchCaretRange_Subject = string;
|
|
104
528
|
|
|
105
529
|
/**
|
|
106
|
-
* Tests - Lib - Regex -
|
|
530
|
+
* Tests - Lib - Regex - VersionRangePatterns - LIBREGEXPATTERNRANGEMAJORCapturesMajorFromBareNumber.
|
|
107
531
|
*
|
|
108
532
|
* @since 0.13.0
|
|
109
533
|
*/
|
|
534
|
+
export type Tests_Lib_Regex_VersionRangePatterns_LIBREGEXPATTERNRANGEMAJORCapturesMajorFromBareNumber_Matches = RegExpMatchArray | null;
|
|
110
535
|
|
|
111
536
|
/**
|
|
112
|
-
* Tests - Lib - Regex -
|
|
537
|
+
* Tests - Lib - Regex - VersionRangePatterns - LIBREGEXPATTERNRANGEMAJORCapturesMajorFromCaretRange.
|
|
113
538
|
*
|
|
114
539
|
* @since 0.13.0
|
|
115
540
|
*/
|
|
541
|
+
export type Tests_Lib_Regex_VersionRangePatterns_LIBREGEXPATTERNRANGEMAJORCapturesMajorFromCaretRange_Matches = RegExpMatchArray | null;
|
|
116
542
|
|
|
117
543
|
/**
|
|
118
|
-
* Tests - Lib - Regex -
|
|
544
|
+
* Tests - Lib - Regex - VersionRangePatterns - LIBREGEXPATTERNRANGEMAJORCapturesMajorFromTildeRange.
|
|
119
545
|
*
|
|
120
546
|
* @since 0.13.0
|
|
121
547
|
*/
|
|
122
|
-
export type
|
|
548
|
+
export type Tests_Lib_Regex_VersionRangePatterns_LIBREGEXPATTERNRANGEMAJORCapturesMajorFromTildeRange_Matches = RegExpMatchArray | null;
|
|
@@ -1,26 +1,69 @@
|
|
|
1
|
-
import type { SharedMonorepoContext } from '../../shared.d.ts';
|
|
2
|
-
|
|
3
1
|
/**
|
|
4
2
|
* Tests - Lib - Scaffold - Detect Monorepo Context.
|
|
5
3
|
*
|
|
6
4
|
* @since 0.15.0
|
|
7
5
|
*/
|
|
8
|
-
export type
|
|
6
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_OriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_TemporaryDirectory = string;
|
|
9
9
|
|
|
10
|
-
export type
|
|
10
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_TemporaryPrefix = string;
|
|
11
11
|
|
|
12
|
-
export type
|
|
12
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_SandboxRoot = string;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Tests - Lib - Scaffold - Detect Monorepo Context - Detects Monorepo Mode In Empty Directory.
|
|
16
|
+
*
|
|
17
|
+
* @since 0.15.0
|
|
18
|
+
*/
|
|
19
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsMonorepoModeInEmptyDirectory_ProjectDirectory = string;
|
|
13
20
|
|
|
14
|
-
export type
|
|
21
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsMonorepoModeInEmptyDirectory_ResolvedDirectory = string;
|
|
22
|
+
|
|
23
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsMonorepoModeInEmptyDirectory_Result_Context = string;
|
|
24
|
+
|
|
25
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsMonorepoModeInEmptyDirectory_Result = Readonly<{
|
|
26
|
+
context: Tests_Lib_Scaffold_DetectMonorepoContext_DetectsMonorepoModeInEmptyDirectory_Result_Context;
|
|
27
|
+
}>;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Tests - Lib - Scaffold - Detect Monorepo Context - Detects Standalone Project.
|
|
31
|
+
*
|
|
32
|
+
* @since 0.15.0
|
|
33
|
+
*/
|
|
34
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsStandaloneProject_ProjectDirectory = string;
|
|
35
|
+
|
|
36
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsStandaloneProject_PackageJson = string;
|
|
37
|
+
|
|
38
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsStandaloneProject_PackageContents = string;
|
|
39
|
+
|
|
40
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsStandaloneProject_PackageJsonPath = string;
|
|
41
|
+
|
|
42
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsStandaloneProject_ResolvedDirectory = string;
|
|
43
|
+
|
|
44
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsStandaloneProject_Result_Context = string;
|
|
45
|
+
|
|
46
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsStandaloneProject_Result = Readonly<{
|
|
47
|
+
context: Tests_Lib_Scaffold_DetectMonorepoContext_DetectsStandaloneProject_Result_Context;
|
|
48
|
+
}>;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Tests - Lib - Scaffold - Detect Monorepo Context - Detects Workspace Mode At Monorepo Root.
|
|
52
|
+
*
|
|
53
|
+
* @since 0.15.0
|
|
54
|
+
*/
|
|
55
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsWorkspaceModeAtMonorepoRoot_ProjectDirectory = string;
|
|
15
56
|
|
|
16
|
-
export type
|
|
57
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsWorkspaceModeAtMonorepoRoot_PackageJson = string;
|
|
17
58
|
|
|
18
|
-
export type
|
|
59
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsWorkspaceModeAtMonorepoRoot_PackageContents = string;
|
|
19
60
|
|
|
20
|
-
export type
|
|
61
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsWorkspaceModeAtMonorepoRoot_PackageJsonPath = string;
|
|
21
62
|
|
|
22
|
-
export type
|
|
63
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsWorkspaceModeAtMonorepoRoot_ResolvedDirectory = string;
|
|
23
64
|
|
|
24
|
-
export type
|
|
65
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsWorkspaceModeAtMonorepoRoot_Result_Context = string;
|
|
25
66
|
|
|
26
|
-
export type
|
|
67
|
+
export type Tests_Lib_Scaffold_DetectMonorepoContext_DetectsWorkspaceModeAtMonorepoRoot_Result = Readonly<{
|
|
68
|
+
context: Tests_Lib_Scaffold_DetectMonorepoContext_DetectsWorkspaceModeAtMonorepoRoot_Result_Context;
|
|
69
|
+
}>;
|