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