@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
|
@@ -1,39 +1,38 @@
|
|
|
1
1
|
import type {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
2
|
+
Shared_NovaConfig,
|
|
3
|
+
Shared_NovaConfig_Emails,
|
|
4
|
+
Shared_NovaConfig_Entities,
|
|
5
|
+
Shared_NovaConfig_Github,
|
|
6
|
+
Shared_NovaConfig_Github_Features,
|
|
7
|
+
Shared_NovaConfig_Github_Policies,
|
|
8
|
+
Shared_NovaConfig_Github_Policies_MergeMethods,
|
|
9
|
+
Shared_NovaConfig_Github_Recipes,
|
|
10
|
+
Shared_NovaConfig_Github_Topics,
|
|
11
|
+
Shared_NovaConfig_Project,
|
|
12
|
+
Shared_NovaConfig_Project_Description,
|
|
13
|
+
Shared_NovaConfig_Project_License,
|
|
14
|
+
Shared_NovaConfig_Project_Name,
|
|
15
|
+
Shared_NovaConfig_Project_Name_Slug,
|
|
16
|
+
Shared_NovaConfig_Urls,
|
|
17
|
+
Shared_NovaConfig_Workflows,
|
|
18
|
+
Shared_NovaConfig_Workspaces,
|
|
19
|
+
Shared_NovaConfigConfig,
|
|
20
|
+
Shared_NovaConfigEntityRole,
|
|
21
|
+
Shared_NovaConfigProjectPlatform,
|
|
22
|
+
Shared_NovaConfigWorkflowTarget,
|
|
23
|
+
Shared_NovaConfigWorkspace,
|
|
24
|
+
Shared_NovaConfigWorkspace_Name,
|
|
25
|
+
Shared_NovaConfigWorkspace_Policy,
|
|
26
|
+
Shared_NovaConfigWorkspace_Recipes,
|
|
27
|
+
Shared_NovaConfigWorkspace_Role,
|
|
28
|
+
Shared_NovaConfigWorkspaceRecipeName,
|
|
29
|
+
Shared_NovaConfigWorkspaceRecipeTuple,
|
|
30
|
+
Shared_UrlProtocol,
|
|
30
31
|
} from '../shared.d.ts';
|
|
31
32
|
|
|
32
33
|
import type {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
LibItemRepositoryProtocols,
|
|
36
|
-
LibItemUrlFields,
|
|
34
|
+
Lib_Item_GenericProtocols,
|
|
35
|
+
Lib_Item_RepositoryProtocols,
|
|
37
36
|
} from './item.d.ts';
|
|
38
37
|
|
|
39
38
|
/**
|
|
@@ -41,405 +40,594 @@ import type {
|
|
|
41
40
|
*
|
|
42
41
|
* @since 0.11.0
|
|
43
42
|
*/
|
|
44
|
-
export type
|
|
43
|
+
export type Lib_NovaConfig_Runner_Config = Shared_NovaConfigConfig;
|
|
45
44
|
|
|
46
45
|
/**
|
|
47
46
|
* Lib - Nova Config - Constructor.
|
|
48
47
|
*
|
|
49
48
|
* @since 0.11.0
|
|
50
49
|
*/
|
|
50
|
+
export type Lib_NovaConfig_Runner_Constructor_Config = {};
|
|
51
51
|
|
|
52
52
|
/**
|
|
53
53
|
* Lib - Nova Config - Get Array Of HTTP URLs.
|
|
54
54
|
*
|
|
55
55
|
* @since 0.11.0
|
|
56
56
|
*/
|
|
57
|
-
export type
|
|
57
|
+
export type Lib_NovaConfig_Runner_GetArrayOfHttpUrls_Value = unknown;
|
|
58
58
|
|
|
59
|
-
export type
|
|
59
|
+
export type Lib_NovaConfig_Runner_GetArrayOfHttpUrls_Field = Shared_UrlProtocol;
|
|
60
60
|
|
|
61
|
-
export type
|
|
61
|
+
export type Lib_NovaConfig_Runner_GetArrayOfHttpUrls_Returns = string[] | undefined;
|
|
62
62
|
|
|
63
|
-
export type
|
|
63
|
+
export type Lib_NovaConfig_Runner_GetArrayOfHttpUrls_Items = string[];
|
|
64
64
|
|
|
65
|
-
export type
|
|
65
|
+
export type Lib_NovaConfig_Runner_GetArrayOfHttpUrls_TypeGuard = string;
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
68
|
* Lib - Nova Config - Get Array Of Non Empty Strings.
|
|
69
69
|
*
|
|
70
70
|
* @since 0.11.0
|
|
71
71
|
*/
|
|
72
|
-
export type
|
|
72
|
+
export type Lib_NovaConfig_Runner_GetArrayOfNonEmptyStrings_Value = unknown;
|
|
73
73
|
|
|
74
|
-
export type
|
|
74
|
+
export type Lib_NovaConfig_Runner_GetArrayOfNonEmptyStrings_Returns = string[] | undefined;
|
|
75
75
|
|
|
76
|
-
export type
|
|
76
|
+
export type Lib_NovaConfig_Runner_GetArrayOfNonEmptyStrings_Items = string[];
|
|
77
77
|
|
|
78
|
-
export type
|
|
78
|
+
export type Lib_NovaConfig_Runner_GetArrayOfNonEmptyStrings_TypeGuard = string;
|
|
79
79
|
|
|
80
80
|
/**
|
|
81
81
|
* Lib - Nova Config - Get Email.
|
|
82
82
|
*
|
|
83
83
|
* @since 0.11.0
|
|
84
84
|
*/
|
|
85
|
-
export type
|
|
85
|
+
export type Lib_NovaConfig_Runner_GetEmail_Value = unknown;
|
|
86
86
|
|
|
87
|
-
export type
|
|
87
|
+
export type Lib_NovaConfig_Runner_GetEmail_Returns = string | undefined;
|
|
88
88
|
|
|
89
|
-
export type
|
|
89
|
+
export type Lib_NovaConfig_Runner_GetEmail_Email = string | undefined;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Lib - Nova Config - Get GitHub Features.
|
|
93
|
+
*
|
|
94
|
+
* @since 0.22.0
|
|
95
|
+
*/
|
|
96
|
+
export type Lib_NovaConfig_Runner_GetGithubFeatures_Value = unknown;
|
|
97
|
+
|
|
98
|
+
export type Lib_NovaConfig_Runner_GetGithubFeatures_Returns = Shared_NovaConfig_Github_Features | undefined;
|
|
99
|
+
|
|
100
|
+
export type Lib_NovaConfig_Runner_GetGithubFeatures_Result = {
|
|
101
|
+
issues?: boolean; wiki?: boolean; projects?: boolean; discussions?: boolean;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
export type Lib_NovaConfig_Runner_GetGithubFeatures_Issues = boolean | undefined;
|
|
105
|
+
|
|
106
|
+
export type Lib_NovaConfig_Runner_GetGithubFeatures_Wiki = boolean | undefined;
|
|
107
|
+
|
|
108
|
+
export type Lib_NovaConfig_Runner_GetGithubFeatures_Projects = boolean | undefined;
|
|
109
|
+
|
|
110
|
+
export type Lib_NovaConfig_Runner_GetGithubFeatures_Discussions = boolean | undefined;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Lib - Nova Config - Get GitHub Policies.
|
|
114
|
+
*
|
|
115
|
+
* @since 0.22.0
|
|
116
|
+
*/
|
|
117
|
+
export type Lib_NovaConfig_Runner_GetGithubPolicies_Value = unknown;
|
|
118
|
+
|
|
119
|
+
export type Lib_NovaConfig_Runner_GetGithubPolicies_Returns = Shared_NovaConfig_Github_Policies | undefined;
|
|
120
|
+
|
|
121
|
+
export type Lib_NovaConfig_Runner_GetGithubPolicies_Result = {
|
|
122
|
+
visibility?: 'public' | 'private' | 'internal'; defaultBranch?: string; mergeMethods?: Shared_NovaConfig_Github_Policies_MergeMethods; autoDeleteHeadBranch?: boolean;
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
export type Lib_NovaConfig_Runner_GetGithubPolicies_Visibility = 'public' | 'private' | 'internal' | undefined;
|
|
126
|
+
|
|
127
|
+
export type Lib_NovaConfig_Runner_GetGithubPolicies_DefaultBranch = string | undefined;
|
|
128
|
+
|
|
129
|
+
export type Lib_NovaConfig_Runner_GetGithubPolicies_MergeMethods = Shared_NovaConfig_Github_Policies_MergeMethods | undefined;
|
|
130
|
+
|
|
131
|
+
export type Lib_NovaConfig_Runner_GetGithubPolicies_AutoDeleteHeadBranch = boolean | undefined;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Lib - Nova Config - Get GitHub Policies Merge Methods.
|
|
135
|
+
*
|
|
136
|
+
* @since 0.22.0
|
|
137
|
+
*/
|
|
138
|
+
export type Lib_NovaConfig_Runner_GetGithubPoliciesMergeMethods_Value = unknown;
|
|
139
|
+
|
|
140
|
+
export type Lib_NovaConfig_Runner_GetGithubPoliciesMergeMethods_Returns = Shared_NovaConfig_Github_Policies_MergeMethods | undefined;
|
|
141
|
+
|
|
142
|
+
export type Lib_NovaConfig_Runner_GetGithubPoliciesMergeMethods_Result = {
|
|
143
|
+
merge?: boolean; squash?: boolean; rebase?: boolean;
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
export type Lib_NovaConfig_Runner_GetGithubPoliciesMergeMethods_Merge = boolean | undefined;
|
|
147
|
+
|
|
148
|
+
export type Lib_NovaConfig_Runner_GetGithubPoliciesMergeMethods_Squash = boolean | undefined;
|
|
149
|
+
|
|
150
|
+
export type Lib_NovaConfig_Runner_GetGithubPoliciesMergeMethods_Rebase = boolean | undefined;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Lib - Nova Config - Get GitHub Recipes.
|
|
154
|
+
*
|
|
155
|
+
* @since 0.22.0
|
|
156
|
+
*/
|
|
157
|
+
export type Lib_NovaConfig_Runner_GetGithubRecipes_Value = unknown;
|
|
158
|
+
|
|
159
|
+
export type Lib_NovaConfig_Runner_GetGithubRecipes_Returns = Shared_NovaConfig_Github_Recipes | undefined;
|
|
160
|
+
|
|
161
|
+
export type Lib_NovaConfig_Runner_GetGithubRecipes_Result = {
|
|
162
|
+
'sync-features'?: boolean; 'sync-identity'?: boolean; 'sync-policies'?: boolean;
|
|
163
|
+
};
|
|
164
|
+
|
|
165
|
+
export type Lib_NovaConfig_Runner_GetGithubRecipes_SyncIdentity = boolean | undefined;
|
|
166
|
+
|
|
167
|
+
export type Lib_NovaConfig_Runner_GetGithubRecipes_SyncFeatures = boolean | undefined;
|
|
168
|
+
|
|
169
|
+
export type Lib_NovaConfig_Runner_GetGithubRecipes_SyncPolicies = boolean | undefined;
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* Lib - Nova Config - Get GitHub Topics.
|
|
173
|
+
*
|
|
174
|
+
* @since 0.22.0
|
|
175
|
+
*/
|
|
176
|
+
export type Lib_NovaConfig_Runner_GetGithubTopics_Value = unknown;
|
|
177
|
+
|
|
178
|
+
export type Lib_NovaConfig_Runner_GetGithubTopics_Returns = Shared_NovaConfig_Github_Topics | undefined;
|
|
179
|
+
|
|
180
|
+
export type Lib_NovaConfig_Runner_GetGithubTopics_TypeGuard = string;
|
|
90
181
|
|
|
91
182
|
/**
|
|
92
183
|
* Lib - Nova Config - Get Non Empty String.
|
|
93
184
|
*
|
|
94
185
|
* @since 0.11.0
|
|
95
186
|
*/
|
|
96
|
-
export type
|
|
187
|
+
export type Lib_NovaConfig_Runner_GetNonEmptyString_Value = unknown;
|
|
97
188
|
|
|
98
|
-
export type
|
|
189
|
+
export type Lib_NovaConfig_Runner_GetNonEmptyString_Returns = string | undefined;
|
|
99
190
|
|
|
100
|
-
export type
|
|
191
|
+
export type Lib_NovaConfig_Runner_GetNonEmptyString_String = string;
|
|
101
192
|
|
|
102
193
|
/**
|
|
103
194
|
* Lib - Nova Config - Get URL.
|
|
104
195
|
*
|
|
105
196
|
* @since 0.11.0
|
|
106
197
|
*/
|
|
107
|
-
export type
|
|
198
|
+
export type Lib_NovaConfig_Runner_GetUrl_Value = unknown;
|
|
108
199
|
|
|
109
|
-
export type
|
|
200
|
+
export type Lib_NovaConfig_Runner_GetUrl_Field = Shared_UrlProtocol;
|
|
110
201
|
|
|
111
|
-
export type
|
|
202
|
+
export type Lib_NovaConfig_Runner_GetUrl_Returns = string | undefined;
|
|
112
203
|
|
|
113
|
-
export type
|
|
204
|
+
export type Lib_NovaConfig_Runner_GetUrl_CandidateUrl = string | undefined;
|
|
114
205
|
|
|
115
|
-
export type
|
|
206
|
+
export type Lib_NovaConfig_Runner_GetUrl_Url = URL;
|
|
116
207
|
|
|
117
|
-
export type
|
|
208
|
+
export type Lib_NovaConfig_Runner_GetUrl_AllowedProtocols = Lib_Item_GenericProtocols | Lib_Item_RepositoryProtocols;
|
|
118
209
|
|
|
119
|
-
export type
|
|
210
|
+
export type Lib_NovaConfig_Runner_GetUrl_IsAllowed = boolean;
|
|
120
211
|
|
|
121
212
|
/**
|
|
122
213
|
* Lib - Nova Config - Is Entity Role.
|
|
123
214
|
*
|
|
124
215
|
* @since 0.11.0
|
|
125
216
|
*/
|
|
126
|
-
export type
|
|
217
|
+
export type Lib_NovaConfig_Runner_IsEntityRole_Value = unknown;
|
|
127
218
|
|
|
128
|
-
export type
|
|
219
|
+
export type Lib_NovaConfig_Runner_IsEntityRole_TypeGuard = Shared_NovaConfigEntityRole;
|
|
129
220
|
|
|
130
221
|
/**
|
|
131
222
|
* Lib - Nova Config - Load.
|
|
132
223
|
*
|
|
133
224
|
* @since 0.11.0
|
|
134
225
|
*/
|
|
135
|
-
export type
|
|
226
|
+
export type Lib_NovaConfig_Runner_Load_Returns = Promise<Shared_NovaConfigConfig>;
|
|
136
227
|
|
|
137
|
-
export type
|
|
228
|
+
export type Lib_NovaConfig_Runner_Load_CurrentDirectory = string;
|
|
138
229
|
|
|
139
|
-
export type
|
|
230
|
+
export type Lib_NovaConfig_Runner_Load_ConfigFileName = string;
|
|
140
231
|
|
|
141
|
-
export type
|
|
232
|
+
export type Lib_NovaConfig_Runner_Load_ConfigPath = string;
|
|
142
233
|
|
|
143
|
-
export type
|
|
234
|
+
export type Lib_NovaConfig_Runner_Load_RawFile = string;
|
|
144
235
|
|
|
145
|
-
export type
|
|
236
|
+
export type Lib_NovaConfig_Runner_Load_ParsedFile = unknown;
|
|
146
237
|
|
|
147
238
|
/**
|
|
148
239
|
* Lib - Nova Config - Parse.
|
|
149
240
|
*
|
|
150
241
|
* @since 0.11.0
|
|
151
242
|
*/
|
|
152
|
-
export type
|
|
243
|
+
export type Lib_NovaConfig_Runner_Parse_Value = unknown;
|
|
244
|
+
|
|
245
|
+
export type Lib_NovaConfig_Runner_Parse_Returns = Shared_NovaConfig;
|
|
153
246
|
|
|
154
|
-
export type
|
|
247
|
+
export type Lib_NovaConfig_Runner_Parse_Result = {
|
|
248
|
+
project?: Shared_NovaConfig_Project; entities?: Shared_NovaConfig_Entities; emails?: Shared_NovaConfig_Emails; github?: Shared_NovaConfig_Github; workflows?: Shared_NovaConfig_Workflows; urls?: Shared_NovaConfig_Urls; workspaces?: Shared_NovaConfig_Workspaces;
|
|
249
|
+
};
|
|
155
250
|
|
|
156
|
-
export type
|
|
251
|
+
export type Lib_NovaConfig_Runner_Parse_Project = Shared_NovaConfig_Project | undefined;
|
|
157
252
|
|
|
158
|
-
export type
|
|
253
|
+
export type Lib_NovaConfig_Runner_Parse_Entities = Shared_NovaConfig_Entities | undefined;
|
|
159
254
|
|
|
160
|
-
export type
|
|
255
|
+
export type Lib_NovaConfig_Runner_Parse_Emails = Shared_NovaConfig_Emails | undefined;
|
|
161
256
|
|
|
162
|
-
export type
|
|
257
|
+
export type Lib_NovaConfig_Runner_Parse_Github = Shared_NovaConfig_Github | undefined;
|
|
163
258
|
|
|
164
|
-
export type
|
|
259
|
+
export type Lib_NovaConfig_Runner_Parse_Workflows = Shared_NovaConfig_Workflows | undefined;
|
|
165
260
|
|
|
166
|
-
export type
|
|
261
|
+
export type Lib_NovaConfig_Runner_Parse_Urls = Shared_NovaConfig_Urls | undefined;
|
|
167
262
|
|
|
168
|
-
export type
|
|
263
|
+
export type Lib_NovaConfig_Runner_Parse_Workspaces = Shared_NovaConfig_Workspaces | undefined;
|
|
169
264
|
|
|
170
265
|
/**
|
|
171
266
|
* Lib - Nova Config - Parse Emails.
|
|
172
267
|
*
|
|
173
268
|
* @since 0.11.0
|
|
174
269
|
*/
|
|
175
|
-
export type
|
|
270
|
+
export type Lib_NovaConfig_Runner_ParseEmails_Value = unknown;
|
|
176
271
|
|
|
177
|
-
export type
|
|
272
|
+
export type Lib_NovaConfig_Runner_ParseEmails_Returns = Shared_NovaConfig_Emails | undefined;
|
|
178
273
|
|
|
179
|
-
export type
|
|
274
|
+
export type Lib_NovaConfig_Runner_ParseEmails_Emails = {
|
|
275
|
+
bugs?: string;
|
|
276
|
+
};
|
|
180
277
|
|
|
181
|
-
export type
|
|
278
|
+
export type Lib_NovaConfig_Runner_ParseEmails_EmailFields = readonly ['bugs'];
|
|
182
279
|
|
|
183
|
-
export type
|
|
280
|
+
export type Lib_NovaConfig_Runner_ParseEmails_ParsedEmail = string | undefined;
|
|
184
281
|
|
|
185
282
|
/**
|
|
186
283
|
* Lib - Nova Config - Parse Entities.
|
|
187
284
|
*
|
|
188
285
|
* @since 0.11.0
|
|
189
286
|
*/
|
|
190
|
-
export type
|
|
287
|
+
export type Lib_NovaConfig_Runner_ParseEntities_Value = unknown;
|
|
191
288
|
|
|
192
|
-
export type
|
|
289
|
+
export type Lib_NovaConfig_Runner_ParseEntities_Returns = Shared_NovaConfig_Entities | undefined;
|
|
193
290
|
|
|
194
|
-
export type
|
|
291
|
+
export type Lib_NovaConfig_Runner_ParseEntities_Entities = {
|
|
292
|
+
name?: string; email?: string; url?: string; roles?: Shared_NovaConfigEntityRole[];
|
|
293
|
+
}[];
|
|
195
294
|
|
|
196
|
-
export type
|
|
295
|
+
export type Lib_NovaConfig_Runner_ParseEntities_ParsedEntity = {
|
|
296
|
+
name?: string; email?: string; url?: string; roles?: Shared_NovaConfigEntityRole[];
|
|
297
|
+
};
|
|
197
298
|
|
|
198
|
-
export type
|
|
299
|
+
export type Lib_NovaConfig_Runner_ParseEntities_Name = string | undefined;
|
|
199
300
|
|
|
200
|
-
export type
|
|
301
|
+
export type Lib_NovaConfig_Runner_ParseEntities_Email = string | undefined;
|
|
201
302
|
|
|
202
|
-
export type
|
|
303
|
+
export type Lib_NovaConfig_Runner_ParseEntities_Url = string | undefined;
|
|
203
304
|
|
|
204
|
-
export type
|
|
305
|
+
export type Lib_NovaConfig_Runner_ParseEntities_Roles = unknown;
|
|
205
306
|
|
|
206
|
-
export type
|
|
307
|
+
export type Lib_NovaConfig_Runner_ParseEntities_ParsedRoles = ('author' | 'contributor' | 'supporter')[];
|
|
207
308
|
|
|
208
|
-
export type
|
|
309
|
+
export type Lib_NovaConfig_Runner_ParseEntities_NameA = string;
|
|
209
310
|
|
|
210
|
-
export type
|
|
311
|
+
export type Lib_NovaConfig_Runner_ParseEntities_NameB = string;
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* Lib - Nova Config - Parse GitHub.
|
|
315
|
+
*
|
|
316
|
+
* @since 0.22.0
|
|
317
|
+
*/
|
|
318
|
+
export type Lib_NovaConfig_Runner_ParseGithub_Value = unknown;
|
|
319
|
+
|
|
320
|
+
export type Lib_NovaConfig_Runner_ParseGithub_Returns = Shared_NovaConfig_Github | undefined;
|
|
321
|
+
|
|
322
|
+
export type Lib_NovaConfig_Runner_ParseGithub_Result = {
|
|
323
|
+
owner?: string; repo?: string; recipes?: Shared_NovaConfig_Github_Recipes; topics?: string[]; features?: Shared_NovaConfig_Github_Features; policies?: Shared_NovaConfig_Github_Policies;
|
|
324
|
+
};
|
|
325
|
+
|
|
326
|
+
export type Lib_NovaConfig_Runner_ParseGithub_OwnerCandidate = string | undefined;
|
|
327
|
+
|
|
328
|
+
export type Lib_NovaConfig_Runner_ParseGithub_Owner = string | undefined;
|
|
329
|
+
|
|
330
|
+
export type Lib_NovaConfig_Runner_ParseGithub_RepoCandidate = string | undefined;
|
|
331
|
+
|
|
332
|
+
export type Lib_NovaConfig_Runner_ParseGithub_Repo = string | undefined;
|
|
333
|
+
|
|
334
|
+
export type Lib_NovaConfig_Runner_ParseGithub_Recipes = Shared_NovaConfig_Github_Recipes | undefined;
|
|
335
|
+
|
|
336
|
+
export type Lib_NovaConfig_Runner_ParseGithub_Topics = Shared_NovaConfig_Github_Topics | undefined;
|
|
337
|
+
|
|
338
|
+
export type Lib_NovaConfig_Runner_ParseGithub_Features = Shared_NovaConfig_Github_Features | undefined;
|
|
339
|
+
|
|
340
|
+
export type Lib_NovaConfig_Runner_ParseGithub_Policies = Shared_NovaConfig_Github_Policies | undefined;
|
|
211
341
|
|
|
212
342
|
/**
|
|
213
343
|
* Lib - Nova Config - Parse Project.
|
|
214
344
|
*
|
|
215
345
|
* @since 0.11.0
|
|
216
346
|
*/
|
|
217
|
-
export type
|
|
347
|
+
export type Lib_NovaConfig_Runner_ParseProject_Value = unknown;
|
|
218
348
|
|
|
219
|
-
export type
|
|
349
|
+
export type Lib_NovaConfig_Runner_ParseProject_Returns = Shared_NovaConfig_Project | undefined;
|
|
220
350
|
|
|
221
|
-
export type
|
|
351
|
+
export type Lib_NovaConfig_Runner_ParseProject_Project = {
|
|
352
|
+
name?: Shared_NovaConfig_Project_Name; description?: Shared_NovaConfig_Project_Description; keywords?: string[]; legalName?: string; pronouns?: 'personal' | 'business'; platforms?: Shared_NovaConfigProjectPlatform[]; startingYear?: number; license?: Shared_NovaConfig_Project_License;
|
|
353
|
+
};
|
|
222
354
|
|
|
223
|
-
export type
|
|
355
|
+
export type Lib_NovaConfig_Runner_ParseProject_ValueName = unknown;
|
|
224
356
|
|
|
225
|
-
export type
|
|
357
|
+
export type Lib_NovaConfig_Runner_ParseProject_ValueDescription = unknown;
|
|
226
358
|
|
|
227
|
-
export type
|
|
359
|
+
export type Lib_NovaConfig_Runner_ParseProject_ValueKeywords = string[] | undefined;
|
|
228
360
|
|
|
229
|
-
export type
|
|
361
|
+
export type Lib_NovaConfig_Runner_ParseProject_Name = {
|
|
362
|
+
slug?: Shared_NovaConfig_Project_Name_Slug; title?: string;
|
|
363
|
+
};
|
|
230
364
|
|
|
231
|
-
export type
|
|
365
|
+
export type Lib_NovaConfig_Runner_ParseProject_Slug = string | undefined;
|
|
232
366
|
|
|
233
|
-
export type
|
|
367
|
+
export type Lib_NovaConfig_Runner_ParseProject_Title = string | undefined;
|
|
234
368
|
|
|
235
|
-
export type
|
|
369
|
+
export type Lib_NovaConfig_Runner_ParseProject_Description = {
|
|
370
|
+
short?: string; long?: string;
|
|
371
|
+
};
|
|
236
372
|
|
|
237
|
-
export type
|
|
373
|
+
export type Lib_NovaConfig_Runner_ParseProject_Short = string | undefined;
|
|
238
374
|
|
|
239
|
-
export type
|
|
375
|
+
export type Lib_NovaConfig_Runner_ParseProject_Long = string | undefined;
|
|
240
376
|
|
|
241
|
-
export type
|
|
377
|
+
export type Lib_NovaConfig_Runner_ParseProject_ValueLegalName = string | undefined;
|
|
242
378
|
|
|
243
|
-
export type
|
|
379
|
+
export type Lib_NovaConfig_Runner_ParseProject_ValuePronouns = string | undefined;
|
|
244
380
|
|
|
245
|
-
export type
|
|
381
|
+
export type Lib_NovaConfig_Runner_ParseProject_ValuePlatforms = unknown;
|
|
246
382
|
|
|
247
|
-
export type
|
|
383
|
+
export type Lib_NovaConfig_Runner_ParseProject_AllowedPlatforms = Set<string>;
|
|
248
384
|
|
|
249
|
-
export type
|
|
385
|
+
export type Lib_NovaConfig_Runner_ParseProject_ParsedPlatforms = ('nodejs' | 'swift' | 'android' | 'java' | 'kotlin' | 'csharp' | 'php' | 'python' | 'macos' | 'linux' | 'windows')[];
|
|
250
386
|
|
|
251
|
-
export type
|
|
387
|
+
export type Lib_NovaConfig_Runner_ParseProject_Platform = Shared_NovaConfigProjectPlatform;
|
|
252
388
|
|
|
253
|
-
export type
|
|
389
|
+
export type Lib_NovaConfig_Runner_ParseProject_ValueStartingYear = unknown;
|
|
254
390
|
|
|
255
|
-
export type
|
|
391
|
+
export type Lib_NovaConfig_Runner_ParseProject_ValueLicense = string | undefined;
|
|
256
392
|
|
|
257
|
-
export type
|
|
393
|
+
export type Lib_NovaConfig_Runner_ParseProject_AllowedLicenses = Set<string>;
|
|
258
394
|
|
|
259
|
-
export type
|
|
395
|
+
export type Lib_NovaConfig_Runner_ParseProject_License = Shared_NovaConfig_Project_License;
|
|
260
396
|
|
|
261
397
|
/**
|
|
262
398
|
* Lib - Nova Config - Parse URLs.
|
|
263
399
|
*
|
|
264
400
|
* @since 0.11.0
|
|
265
401
|
*/
|
|
266
|
-
export type
|
|
402
|
+
export type Lib_NovaConfig_Runner_ParseUrls_Value = unknown;
|
|
267
403
|
|
|
268
|
-
export type
|
|
404
|
+
export type Lib_NovaConfig_Runner_ParseUrls_Returns = Shared_NovaConfig_Urls | undefined;
|
|
269
405
|
|
|
270
|
-
export type
|
|
406
|
+
export type Lib_NovaConfig_Runner_ParseUrls_Urls = {
|
|
407
|
+
homepage?: string; repository?: string; bugs?: string; license?: string; logo?: string; docker?: string; documentation?: string; npm?: string; fundSources?: string[]; privacyPolicy?: string; termsOfUse?: string;
|
|
408
|
+
};
|
|
271
409
|
|
|
272
|
-
export type
|
|
410
|
+
export type Lib_NovaConfig_Runner_ParseUrls_UrlFields = readonly ['homepage', 'repository', 'bugs', 'license', 'logo', 'documentation', 'npm', 'docker', 'privacyPolicy', 'termsOfUse'];
|
|
273
411
|
|
|
274
|
-
export type
|
|
412
|
+
export type Lib_NovaConfig_Runner_ParseUrls_UrlFieldsFundSourcesIndex = number;
|
|
275
413
|
|
|
276
|
-
export type
|
|
414
|
+
export type Lib_NovaConfig_Runner_ParseUrls_LoopIndex = number;
|
|
277
415
|
|
|
278
|
-
export type
|
|
416
|
+
export type Lib_NovaConfig_Runner_ParseUrls_FundSources = string[] | undefined;
|
|
279
417
|
|
|
280
|
-
export type
|
|
418
|
+
export type Lib_NovaConfig_Runner_ParseUrls_UrlField = string;
|
|
281
419
|
|
|
282
|
-
export type
|
|
420
|
+
export type Lib_NovaConfig_Runner_ParseUrls_ParsedUrl = string | undefined;
|
|
283
421
|
|
|
284
422
|
/**
|
|
285
423
|
* Lib - Nova Config - Parse Workflows.
|
|
286
424
|
*
|
|
287
425
|
* @since 0.20.0
|
|
288
426
|
*/
|
|
289
|
-
export type
|
|
427
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Value = unknown;
|
|
428
|
+
|
|
429
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Returns = Shared_NovaConfig_Workflows | undefined;
|
|
430
|
+
|
|
431
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Workflows_Element = {
|
|
432
|
+
'template': string;
|
|
433
|
+
'suffix': string;
|
|
434
|
+
'triggers': string[];
|
|
435
|
+
'depends-on'?: string[];
|
|
436
|
+
'scopes'?: string[];
|
|
437
|
+
'targets'?: Shared_NovaConfigWorkflowTarget[];
|
|
438
|
+
'settings'?: Record<string, string>;
|
|
439
|
+
};
|
|
440
|
+
|
|
441
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Workflows = Lib_NovaConfig_Runner_ParseWorkflows_Workflows_Element[];
|
|
442
|
+
|
|
443
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_CastItem = unknown;
|
|
444
|
+
|
|
445
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Template = string | undefined;
|
|
446
|
+
|
|
447
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Suffix = string | undefined;
|
|
448
|
+
|
|
449
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_RawTriggers = unknown;
|
|
290
450
|
|
|
291
|
-
export type
|
|
451
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Triggers = string[];
|
|
292
452
|
|
|
293
|
-
export type
|
|
453
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_TriggerValue = string | undefined;
|
|
294
454
|
|
|
295
|
-
export type
|
|
455
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_RawDependsOn = unknown;
|
|
296
456
|
|
|
297
|
-
export type
|
|
457
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_DependsOn = string[];
|
|
298
458
|
|
|
299
|
-
export type
|
|
459
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_RawScopes = unknown;
|
|
300
460
|
|
|
301
|
-
export type
|
|
461
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Scopes = string[];
|
|
302
462
|
|
|
303
|
-
export type
|
|
463
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_RawTargets = unknown;
|
|
304
464
|
|
|
305
|
-
export type
|
|
465
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Targets_Element_Type = string;
|
|
306
466
|
|
|
307
|
-
export type
|
|
467
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Targets_Element_WorkingDir = string;
|
|
308
468
|
|
|
309
|
-
export type
|
|
469
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Targets_Element_Needs = string[];
|
|
310
470
|
|
|
311
|
-
export type
|
|
471
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Targets_Element = {
|
|
472
|
+
type: Lib_NovaConfig_Runner_ParseWorkflows_Targets_Element_Type;
|
|
473
|
+
workingDir: Lib_NovaConfig_Runner_ParseWorkflows_Targets_Element_WorkingDir;
|
|
474
|
+
needs?: Lib_NovaConfig_Runner_ParseWorkflows_Targets_Element_Needs;
|
|
475
|
+
};
|
|
312
476
|
|
|
313
|
-
export type
|
|
477
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Targets = Lib_NovaConfig_Runner_ParseWorkflows_Targets_Element[];
|
|
314
478
|
|
|
315
|
-
export type
|
|
479
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_RawTargetValue = unknown;
|
|
316
480
|
|
|
317
|
-
export type
|
|
481
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_TargetType = string | undefined;
|
|
318
482
|
|
|
319
|
-
export type
|
|
483
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_TargetWorkingDir = string | undefined;
|
|
320
484
|
|
|
321
|
-
export type
|
|
485
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_RawTargetNeeds = unknown;
|
|
322
486
|
|
|
323
|
-
export type
|
|
487
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_TargetNeeds = string[];
|
|
324
488
|
|
|
325
|
-
export type
|
|
489
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Target_Type = string;
|
|
326
490
|
|
|
327
|
-
export type
|
|
491
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Target_WorkingDir = string;
|
|
328
492
|
|
|
329
|
-
export type
|
|
493
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Target_Needs = string[];
|
|
330
494
|
|
|
331
|
-
export type
|
|
495
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Target = {
|
|
496
|
+
type: Lib_NovaConfig_Runner_ParseWorkflows_Target_Type;
|
|
497
|
+
workingDir: Lib_NovaConfig_Runner_ParseWorkflows_Target_WorkingDir;
|
|
498
|
+
needs?: Lib_NovaConfig_Runner_ParseWorkflows_Target_Needs;
|
|
499
|
+
};
|
|
332
500
|
|
|
333
|
-
export type
|
|
501
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Settings = unknown;
|
|
334
502
|
|
|
335
|
-
export type
|
|
503
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_Workflow = {
|
|
504
|
+
'template': string;
|
|
505
|
+
'suffix': string;
|
|
506
|
+
'triggers': string[];
|
|
507
|
+
'depends-on'?: string[];
|
|
508
|
+
'scopes'?: string[];
|
|
509
|
+
'targets'?: Shared_NovaConfigWorkflowTarget[];
|
|
510
|
+
'settings'?: Record<string, string>;
|
|
511
|
+
};
|
|
336
512
|
|
|
337
|
-
export type
|
|
513
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_ParsedSettings = Record<string, string>;
|
|
338
514
|
|
|
339
|
-
export type
|
|
515
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_SortedSettingsEntries = [string, unknown][];
|
|
340
516
|
|
|
341
|
-
export type
|
|
517
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_SettingsKey = string;
|
|
342
518
|
|
|
343
|
-
export type
|
|
519
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_SettingsValue = unknown;
|
|
344
520
|
|
|
345
|
-
export type
|
|
521
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_TemplateCompare = number;
|
|
346
522
|
|
|
347
|
-
export type
|
|
523
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_SuffixA = string;
|
|
524
|
+
|
|
525
|
+
export type Lib_NovaConfig_Runner_ParseWorkflows_SuffixB = string;
|
|
348
526
|
|
|
349
527
|
/**
|
|
350
528
|
* Lib - Nova Config - Parse Workspaces.
|
|
351
529
|
*
|
|
352
530
|
* @since 0.11.0
|
|
353
531
|
*/
|
|
354
|
-
export type
|
|
532
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Value = unknown;
|
|
533
|
+
|
|
534
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Slug = Shared_NovaConfig_Project_Name_Slug | undefined;
|
|
535
|
+
|
|
536
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Returns = Shared_NovaConfig_Workspaces | undefined;
|
|
537
|
+
|
|
538
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Workspaces = {
|
|
539
|
+
[key: string]: Shared_NovaConfigWorkspace;
|
|
540
|
+
};
|
|
541
|
+
|
|
542
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Role = 'project' | 'docs' | 'config' | 'app' | 'package' | 'tool' | 'template';
|
|
355
543
|
|
|
356
|
-
export type
|
|
544
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Name = Shared_NovaConfigWorkspace_Name;
|
|
357
545
|
|
|
358
|
-
export type
|
|
546
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_IsNameAllowed = (role: Lib_NovaConfig_Runner_ParseWorkspaces_Role, name: Lib_NovaConfig_Runner_ParseWorkspaces_Name) => Lib_NovaConfig_Runner_ParseWorkspaces_IsNameAllowed_Returns;
|
|
359
547
|
|
|
360
|
-
export type
|
|
548
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Path = string;
|
|
361
549
|
|
|
362
|
-
export type
|
|
550
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Options = unknown;
|
|
363
551
|
|
|
364
|
-
export type
|
|
552
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_NameCandidate = string | undefined;
|
|
365
553
|
|
|
366
|
-
export type
|
|
554
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_DisplayNameCandidate = string | undefined;
|
|
367
555
|
|
|
368
|
-
export type
|
|
556
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_RoleCandidate = string | undefined;
|
|
369
557
|
|
|
370
|
-
export type
|
|
558
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_PolicyCandidate = string | undefined;
|
|
371
559
|
|
|
372
|
-
export type
|
|
560
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_MatchedRole = Shared_NovaConfigWorkspace_Role | undefined;
|
|
373
561
|
|
|
374
|
-
export type
|
|
562
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_AllowedPolicies = ('freezable' | 'trackable' | 'distributable')[];
|
|
375
563
|
|
|
376
|
-
export type
|
|
564
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Policy = Shared_NovaConfigWorkspace_Policy | undefined;
|
|
377
565
|
|
|
378
|
-
export type
|
|
566
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Recipes = Shared_NovaConfigWorkspace_Recipes | undefined;
|
|
379
567
|
|
|
380
|
-
export type
|
|
568
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_RecipesCandidate = unknown;
|
|
381
569
|
|
|
382
|
-
export type
|
|
570
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_AllowedRecipes = Set<Shared_NovaConfigWorkspaceRecipeName>;
|
|
383
571
|
|
|
384
|
-
export type
|
|
572
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_ParsedRecipes = {
|
|
573
|
+
[key: string]: Shared_NovaConfigWorkspaceRecipeTuple;
|
|
574
|
+
};
|
|
385
575
|
|
|
386
|
-
export type
|
|
576
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_RecipeName = string;
|
|
387
577
|
|
|
388
|
-
export type
|
|
578
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_RecipeTuple = unknown;
|
|
389
579
|
|
|
390
|
-
export type
|
|
580
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_MatchedRecipe = Shared_NovaConfigWorkspaceRecipeName | undefined;
|
|
391
581
|
|
|
392
|
-
export type
|
|
582
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Enabled = unknown;
|
|
393
583
|
|
|
394
|
-
export type
|
|
584
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_Settings = unknown;
|
|
395
585
|
|
|
396
|
-
export type
|
|
586
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_ParsedSettings = Record<string, boolean>;
|
|
397
587
|
|
|
398
|
-
export type
|
|
588
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_SettingKey = string;
|
|
399
589
|
|
|
400
|
-
export type
|
|
590
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_SettingValue = unknown;
|
|
401
591
|
|
|
402
|
-
export type
|
|
592
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_WorkspaceKeys = string[];
|
|
593
|
+
|
|
594
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_SortedWorkspaces = {
|
|
595
|
+
[key: string]: Shared_NovaConfigWorkspace;
|
|
596
|
+
};
|
|
403
597
|
|
|
404
598
|
/**
|
|
405
599
|
* Lib - Nova Config - Parse Workspaces - Is Name Allowed.
|
|
406
600
|
*
|
|
407
601
|
* @since 0.11.0
|
|
408
602
|
*/
|
|
409
|
-
export type
|
|
410
|
-
|
|
411
|
-
export type LibNovaConfigParseWorkspacesIsNameAllowedName = SharedNovaConfigWorkspaceName;
|
|
412
|
-
|
|
413
|
-
export type LibNovaConfigParseWorkspacesIsNameAllowedReturns = boolean;
|
|
414
|
-
|
|
415
|
-
export type LibNovaConfigParseWorkspacesIsNameAllowed = (role: LibNovaConfigParseWorkspacesIsNameAllowedRole, name: LibNovaConfigParseWorkspacesIsNameAllowedName) => LibNovaConfigParseWorkspacesIsNameAllowedReturns;
|
|
603
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_IsNameAllowed_Returns = boolean;
|
|
416
604
|
|
|
417
|
-
export type
|
|
605
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_IsNameAllowed_Base = string;
|
|
418
606
|
|
|
419
|
-
export type
|
|
607
|
+
export type Lib_NovaConfig_Runner_ParseWorkspaces_IsNameAllowed_Descriptor = string;
|
|
420
608
|
|
|
421
609
|
/**
|
|
422
610
|
* Lib - Nova Config - Save.
|
|
423
611
|
*
|
|
424
612
|
* @since 0.11.0
|
|
425
613
|
*/
|
|
426
|
-
export type
|
|
614
|
+
export type Lib_NovaConfig_Runner_Save_ReplaceFile = boolean;
|
|
427
615
|
|
|
428
|
-
export type
|
|
616
|
+
export type Lib_NovaConfig_Runner_Save_Returns = Promise<void>;
|
|
429
617
|
|
|
430
|
-
export type
|
|
618
|
+
export type Lib_NovaConfig_Runner_Save_CurrentDirectory = string;
|
|
431
619
|
|
|
432
|
-
export type
|
|
620
|
+
export type Lib_NovaConfig_Runner_Save_ConfigPath = string;
|
|
433
621
|
|
|
434
|
-
export type
|
|
622
|
+
export type Lib_NovaConfig_Runner_Save_ConfigJson = string;
|
|
435
623
|
|
|
436
|
-
export type
|
|
624
|
+
export type Lib_NovaConfig_Runner_Save_ConfigContents = string;
|
|
437
625
|
|
|
438
626
|
/**
|
|
439
627
|
* Lib - Nova Config - Set.
|
|
440
628
|
*
|
|
441
629
|
* @since 0.11.0
|
|
442
630
|
*/
|
|
443
|
-
export type
|
|
631
|
+
export type Lib_NovaConfig_Runner_Set_Config = Shared_NovaConfigConfig;
|
|
444
632
|
|
|
445
|
-
export type
|
|
633
|
+
export type Lib_NovaConfig_Runner_Set_Returns = void;
|