@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
|
@@ -3,12 +3,13 @@ import type { Dirent } from 'fs';
|
|
|
3
3
|
import type { ParsedPath } from 'path';
|
|
4
4
|
|
|
5
5
|
import type {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
Shared_LinuxOsReleaseEntries,
|
|
7
|
+
Shared_NovaConfig_Workspaces,
|
|
8
|
+
Shared_NovaConfigWorkspace,
|
|
9
|
+
Shared_ShellOutput,
|
|
10
|
+
Shared_WindowsRegistryKey,
|
|
11
|
+
Shared_WindowsRegistryKeys,
|
|
12
|
+
Shared_WorkspaceManifest,
|
|
12
13
|
} from '../shared.d.ts';
|
|
13
14
|
|
|
14
15
|
/**
|
|
@@ -16,523 +17,671 @@ import type {
|
|
|
16
17
|
*
|
|
17
18
|
* @since 0.16.3
|
|
18
19
|
*/
|
|
19
|
-
export type
|
|
20
|
+
export type Lib_Utility_BuildGeneratedFileHeader_Options_Command = string;
|
|
20
21
|
|
|
21
|
-
export type
|
|
22
|
+
export type Lib_Utility_BuildGeneratedFileHeader_Options_DocsSlug = string;
|
|
22
23
|
|
|
23
|
-
export type
|
|
24
|
+
export type Lib_Utility_BuildGeneratedFileHeader_Options_TargetPath = string;
|
|
24
25
|
|
|
25
|
-
export type
|
|
26
|
+
export type Lib_Utility_BuildGeneratedFileHeader_Options_Mode = 'strict' | 'fillable';
|
|
26
27
|
|
|
27
|
-
export type
|
|
28
|
-
command:
|
|
29
|
-
docsSlug:
|
|
30
|
-
targetPath:
|
|
31
|
-
mode:
|
|
28
|
+
export type Lib_Utility_BuildGeneratedFileHeader_Options = {
|
|
29
|
+
command: Lib_Utility_BuildGeneratedFileHeader_Options_Command;
|
|
30
|
+
docsSlug: Lib_Utility_BuildGeneratedFileHeader_Options_DocsSlug;
|
|
31
|
+
targetPath: Lib_Utility_BuildGeneratedFileHeader_Options_TargetPath;
|
|
32
|
+
mode: Lib_Utility_BuildGeneratedFileHeader_Options_Mode;
|
|
32
33
|
};
|
|
33
34
|
|
|
34
|
-
export type
|
|
35
|
+
export type Lib_Utility_BuildGeneratedFileHeader_Returns = string;
|
|
35
36
|
|
|
36
|
-
export type
|
|
37
|
+
export type Lib_Utility_BuildGeneratedFileHeader_BaseName = string;
|
|
37
38
|
|
|
38
|
-
export type
|
|
39
|
+
export type Lib_Utility_BuildGeneratedFileHeader_Extension = string;
|
|
39
40
|
|
|
40
|
-
export type
|
|
41
|
+
export type Lib_Utility_BuildGeneratedFileHeader_DocsUrl = string;
|
|
41
42
|
|
|
42
|
-
export type
|
|
43
|
+
export type Lib_Utility_BuildGeneratedFileHeader_RuleLine = string;
|
|
43
44
|
|
|
44
|
-
export type
|
|
45
|
+
export type Lib_Utility_BuildGeneratedFileHeader_IsHashStyle = boolean;
|
|
45
46
|
|
|
46
|
-
export type
|
|
47
|
+
export type Lib_Utility_BuildGeneratedFileHeader_IsMarkdownStyle = boolean;
|
|
47
48
|
|
|
48
|
-
export type
|
|
49
|
+
export type Lib_Utility_BuildGeneratedFileHeader_Lines = string[];
|
|
50
|
+
|
|
51
|
+
export type Lib_Utility_BuildGeneratedFileHeader_MarkdownLines = string[];
|
|
49
52
|
|
|
50
53
|
/**
|
|
51
|
-
* Lib - Utility -
|
|
54
|
+
* Lib - Utility - Collect Consumer Workspace Paths.
|
|
52
55
|
*
|
|
53
|
-
* @since 0.
|
|
56
|
+
* @since 0.18.0
|
|
54
57
|
*/
|
|
55
|
-
export type
|
|
58
|
+
export type Lib_Utility_CollectConsumerWorkspacePaths_CurrentDirectory = string;
|
|
56
59
|
|
|
57
|
-
export type
|
|
60
|
+
export type Lib_Utility_CollectConsumerWorkspacePaths_Workspaces = Shared_NovaConfig_Workspaces | undefined;
|
|
58
61
|
|
|
59
|
-
export type
|
|
62
|
+
export type Lib_Utility_CollectConsumerWorkspacePaths_Filename = string;
|
|
60
63
|
|
|
61
|
-
export type
|
|
64
|
+
export type Lib_Utility_CollectConsumerWorkspacePaths_Returns = string[];
|
|
62
65
|
|
|
63
|
-
export type
|
|
66
|
+
export type Lib_Utility_CollectConsumerWorkspacePaths_Paths = string[];
|
|
64
67
|
|
|
65
|
-
export type
|
|
68
|
+
export type Lib_Utility_CollectConsumerWorkspacePaths_SafeWorkspaces = {
|
|
69
|
+
[key: string]: Shared_NovaConfigWorkspace;
|
|
70
|
+
};
|
|
66
71
|
|
|
67
|
-
export type
|
|
72
|
+
export type Lib_Utility_CollectConsumerWorkspacePaths_WorkspacePath = string;
|
|
68
73
|
|
|
69
|
-
export type
|
|
74
|
+
export type Lib_Utility_CollectConsumerWorkspacePaths_Workspace = Shared_NovaConfig_Workspaces[string];
|
|
70
75
|
|
|
71
|
-
export type
|
|
76
|
+
export type Lib_Utility_CollectConsumerWorkspacePaths_Path = string;
|
|
72
77
|
|
|
73
|
-
|
|
78
|
+
/**
|
|
79
|
+
* Lib - Utility - Compare Semver.
|
|
80
|
+
*
|
|
81
|
+
* @since 0.18.0
|
|
82
|
+
*/
|
|
74
83
|
|
|
75
|
-
|
|
84
|
+
/**
|
|
85
|
+
* Lib - Utility - Compare Semver - A.
|
|
86
|
+
*
|
|
87
|
+
* @since 0.18.0
|
|
88
|
+
*/
|
|
89
|
+
export type Lib_Utility_CompareSemver_A = string;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Lib - Utility - Compare Semver - B.
|
|
93
|
+
*
|
|
94
|
+
* @since 0.18.0
|
|
95
|
+
*/
|
|
96
|
+
export type Lib_Utility_CompareSemver_B = string;
|
|
76
97
|
|
|
77
|
-
|
|
98
|
+
/**
|
|
99
|
+
* Lib - Utility - Compare Semver - Returns.
|
|
100
|
+
*
|
|
101
|
+
* @since 0.18.0
|
|
102
|
+
*/
|
|
103
|
+
export type Lib_Utility_CompareSemver_Returns = number;
|
|
78
104
|
|
|
79
|
-
|
|
105
|
+
/**
|
|
106
|
+
* Lib - Utility - Compare Semver - Parts A.
|
|
107
|
+
*
|
|
108
|
+
* @since 0.18.0
|
|
109
|
+
*/
|
|
110
|
+
export type Lib_Utility_CompareSemver_PartsA = number[];
|
|
80
111
|
|
|
81
|
-
|
|
112
|
+
/**
|
|
113
|
+
* Lib - Utility - Compare Semver - Parts B.
|
|
114
|
+
*
|
|
115
|
+
* @since 0.18.0
|
|
116
|
+
*/
|
|
117
|
+
export type Lib_Utility_CompareSemver_PartsB = number[];
|
|
82
118
|
|
|
83
|
-
|
|
119
|
+
/**
|
|
120
|
+
* Lib - Utility - Compare Semver - Length.
|
|
121
|
+
*
|
|
122
|
+
* @since 0.18.0
|
|
123
|
+
*/
|
|
124
|
+
export type Lib_Utility_CompareSemver_Length = number;
|
|
84
125
|
|
|
85
126
|
/**
|
|
86
|
-
* Lib - Utility -
|
|
127
|
+
* Lib - Utility - Compare Semver - Val A.
|
|
128
|
+
*
|
|
129
|
+
* @since 0.18.0
|
|
130
|
+
*/
|
|
131
|
+
export type Lib_Utility_CompareSemver_ValA = number;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Lib - Utility - Compare Semver - Val B.
|
|
135
|
+
*
|
|
136
|
+
* @since 0.18.0
|
|
137
|
+
*/
|
|
138
|
+
export type Lib_Utility_CompareSemver_ValB = number;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Lib - Utility - Current Timestamp.
|
|
87
142
|
*
|
|
88
143
|
* @since 0.11.0
|
|
89
144
|
*/
|
|
90
|
-
export type
|
|
145
|
+
export type Lib_Utility_CurrentTimestamp_Returns = string;
|
|
146
|
+
|
|
147
|
+
export type Lib_Utility_CurrentTimestamp_Now = Date;
|
|
148
|
+
|
|
149
|
+
export type Lib_Utility_CurrentTimestamp_Number = number;
|
|
150
|
+
|
|
151
|
+
export type Lib_Utility_CurrentTimestamp_Width = number;
|
|
152
|
+
|
|
153
|
+
export type Lib_Utility_CurrentTimestamp_PadLeft_Returns = string;
|
|
91
154
|
|
|
92
|
-
export type
|
|
155
|
+
export type Lib_Utility_CurrentTimestamp_PadLeft = (number: number, width?: number) => Lib_Utility_CurrentTimestamp_PadLeft_Returns;
|
|
93
156
|
|
|
94
|
-
export type
|
|
157
|
+
export type Lib_Utility_CurrentTimestamp_PadLeft_CurrentWidth = number;
|
|
95
158
|
|
|
96
|
-
export type
|
|
159
|
+
export type Lib_Utility_CurrentTimestamp_Year = number;
|
|
97
160
|
|
|
98
|
-
export type
|
|
161
|
+
export type Lib_Utility_CurrentTimestamp_RawMonth = number;
|
|
99
162
|
|
|
100
|
-
export type
|
|
163
|
+
export type Lib_Utility_CurrentTimestamp_Month = string;
|
|
101
164
|
|
|
102
|
-
export type
|
|
165
|
+
export type Lib_Utility_CurrentTimestamp_RawDate = number;
|
|
103
166
|
|
|
104
|
-
export type
|
|
167
|
+
export type Lib_Utility_CurrentTimestamp_Day = string;
|
|
105
168
|
|
|
106
|
-
export type
|
|
169
|
+
export type Lib_Utility_CurrentTimestamp_RawHours = number;
|
|
107
170
|
|
|
108
|
-
export type
|
|
171
|
+
export type Lib_Utility_CurrentTimestamp_Hour = string;
|
|
172
|
+
|
|
173
|
+
export type Lib_Utility_CurrentTimestamp_RawMinutes = number;
|
|
174
|
+
|
|
175
|
+
export type Lib_Utility_CurrentTimestamp_Minute = string;
|
|
176
|
+
|
|
177
|
+
export type Lib_Utility_CurrentTimestamp_RawSeconds = number;
|
|
178
|
+
|
|
179
|
+
export type Lib_Utility_CurrentTimestamp_Second = string;
|
|
180
|
+
|
|
181
|
+
export type Lib_Utility_CurrentTimestamp_Millisecond = string;
|
|
182
|
+
|
|
183
|
+
export type Lib_Utility_CurrentTimestamp_TimezoneOffsetMinutes = number;
|
|
184
|
+
|
|
185
|
+
export type Lib_Utility_CurrentTimestamp_TimezoneSign = string;
|
|
186
|
+
|
|
187
|
+
export type Lib_Utility_CurrentTimestamp_TimezoneAbs = number;
|
|
188
|
+
|
|
189
|
+
export type Lib_Utility_CurrentTimestamp_TimezoneHoursTruncated = number;
|
|
190
|
+
|
|
191
|
+
export type Lib_Utility_CurrentTimestamp_TimezoneHours = string;
|
|
192
|
+
|
|
193
|
+
export type Lib_Utility_CurrentTimestamp_TimezoneMinutes = string;
|
|
109
194
|
|
|
110
195
|
/**
|
|
111
196
|
* Lib - Utility - Detect Shell.
|
|
112
197
|
*
|
|
113
198
|
* @since 0.11.0
|
|
114
199
|
*/
|
|
115
|
-
export type
|
|
200
|
+
export type Lib_Utility_DetectShell_Returns =
|
|
116
201
|
'cmd.exe'
|
|
117
202
|
| '/bin/bash'
|
|
118
203
|
| '/bin/ksh'
|
|
119
204
|
| '/bin/sh'
|
|
120
205
|
| '/bin/zsh';
|
|
121
206
|
|
|
122
|
-
export type
|
|
207
|
+
export type Lib_Utility_DetectShell_CurrentPlatform = NodeJS.Platform;
|
|
123
208
|
|
|
124
209
|
/**
|
|
125
210
|
* Lib - Utility - Discover Paths With File.
|
|
126
211
|
*
|
|
127
212
|
* @since 0.11.0
|
|
128
213
|
*/
|
|
129
|
-
export type
|
|
214
|
+
export type Lib_Utility_DiscoverPathsWithFile_FileName = string;
|
|
130
215
|
|
|
131
|
-
export type
|
|
216
|
+
export type Lib_Utility_DiscoverPathsWithFile_Direction = 'backward' | 'forward';
|
|
132
217
|
|
|
133
|
-
export type
|
|
218
|
+
export type Lib_Utility_DiscoverPathsWithFile_Returns = Promise<string[]>;
|
|
134
219
|
|
|
135
|
-
export type
|
|
220
|
+
export type Lib_Utility_DiscoverPathsWithFile_StartDirectory = string;
|
|
136
221
|
|
|
137
|
-
export type
|
|
222
|
+
export type Lib_Utility_DiscoverPathsWithFile_Results = string[];
|
|
138
223
|
|
|
139
|
-
export type
|
|
224
|
+
export type Lib_Utility_DiscoverPathsWithFile_RootDirectory = string;
|
|
140
225
|
|
|
141
|
-
export type
|
|
226
|
+
export type Lib_Utility_DiscoverPathsWithFile_CurrentDirectory = string;
|
|
142
227
|
|
|
143
|
-
export type
|
|
228
|
+
export type Lib_Utility_DiscoverPathsWithFile_TargetPath = string;
|
|
144
229
|
|
|
145
|
-
export type
|
|
230
|
+
export type Lib_Utility_DiscoverPathsWithFile_Queue = string[];
|
|
146
231
|
|
|
147
|
-
export type
|
|
232
|
+
export type Lib_Utility_DiscoverPathsWithFile_Visited = Set<string>;
|
|
148
233
|
|
|
149
|
-
export type
|
|
234
|
+
export type Lib_Utility_DiscoverPathsWithFile_SkipDirectories = Set<string>;
|
|
150
235
|
|
|
151
|
-
export type
|
|
236
|
+
export type Lib_Utility_DiscoverPathsWithFile_ForwardDirectory = string | undefined;
|
|
152
237
|
|
|
153
|
-
export type
|
|
238
|
+
export type Lib_Utility_DiscoverPathsWithFile_RealDirectory = string | undefined;
|
|
154
239
|
|
|
155
|
-
export type
|
|
240
|
+
export type Lib_Utility_DiscoverPathsWithFile_Entries = Dirent[] | undefined;
|
|
156
241
|
|
|
157
|
-
export type
|
|
242
|
+
export type Lib_Utility_DiscoverPathsWithFile_HasTargetFile = boolean;
|
|
158
243
|
|
|
159
|
-
export type
|
|
244
|
+
export type Lib_Utility_DiscoverPathsWithFile_NextDirectory = string;
|
|
160
245
|
|
|
161
246
|
/**
|
|
162
247
|
* Lib - Utility - Execute Shell.
|
|
163
248
|
*
|
|
164
249
|
* @since 0.11.0
|
|
165
250
|
*/
|
|
166
|
-
export type
|
|
251
|
+
export type Lib_Utility_ExecuteShell_Command = string;
|
|
167
252
|
|
|
168
|
-
export type
|
|
253
|
+
export type Lib_Utility_ExecuteShell_Returns = Promise<Shared_ShellOutput>;
|
|
169
254
|
|
|
170
|
-
export type
|
|
255
|
+
export type Lib_Utility_ExecuteShell_ExecAsync = (command: string, options: ExecOptions) => Promise<{
|
|
171
256
|
stdout: string; stderr: string;
|
|
172
257
|
}>;
|
|
173
258
|
|
|
174
|
-
export type
|
|
175
|
-
|
|
176
|
-
export type LibUtilityExecuteShellCommandName = string;
|
|
259
|
+
export type Lib_Utility_ExecuteShell_Shell = string;
|
|
177
260
|
|
|
178
|
-
export type
|
|
261
|
+
export type Lib_Utility_ExecuteShell_CommandName = string;
|
|
179
262
|
|
|
180
|
-
export type
|
|
263
|
+
export type Lib_Utility_ExecuteShell_CommandOnPath = boolean;
|
|
181
264
|
|
|
182
|
-
export type
|
|
183
|
-
|
|
184
|
-
export type LibUtilityExecuteShellExecResultStderr = string;
|
|
185
|
-
|
|
186
|
-
export type LibUtilityExecuteShellExecResult = {
|
|
187
|
-
stdout: LibUtilityExecuteShellExecResultStdout;
|
|
188
|
-
stderr: LibUtilityExecuteShellExecResultStderr;
|
|
189
|
-
};
|
|
190
|
-
|
|
191
|
-
export type LibUtilityExecuteShellStdout = string;
|
|
192
|
-
|
|
193
|
-
export type LibUtilityExecuteShellStderr = string;
|
|
194
|
-
|
|
195
|
-
export type LibUtilityExecuteShellSuccessOutput = SharedShellOutput;
|
|
196
|
-
|
|
197
|
-
export type LibUtilityExecuteShellErrorOutput = SharedShellOutput;
|
|
265
|
+
export type Lib_Utility_ExecuteShell_FullCommand = string;
|
|
198
266
|
|
|
199
267
|
/**
|
|
200
268
|
* Lib - Utility - Execute Shell - Quote Posix.
|
|
201
269
|
*
|
|
202
270
|
* @since 0.11.0
|
|
203
271
|
*/
|
|
204
|
-
export type
|
|
272
|
+
export type Lib_Utility_ExecuteShell_PosixString = string;
|
|
205
273
|
|
|
206
|
-
export type
|
|
274
|
+
export type Lib_Utility_ExecuteShell_QuotePosix_Returns = string;
|
|
207
275
|
|
|
208
|
-
export type
|
|
276
|
+
export type Lib_Utility_ExecuteShell_QuotePosix = (posixString: Lib_Utility_ExecuteShell_PosixString) => Lib_Utility_ExecuteShell_QuotePosix_Returns;
|
|
209
277
|
|
|
210
|
-
export type
|
|
278
|
+
export type Lib_Utility_ExecuteShell_QuotePosix_Pattern = RegExp;
|
|
211
279
|
|
|
212
280
|
/**
|
|
213
281
|
* Lib - Utility - Execute Shell - Quote Windows.
|
|
214
282
|
*
|
|
215
283
|
* @since 0.11.0
|
|
216
284
|
*/
|
|
217
|
-
export type
|
|
285
|
+
export type Lib_Utility_ExecuteShell_WindowsString = string;
|
|
218
286
|
|
|
219
|
-
export type
|
|
287
|
+
export type Lib_Utility_ExecuteShell_QuoteWindows_Returns = string;
|
|
288
|
+
|
|
289
|
+
export type Lib_Utility_ExecuteShell_QuoteWindows = (windowsString: Lib_Utility_ExecuteShell_WindowsString) => Lib_Utility_ExecuteShell_QuoteWindows_Returns;
|
|
290
|
+
|
|
291
|
+
export type Lib_Utility_ExecuteShell_QuoteWindows_Pattern = RegExp;
|
|
292
|
+
|
|
293
|
+
export type Lib_Utility_ExecuteShell_ExecResult_Stdout = string;
|
|
294
|
+
|
|
295
|
+
export type Lib_Utility_ExecuteShell_ExecResult_Stderr = string;
|
|
296
|
+
|
|
297
|
+
export type Lib_Utility_ExecuteShell_ExecResult = {
|
|
298
|
+
stdout: Lib_Utility_ExecuteShell_ExecResult_Stdout;
|
|
299
|
+
stderr: Lib_Utility_ExecuteShell_ExecResult_Stderr;
|
|
300
|
+
};
|
|
220
301
|
|
|
221
|
-
export type
|
|
302
|
+
export type Lib_Utility_ExecuteShell_Stdout = string;
|
|
222
303
|
|
|
223
|
-
export type
|
|
304
|
+
export type Lib_Utility_ExecuteShell_Stderr = string;
|
|
305
|
+
|
|
306
|
+
export type Lib_Utility_ExecuteShell_Output_TextOut = string;
|
|
307
|
+
|
|
308
|
+
export type Lib_Utility_ExecuteShell_Output_TextError = string;
|
|
309
|
+
|
|
310
|
+
export type Lib_Utility_ExecuteShell_Output_Code = number;
|
|
311
|
+
|
|
312
|
+
export type Lib_Utility_ExecuteShell_Output = {
|
|
313
|
+
textOut: Lib_Utility_ExecuteShell_Output_TextOut;
|
|
314
|
+
textError: Lib_Utility_ExecuteShell_Output_TextError;
|
|
315
|
+
code: Lib_Utility_ExecuteShell_Output_Code;
|
|
316
|
+
};
|
|
317
|
+
|
|
318
|
+
export type Lib_Utility_ExecuteShell_ErrorOutput = Lib_Utility_ExecuteShell_Output;
|
|
224
319
|
|
|
225
320
|
/**
|
|
226
321
|
* Lib - Utility - Is Command Exists.
|
|
227
322
|
*
|
|
228
323
|
* @since 0.11.0
|
|
229
324
|
*/
|
|
230
|
-
export type
|
|
325
|
+
export type Lib_Utility_IsCommandExists_Command = string;
|
|
231
326
|
|
|
232
|
-
export type
|
|
327
|
+
export type Lib_Utility_IsCommandExists_Returns = Promise<boolean>;
|
|
233
328
|
|
|
234
|
-
export type
|
|
329
|
+
export type Lib_Utility_IsCommandExists_IsWin = boolean;
|
|
235
330
|
|
|
236
|
-
export type
|
|
331
|
+
export type Lib_Utility_IsCommandExists_Bin = string;
|
|
237
332
|
|
|
238
|
-
export type
|
|
333
|
+
export type Lib_Utility_IsCommandExists_CommandArguments = string[];
|
|
334
|
+
|
|
335
|
+
export type Lib_Utility_IsCommandExists_ChildProcess = ChildProcess;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* Lib - Utility - Is Command Exists - Error.
|
|
339
|
+
*
|
|
340
|
+
* @since 0.11.0
|
|
341
|
+
*/
|
|
342
|
+
export type Lib_Utility_IsCommandExists_Error_Returns = void;
|
|
239
343
|
|
|
240
|
-
|
|
344
|
+
/**
|
|
345
|
+
* Lib - Utility - Is Command Exists - Exit.
|
|
346
|
+
*
|
|
347
|
+
* @since 0.11.0
|
|
348
|
+
*/
|
|
349
|
+
export type Lib_Utility_IsCommandExists_Exit_Returns = void;
|
|
241
350
|
|
|
242
351
|
/**
|
|
243
352
|
* Lib - Utility - Is Execute Shell Error.
|
|
244
353
|
*
|
|
245
354
|
* @since 0.11.0
|
|
246
355
|
*/
|
|
247
|
-
export type
|
|
356
|
+
export type Lib_Utility_IsExecuteShellError_Error = unknown;
|
|
248
357
|
|
|
249
|
-
export type
|
|
358
|
+
export type Lib_Utility_IsExecuteShellError_TypeGuard = ExecException;
|
|
250
359
|
|
|
251
|
-
export type
|
|
360
|
+
export type Lib_Utility_IsExecuteShellError_Object = Record<string, unknown>;
|
|
252
361
|
|
|
253
|
-
export type
|
|
362
|
+
export type Lib_Utility_IsExecuteShellError_HasCommand = boolean;
|
|
254
363
|
|
|
255
|
-
export type
|
|
364
|
+
export type Lib_Utility_IsExecuteShellError_HasKilled = boolean;
|
|
256
365
|
|
|
257
|
-
export type
|
|
366
|
+
export type Lib_Utility_IsExecuteShellError_HasCode = boolean;
|
|
258
367
|
|
|
259
|
-
export type
|
|
368
|
+
export type Lib_Utility_IsExecuteShellError_HasSignal = boolean;
|
|
260
369
|
|
|
261
|
-
export type
|
|
370
|
+
export type Lib_Utility_IsExecuteShellError_HasStdout = boolean;
|
|
262
371
|
|
|
263
|
-
export type
|
|
372
|
+
export type Lib_Utility_IsExecuteShellError_HasStderr = boolean;
|
|
264
373
|
|
|
265
374
|
/**
|
|
266
375
|
* Lib - Utility - Is File Identical.
|
|
267
376
|
*
|
|
268
377
|
* @since 0.13.0
|
|
269
378
|
*/
|
|
270
|
-
export type
|
|
379
|
+
export type Lib_Utility_IsFileIdentical_ExistingFilePath = string;
|
|
271
380
|
|
|
272
|
-
export type
|
|
381
|
+
export type Lib_Utility_IsFileIdentical_ProposedContents = unknown;
|
|
273
382
|
|
|
274
|
-
export type
|
|
383
|
+
export type Lib_Utility_IsFileIdentical_Returns = Promise<boolean>;
|
|
275
384
|
|
|
276
|
-
export type
|
|
385
|
+
export type Lib_Utility_IsFileIdentical_OldFileContents = string | undefined;
|
|
277
386
|
|
|
278
|
-
export type
|
|
387
|
+
export type Lib_Utility_IsFileIdentical_NewFileContents = string | undefined;
|
|
279
388
|
|
|
280
|
-
export type
|
|
389
|
+
export type Lib_Utility_IsFileIdentical_Serialized = string | undefined;
|
|
281
390
|
|
|
282
|
-
export type
|
|
391
|
+
export type Lib_Utility_IsFileIdentical_IsIdentical = boolean;
|
|
283
392
|
|
|
284
|
-
export type
|
|
393
|
+
export type Lib_Utility_IsFileIdentical_ComparisonResult = string;
|
|
285
394
|
|
|
286
395
|
/**
|
|
287
396
|
* Lib - Utility - Is Ignored File.
|
|
288
397
|
*
|
|
289
398
|
* @since 0.11.0
|
|
290
399
|
*/
|
|
291
|
-
export type
|
|
400
|
+
export type Lib_Utility_IsIgnoredFile_Filename = string;
|
|
292
401
|
|
|
293
|
-
export type
|
|
402
|
+
export type Lib_Utility_IsIgnoredFile_IgnoreFiles = string[];
|
|
294
403
|
|
|
295
|
-
export type
|
|
404
|
+
export type Lib_Utility_IsIgnoredFile_Returns = boolean;
|
|
296
405
|
|
|
297
|
-
export type
|
|
406
|
+
export type Lib_Utility_IsIgnoredFile_NormalizedFilename = string;
|
|
298
407
|
|
|
299
|
-
export type
|
|
408
|
+
export type Lib_Utility_IsIgnoredFile_StrippedPattern = string;
|
|
300
409
|
|
|
301
|
-
export type
|
|
410
|
+
export type Lib_Utility_IsIgnoredFile_NormalizedPattern = string;
|
|
302
411
|
|
|
303
|
-
export type
|
|
412
|
+
export type Lib_Utility_IsIgnoredFile_Suffix = string;
|
|
304
413
|
|
|
305
414
|
/**
|
|
306
415
|
* Lib - Utility - Is Plain Object.
|
|
307
416
|
*
|
|
308
417
|
* @since 0.13.0
|
|
309
418
|
*/
|
|
310
|
-
export type
|
|
419
|
+
export type Lib_Utility_IsPlainObject_Value = unknown;
|
|
311
420
|
|
|
312
|
-
export type
|
|
421
|
+
export type Lib_Utility_IsPlainObject_TypeGuard = Record<string, unknown>;
|
|
313
422
|
|
|
314
|
-
export type
|
|
423
|
+
export type Lib_Utility_IsPlainObject_Prototype = object | null;
|
|
315
424
|
|
|
316
425
|
/**
|
|
317
426
|
* Lib - Utility - Is Project Root.
|
|
318
427
|
*
|
|
319
428
|
* @since 0.13.0
|
|
320
429
|
*/
|
|
321
|
-
export type
|
|
430
|
+
export type Lib_Utility_IsProjectRoot_CurrentDirectory = string;
|
|
322
431
|
|
|
323
|
-
export type
|
|
432
|
+
export type Lib_Utility_IsProjectRoot_Returns = Promise<boolean>;
|
|
324
433
|
|
|
325
|
-
export type
|
|
434
|
+
export type Lib_Utility_IsProjectRoot_Locations = string[];
|
|
326
435
|
|
|
327
|
-
export type
|
|
436
|
+
export type Lib_Utility_IsProjectRoot_LessThanOneMessage = string;
|
|
328
437
|
|
|
329
|
-
export type
|
|
438
|
+
export type Lib_Utility_IsProjectRoot_GreaterThanOneMessage = string;
|
|
330
439
|
|
|
331
|
-
export type
|
|
440
|
+
export type Lib_Utility_IsProjectRoot_NotProjectRootDirectoryMessage = string;
|
|
332
441
|
|
|
333
442
|
/**
|
|
334
443
|
* Lib - Utility - Load Workspace Manifests.
|
|
335
444
|
*
|
|
336
445
|
* @since 0.13.0
|
|
337
446
|
*/
|
|
338
|
-
export type
|
|
447
|
+
export type Lib_Utility_LoadWorkspaceManifests_Options_ProjectRoot = string;
|
|
339
448
|
|
|
340
|
-
export type
|
|
449
|
+
export type Lib_Utility_LoadWorkspaceManifests_Options_Workspaces = [string, Shared_NovaConfigWorkspace][];
|
|
341
450
|
|
|
342
|
-
export type
|
|
343
|
-
projectRoot:
|
|
344
|
-
workspaces:
|
|
451
|
+
export type Lib_Utility_LoadWorkspaceManifests_Options = {
|
|
452
|
+
projectRoot: Lib_Utility_LoadWorkspaceManifests_Options_ProjectRoot;
|
|
453
|
+
workspaces: Lib_Utility_LoadWorkspaceManifests_Options_Workspaces;
|
|
345
454
|
};
|
|
346
455
|
|
|
347
|
-
export type
|
|
456
|
+
export type Lib_Utility_LoadWorkspaceManifests_PackageJson = Shared_WorkspaceManifest;
|
|
348
457
|
|
|
349
|
-
export type
|
|
458
|
+
export type Lib_Utility_LoadWorkspaceManifests_Returns = Promise<Lib_Utility_LoadWorkspaceManifests_PackageJson[]>;
|
|
350
459
|
|
|
351
|
-
export type
|
|
460
|
+
export type Lib_Utility_LoadWorkspaceManifests_ProjectRoot = string;
|
|
352
461
|
|
|
353
|
-
export type
|
|
462
|
+
export type Lib_Utility_LoadWorkspaceManifests_Workspaces = [string, Shared_NovaConfigWorkspace][];
|
|
354
463
|
|
|
355
|
-
export type
|
|
464
|
+
export type Lib_Utility_LoadWorkspaceManifests_PackageJsons = Lib_Utility_LoadWorkspaceManifests_PackageJson[];
|
|
356
465
|
|
|
357
|
-
export type
|
|
466
|
+
export type Lib_Utility_LoadWorkspaceManifests_RelativeWorkspacePath = string;
|
|
358
467
|
|
|
359
|
-
export type
|
|
468
|
+
export type Lib_Utility_LoadWorkspaceManifests_WorkspaceManifest = Lib_Utility_LoadWorkspaceManifests_Workspaces[number][1];
|
|
360
469
|
|
|
361
|
-
export type
|
|
470
|
+
export type Lib_Utility_LoadWorkspaceManifests_AbsoluteWorkspacePath = string;
|
|
362
471
|
|
|
363
|
-
export type
|
|
472
|
+
export type Lib_Utility_LoadWorkspaceManifests_AbsolutePackageJsonPath = string;
|
|
364
473
|
|
|
365
|
-
export type
|
|
474
|
+
export type Lib_Utility_LoadWorkspaceManifests_RawFile = string;
|
|
366
475
|
|
|
367
|
-
export type
|
|
476
|
+
export type Lib_Utility_LoadWorkspaceManifests_ParsedFile = Record<string, unknown>;
|
|
477
|
+
|
|
478
|
+
export type Lib_Utility_LoadWorkspaceManifests_LoadErrorMessage = string;
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* Lib - Utility - Normalize Route Segment.
|
|
482
|
+
*
|
|
483
|
+
* @since 0.17.1
|
|
484
|
+
*/
|
|
485
|
+
export type Lib_Utility_NormalizeRouteSegment_Segment = string;
|
|
486
|
+
|
|
487
|
+
export type Lib_Utility_NormalizeRouteSegment_Returns = string;
|
|
488
|
+
|
|
489
|
+
export type Lib_Utility_NormalizeRouteSegment_Patterns = ReadonlyArray<RegExp>;
|
|
490
|
+
|
|
491
|
+
export type Lib_Utility_NormalizeRouteSegment_Inner = string;
|
|
492
|
+
|
|
493
|
+
export type Lib_Utility_NormalizeRouteSegment_Match = RegExpMatchArray | null;
|
|
494
|
+
|
|
495
|
+
export type Lib_Utility_NormalizeRouteSegment_Scrubbed = string;
|
|
368
496
|
|
|
369
497
|
/**
|
|
370
498
|
* Lib - Utility - Parse Linux OS Release File.
|
|
371
499
|
*
|
|
372
500
|
* @since 0.13.0
|
|
373
501
|
*/
|
|
374
|
-
export type
|
|
502
|
+
export type Lib_Utility_ParseLinuxOsReleaseFile_Returns = Promise<Lib_Utility_ParseLinuxOsReleaseFile_OsReleaseEntries>;
|
|
375
503
|
|
|
376
|
-
export type
|
|
504
|
+
export type Lib_Utility_ParseLinuxOsReleaseFile_OsReleaseEntries = Shared_LinuxOsReleaseEntries;
|
|
377
505
|
|
|
378
|
-
export type
|
|
506
|
+
export type Lib_Utility_ParseLinuxOsReleaseFile_Query = Shared_ShellOutput;
|
|
379
507
|
|
|
380
508
|
/**
|
|
381
509
|
* Lib - Utility - Parse Linux OS Release Text.
|
|
382
510
|
*
|
|
383
511
|
* @since 0.13.0
|
|
384
512
|
*/
|
|
385
|
-
export type
|
|
513
|
+
export type Lib_Utility_ParseLinuxOsReleaseText_Text = string;
|
|
386
514
|
|
|
387
|
-
export type
|
|
515
|
+
export type Lib_Utility_ParseLinuxOsReleaseText_Returns = Shared_LinuxOsReleaseEntries;
|
|
388
516
|
|
|
389
|
-
export type
|
|
517
|
+
export type Lib_Utility_ParseLinuxOsReleaseText_Lines = string[];
|
|
390
518
|
|
|
391
|
-
export type
|
|
519
|
+
export type Lib_Utility_ParseLinuxOsReleaseText_OsReleaseEntries = Lib_Utility_ParseLinuxOsReleaseText_Returns;
|
|
392
520
|
|
|
393
|
-
export type
|
|
521
|
+
export type Lib_Utility_ParseLinuxOsReleaseText_Parts = string[];
|
|
394
522
|
|
|
395
|
-
export type
|
|
523
|
+
export type Lib_Utility_ParseLinuxOsReleaseText_Key = string | undefined;
|
|
396
524
|
|
|
397
|
-
export type
|
|
525
|
+
export type Lib_Utility_ParseLinuxOsReleaseText_Rest = string[];
|
|
398
526
|
|
|
399
|
-
export type
|
|
527
|
+
export type Lib_Utility_ParseLinuxOsReleaseText_Value = string;
|
|
400
528
|
|
|
401
529
|
/**
|
|
402
530
|
* Lib - Utility - Parse Windows Registry Query.
|
|
403
531
|
*
|
|
404
532
|
* @since 0.13.0
|
|
405
533
|
*/
|
|
406
|
-
export type
|
|
534
|
+
export type Lib_Utility_ParseWindowsRegistryQuery_RegistryPaths = string | string[];
|
|
407
535
|
|
|
408
|
-
export type
|
|
536
|
+
export type Lib_Utility_ParseWindowsRegistryQuery_Returns = Promise<Lib_Utility_ParseWindowsRegistryQuery_RegistryKeys>;
|
|
409
537
|
|
|
410
|
-
export type
|
|
538
|
+
export type Lib_Utility_ParseWindowsRegistryQuery_Paths = string[];
|
|
411
539
|
|
|
412
|
-
export type
|
|
540
|
+
export type Lib_Utility_ParseWindowsRegistryQuery_Query = Shared_ShellOutput;
|
|
413
541
|
|
|
414
|
-
export type
|
|
542
|
+
export type Lib_Utility_ParseWindowsRegistryQuery_RegistryKeys = {
|
|
543
|
+
[key: string]: Shared_WindowsRegistryKey;
|
|
544
|
+
};
|
|
415
545
|
|
|
416
546
|
/**
|
|
417
547
|
* Lib - Utility - Parse Windows Registry Text.
|
|
418
548
|
*
|
|
419
549
|
* @since 0.13.0
|
|
420
550
|
*/
|
|
421
|
-
export type
|
|
551
|
+
export type Lib_Utility_ParseWindowsRegistryText_Text = string;
|
|
422
552
|
|
|
423
|
-
export type
|
|
553
|
+
export type Lib_Utility_ParseWindowsRegistryText_Returns = Shared_WindowsRegistryKeys;
|
|
424
554
|
|
|
425
|
-
export type
|
|
555
|
+
export type Lib_Utility_ParseWindowsRegistryText_Lines = string[];
|
|
426
556
|
|
|
427
|
-
export type
|
|
557
|
+
export type Lib_Utility_ParseWindowsRegistryText_RegistryKeys = Lib_Utility_ParseWindowsRegistryText_Returns;
|
|
428
558
|
|
|
429
|
-
export type
|
|
559
|
+
export type Lib_Utility_ParseWindowsRegistryText_Matches = RegExpMatchArray | null;
|
|
430
560
|
|
|
431
|
-
export type
|
|
561
|
+
export type Lib_Utility_ParseWindowsRegistryText_RegistryKey = string | undefined;
|
|
432
562
|
|
|
433
|
-
export type
|
|
563
|
+
export type Lib_Utility_ParseWindowsRegistryText_RegistryKeyType = string | undefined;
|
|
434
564
|
|
|
435
|
-
export type
|
|
565
|
+
export type Lib_Utility_ParseWindowsRegistryText_RegistryKeyData = string | undefined;
|
|
436
566
|
|
|
437
567
|
/**
|
|
438
568
|
* Lib - Utility - Path Exists.
|
|
439
569
|
*
|
|
440
570
|
* @since 0.11.0
|
|
441
571
|
*/
|
|
442
|
-
export type
|
|
572
|
+
export type Lib_Utility_PathExists_Path = string;
|
|
443
573
|
|
|
444
|
-
export type
|
|
574
|
+
export type Lib_Utility_PathExists_Returns = Promise<boolean>;
|
|
445
575
|
|
|
446
576
|
/**
|
|
447
577
|
* Lib - Utility - Rename File With Date.
|
|
448
578
|
*
|
|
449
579
|
* @since 0.13.0
|
|
450
580
|
*/
|
|
451
|
-
export type
|
|
581
|
+
export type Lib_Utility_RenameFileWithDate_OldPath = string;
|
|
452
582
|
|
|
453
|
-
export type
|
|
583
|
+
export type Lib_Utility_RenameFileWithDate_Returns = Promise<boolean>;
|
|
454
584
|
|
|
455
|
-
export type
|
|
585
|
+
export type Lib_Utility_RenameFileWithDate_Directory = string;
|
|
456
586
|
|
|
457
|
-
export type
|
|
587
|
+
export type Lib_Utility_RenameFileWithDate_Parsed = ParsedPath;
|
|
458
588
|
|
|
459
|
-
export type
|
|
589
|
+
export type Lib_Utility_RenameFileWithDate_Prefix = string;
|
|
460
590
|
|
|
461
|
-
export type
|
|
591
|
+
export type Lib_Utility_RenameFileWithDate_Suffix = string;
|
|
462
592
|
|
|
463
|
-
export type
|
|
593
|
+
export type Lib_Utility_RenameFileWithDate_Now = Date;
|
|
464
594
|
|
|
465
|
-
export type
|
|
595
|
+
export type Lib_Utility_RenameFileWithDate_Timestamp = string;
|
|
466
596
|
|
|
467
|
-
export type
|
|
597
|
+
export type Lib_Utility_RenameFileWithDate_Counter = number;
|
|
468
598
|
|
|
469
|
-
export type
|
|
599
|
+
export type Lib_Utility_RenameFileWithDate_CounterLabel = string;
|
|
470
600
|
|
|
471
|
-
export type
|
|
601
|
+
export type Lib_Utility_RenameFileWithDate_NewFileName = string;
|
|
472
602
|
|
|
473
|
-
export type
|
|
603
|
+
export type Lib_Utility_RenameFileWithDate_NewPath = string;
|
|
474
604
|
|
|
475
605
|
/**
|
|
476
606
|
* Lib - Utility - Resolve Template Path.
|
|
477
607
|
*
|
|
478
608
|
* @since 0.11.0
|
|
479
609
|
*/
|
|
480
|
-
export type
|
|
610
|
+
export type Lib_Utility_ResolveTemplatePath_ImportMetaUrl = string;
|
|
481
611
|
|
|
482
|
-
export type
|
|
612
|
+
export type Lib_Utility_ResolveTemplatePath_Subpath = string;
|
|
483
613
|
|
|
484
|
-
export type
|
|
614
|
+
export type Lib_Utility_ResolveTemplatePath_Returns = string;
|
|
485
615
|
|
|
486
|
-
export type
|
|
616
|
+
export type Lib_Utility_ResolveTemplatePath_FilePath = string;
|
|
487
617
|
|
|
488
|
-
export type
|
|
618
|
+
export type Lib_Utility_ResolveTemplatePath_CurrentDirectory = string;
|
|
489
619
|
|
|
490
620
|
/**
|
|
491
621
|
* Lib - Utility - Save Generated File.
|
|
492
622
|
*
|
|
493
623
|
* @since 0.11.0
|
|
494
624
|
*/
|
|
495
|
-
export type
|
|
625
|
+
export type Lib_Utility_SaveGeneratedFile_TargetPath = string;
|
|
496
626
|
|
|
497
|
-
export type
|
|
627
|
+
export type Lib_Utility_SaveGeneratedFile_Contents = string;
|
|
498
628
|
|
|
499
|
-
export type
|
|
629
|
+
export type Lib_Utility_SaveGeneratedFile_ReplaceFile = boolean;
|
|
500
630
|
|
|
501
|
-
export type
|
|
631
|
+
export type Lib_Utility_SaveGeneratedFile_Header_Command = string;
|
|
502
632
|
|
|
503
|
-
export type
|
|
633
|
+
export type Lib_Utility_SaveGeneratedFile_Header_DocsSlug = string;
|
|
504
634
|
|
|
505
|
-
export type
|
|
635
|
+
export type Lib_Utility_SaveGeneratedFile_Header_Mode = 'strict' | 'fillable';
|
|
506
636
|
|
|
507
|
-
export type
|
|
508
|
-
command:
|
|
509
|
-
docsSlug:
|
|
510
|
-
mode:
|
|
637
|
+
export type Lib_Utility_SaveGeneratedFile_Header = {
|
|
638
|
+
command: Lib_Utility_SaveGeneratedFile_Header_Command;
|
|
639
|
+
docsSlug: Lib_Utility_SaveGeneratedFile_Header_DocsSlug;
|
|
640
|
+
mode: Lib_Utility_SaveGeneratedFile_Header_Mode;
|
|
511
641
|
};
|
|
512
642
|
|
|
513
|
-
export type
|
|
643
|
+
export type Lib_Utility_SaveGeneratedFile_Returns = Promise<void>;
|
|
514
644
|
|
|
515
|
-
export type
|
|
645
|
+
export type Lib_Utility_SaveGeneratedFile_ParentDirectory = string;
|
|
516
646
|
|
|
517
|
-
export type
|
|
647
|
+
export type Lib_Utility_SaveGeneratedFile_CurrentDirectory = string;
|
|
518
648
|
|
|
519
|
-
export type
|
|
649
|
+
export type Lib_Utility_SaveGeneratedFile_DisplayName = string;
|
|
520
650
|
|
|
521
|
-
export type
|
|
651
|
+
export type Lib_Utility_SaveGeneratedFile_PrefixedContents = string | undefined;
|
|
522
652
|
|
|
523
|
-
export type
|
|
653
|
+
export type Lib_Utility_SaveGeneratedFile_HeaderBanner = string;
|
|
524
654
|
|
|
525
655
|
/**
|
|
526
656
|
* Lib - Utility - Save Workspace Manifest.
|
|
527
657
|
*
|
|
528
658
|
* @since 0.13.0
|
|
529
659
|
*/
|
|
530
|
-
export type
|
|
660
|
+
export type Lib_Utility_SaveWorkspaceManifest_Workspace = Shared_WorkspaceManifest;
|
|
661
|
+
|
|
662
|
+
export type Lib_Utility_SaveWorkspaceManifest_ReplaceFile = boolean;
|
|
663
|
+
|
|
664
|
+
export type Lib_Utility_SaveWorkspaceManifest_Returns = Promise<void>;
|
|
665
|
+
|
|
666
|
+
export type Lib_Utility_SaveWorkspaceManifest_PackageJson = string;
|
|
667
|
+
|
|
668
|
+
export type Lib_Utility_SaveWorkspaceManifest_PackageContents = string;
|
|
669
|
+
|
|
670
|
+
/**
|
|
671
|
+
* Lib - Utility - Shell Quote.
|
|
672
|
+
*
|
|
673
|
+
* @since 0.18.0
|
|
674
|
+
*/
|
|
675
|
+
export type Lib_Utility_ShellQuote_Value = string;
|
|
676
|
+
|
|
677
|
+
export type Lib_Utility_ShellQuote_Returns = string;
|
|
678
|
+
|
|
679
|
+
export type Lib_Utility_ShellQuote_BackslashPattern = RegExp;
|
|
531
680
|
|
|
532
|
-
export type
|
|
681
|
+
export type Lib_Utility_ShellQuote_BacktickPattern = RegExp;
|
|
533
682
|
|
|
534
|
-
export type
|
|
683
|
+
export type Lib_Utility_ShellQuote_DollarPattern = RegExp;
|
|
535
684
|
|
|
536
|
-
export type
|
|
685
|
+
export type Lib_Utility_ShellQuote_DoubleQuotePattern = RegExp;
|
|
537
686
|
|
|
538
|
-
export type
|
|
687
|
+
export type Lib_Utility_ShellQuote_Escaped = string;
|