@cbnventures/nova 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/build/package.json +1 -1
- package/build/src/api/node-releases.d.ts +4 -4
- package/build/src/api/node-releases.d.ts.map +1 -1
- package/build/src/api/node-releases.js +14 -14
- package/build/src/api/node-releases.js.map +1 -1
- package/build/src/api/spdx-licenses.d.ts +4 -4
- package/build/src/api/spdx-licenses.d.ts.map +1 -1
- package/build/src/api/spdx-licenses.js +12 -12
- package/build/src/api/spdx-licenses.js.map +1 -1
- package/build/src/cli/generate/github/funding.d.ts +3 -3
- package/build/src/cli/generate/github/funding.d.ts.map +1 -1
- package/build/src/cli/generate/github/funding.js +5 -5
- package/build/src/cli/generate/github/funding.js.map +1 -1
- package/build/src/cli/generate/github/issue-template.d.ts +3 -3
- package/build/src/cli/generate/github/issue-template.d.ts.map +1 -1
- package/build/src/cli/generate/github/issue-template.js +14 -12
- package/build/src/cli/generate/github/issue-template.js.map +1 -1
- package/build/src/cli/generate/github/workflows.d.ts +10 -10
- package/build/src/cli/generate/github/workflows.d.ts.map +1 -1
- package/build/src/cli/generate/github/workflows.js +222 -104
- package/build/src/cli/generate/github/workflows.js.map +1 -1
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts +3 -3
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/agent-conventions.js +11 -11
- package/build/src/cli/generate/must-haves/agent-conventions.js.map +1 -1
- package/build/src/cli/generate/must-haves/dotenv.d.ts +3 -3
- package/build/src/cli/generate/must-haves/dotenv.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/dotenv.js +69 -69
- package/build/src/cli/generate/must-haves/dotenv.js.map +1 -1
- package/build/src/cli/generate/must-haves/editorconfig.d.ts +3 -3
- package/build/src/cli/generate/must-haves/editorconfig.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/editorconfig.js +3 -3
- package/build/src/cli/generate/must-haves/editorconfig.js.map +1 -1
- package/build/src/cli/generate/must-haves/gitignore.d.ts +3 -3
- package/build/src/cli/generate/must-haves/gitignore.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/gitignore.js +69 -67
- package/build/src/cli/generate/must-haves/gitignore.js.map +1 -1
- package/build/src/cli/generate/must-haves/license.d.ts +3 -3
- package/build/src/cli/generate/must-haves/license.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/license.js +11 -7
- package/build/src/cli/generate/must-haves/license.js.map +1 -1
- package/build/src/cli/generate/must-haves/read-me.d.ts +3 -3
- package/build/src/cli/generate/must-haves/read-me.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/read-me.js +20 -27
- package/build/src/cli/generate/must-haves/read-me.js.map +1 -1
- package/build/src/cli/index.js +81 -34
- package/build/src/cli/index.js.map +1 -1
- package/build/src/cli/recipe/github/handle-gh-failure.d.ts +3 -0
- package/build/src/cli/recipe/github/handle-gh-failure.d.ts.map +1 -0
- package/build/src/cli/recipe/github/handle-gh-failure.js +22 -0
- package/build/src/cli/recipe/github/handle-gh-failure.js.map +1 -0
- package/build/src/cli/recipe/github/sync-features.d.ts +5 -0
- package/build/src/cli/recipe/github/sync-features.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-features.js +145 -0
- package/build/src/cli/recipe/github/sync-features.js.map +1 -0
- package/build/src/cli/recipe/github/sync-identity.d.ts +6 -0
- package/build/src/cli/recipe/github/sync-identity.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-identity.js +191 -0
- package/build/src/cli/recipe/github/sync-identity.js.map +1 -0
- package/build/src/cli/recipe/github/sync-policies.d.ts +5 -0
- package/build/src/cli/recipe/github/sync-policies.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-policies.js +154 -0
- package/build/src/cli/recipe/github/sync-policies.js.map +1 -0
- package/build/src/cli/recipe/index.d.ts +2 -2
- package/build/src/cli/recipe/index.d.ts.map +1 -1
- package/build/src/cli/recipe/index.js +66 -56
- package/build/src/cli/recipe/index.js.map +1 -1
- package/build/src/cli/recipe/package-json/cleanup.d.ts +3 -3
- package/build/src/cli/recipe/package-json/cleanup.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/cleanup.js +25 -24
- package/build/src/cli/recipe/package-json/cleanup.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-artifacts.js +35 -35
- package/build/src/cli/recipe/package-json/normalize-artifacts.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-bundler.js +22 -22
- package/build/src/cli/recipe/package-json/normalize-bundler.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-dependencies.js +37 -37
- package/build/src/cli/recipe/package-json/normalize-dependencies.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-modules.js +47 -47
- package/build/src/cli/recipe/package-json/normalize-modules.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-tooling.js +23 -23
- package/build/src/cli/recipe/package-json/normalize-tooling.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-environment.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-environment.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-environment.js +37 -37
- package/build/src/cli/recipe/package-json/sync-environment.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-identity.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-identity.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-identity.js +20 -20
- package/build/src/cli/recipe/package-json/sync-identity.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-ownership.js +28 -28
- package/build/src/cli/recipe/package-json/sync-ownership.js.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.d.ts +3 -3
- package/build/src/cli/scaffold/app/expressjs.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.js +1 -1
- package/build/src/cli/scaffold/app/expressjs.js.map +1 -1
- package/build/src/cli/scaffold/app/nextjs.d.ts +3 -3
- package/build/src/cli/scaffold/app/nextjs.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/nextjs.js +1 -1
- package/build/src/cli/scaffold/app/nextjs.js.map +1 -1
- package/build/src/cli/scaffold/app/vite.d.ts +3 -3
- package/build/src/cli/scaffold/app/vite.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/vite.js +1 -1
- package/build/src/cli/scaffold/app/vite.js.map +1 -1
- package/build/src/cli/scaffold/app/workers.d.ts +3 -3
- package/build/src/cli/scaffold/app/workers.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/workers.js +1 -1
- package/build/src/cli/scaffold/app/workers.js.map +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.d.ts +3 -3
- package/build/src/cli/scaffold/docs/docusaurus.d.ts.map +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.js +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.js.map +1 -1
- package/build/src/cli/scaffold/starter/base.d.ts +3 -3
- package/build/src/cli/scaffold/starter/base.d.ts.map +1 -1
- package/build/src/cli/scaffold/starter/base.js +7 -7
- package/build/src/cli/scaffold/starter/base.js.map +1 -1
- package/build/src/cli/utility/changelog.d.ts +4 -3
- package/build/src/cli/utility/changelog.d.ts.map +1 -1
- package/build/src/cli/utility/changelog.js +84 -83
- package/build/src/cli/utility/changelog.js.map +1 -1
- package/build/src/cli/utility/initialize.d.ts +5 -3
- package/build/src/cli/utility/initialize.d.ts.map +1 -1
- package/build/src/cli/utility/initialize.js +805 -244
- package/build/src/cli/utility/initialize.js.map +1 -1
- package/build/src/cli/utility/run-recipes.d.ts +3 -3
- package/build/src/cli/utility/run-recipes.d.ts.map +1 -1
- package/build/src/cli/utility/run-recipes.js +43 -12
- package/build/src/cli/utility/run-recipes.js.map +1 -1
- package/build/src/cli/utility/run-scripts.d.ts +3 -3
- package/build/src/cli/utility/run-scripts.d.ts.map +1 -1
- package/build/src/cli/utility/run-scripts.js +9 -8
- package/build/src/cli/utility/run-scripts.js.map +1 -1
- package/build/src/cli/utility/transpile.d.ts +3 -3
- package/build/src/cli/utility/transpile.d.ts.map +1 -1
- package/build/src/cli/utility/transpile.js +4 -4
- package/build/src/cli/utility/transpile.js.map +1 -1
- package/build/src/cli/utility/type-check.d.ts +3 -3
- package/build/src/cli/utility/type-check.d.ts.map +1 -1
- package/build/src/cli/utility/type-check.js +4 -4
- package/build/src/cli/utility/type-check.js.map +1 -1
- package/build/src/cli/utility/version.d.ts +3 -3
- package/build/src/cli/utility/version.d.ts.map +1 -1
- package/build/src/cli/utility/version.js +102 -102
- package/build/src/cli/utility/version.js.map +1 -1
- package/build/src/lib/constants.d.ts +3 -2
- package/build/src/lib/constants.d.ts.map +1 -1
- package/build/src/lib/constants.js +1 -0
- package/build/src/lib/constants.js.map +1 -1
- package/build/src/lib/item.d.ts +32 -31
- package/build/src/lib/item.d.ts.map +1 -1
- package/build/src/lib/item.js +3 -1
- package/build/src/lib/item.js.map +1 -1
- package/build/src/lib/nova-config.d.ts +11 -5
- package/build/src/lib/nova-config.d.ts.map +1 -1
- package/build/src/lib/nova-config.js +143 -8
- package/build/src/lib/nova-config.js.map +1 -1
- package/build/src/lib/regex.d.ts +15 -1
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +15 -1
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/scaffold.d.ts +9 -9
- package/build/src/lib/scaffold.d.ts.map +1 -1
- package/build/src/lib/scaffold.js +45 -44
- package/build/src/lib/scaffold.js.map +1 -1
- package/build/src/lib/utility.d.ts +26 -22
- package/build/src/lib/utility.d.ts.map +1 -1
- package/build/src/lib/utility.js +83 -17
- package/build/src/lib/utility.js.map +1 -1
- package/build/src/lib/workflow-templates.d.ts +2 -2
- package/build/src/lib/workflow-templates.d.ts.map +1 -1
- package/build/src/lib/workflow-templates.js +42 -0
- package/build/src/lib/workflow-templates.js.map +1 -1
- package/build/src/presets/eslint/dx-code-style.d.ts +2 -2
- package/build/src/presets/eslint/dx-code-style.d.ts.map +1 -1
- package/build/src/presets/eslint/dx-code-style.js.map +1 -1
- package/build/src/presets/eslint/dx-ignore.d.ts +2 -2
- package/build/src/presets/eslint/dx-ignore.d.ts.map +1 -1
- package/build/src/presets/eslint/dx-ignore.js.map +1 -1
- package/build/src/presets/eslint/fw-docusaurus.d.ts +2 -2
- package/build/src/presets/eslint/fw-docusaurus.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-docusaurus.js.map +1 -1
- package/build/src/presets/eslint/fw-expressjs.d.ts +2 -2
- package/build/src/presets/eslint/fw-expressjs.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-expressjs.js.map +1 -1
- package/build/src/presets/eslint/fw-nextjs.d.ts +2 -2
- package/build/src/presets/eslint/fw-nextjs.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-nextjs.js.map +1 -1
- package/build/src/presets/eslint/lang-javascript.d.ts +2 -2
- package/build/src/presets/eslint/lang-javascript.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-javascript.js.map +1 -1
- package/build/src/presets/eslint/lang-mdx.d.ts +2 -2
- package/build/src/presets/eslint/lang-mdx.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-mdx.js.map +1 -1
- package/build/src/presets/eslint/lang-typescript.d.ts +2 -2
- package/build/src/presets/eslint/lang-typescript.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-typescript.js.map +1 -1
- package/build/src/presets/eslint/runtime-browser.d.ts +2 -2
- package/build/src/presets/eslint/runtime-browser.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-browser.js.map +1 -1
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts +2 -2
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-cloudflare-workers.js.map +1 -1
- package/build/src/presets/eslint/runtime-edge.d.ts +2 -2
- package/build/src/presets/eslint/runtime-edge.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-edge.js.map +1 -1
- package/build/src/presets/eslint/runtime-node.d.ts +2 -2
- package/build/src/presets/eslint/runtime-node.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-node.js.map +1 -1
- package/build/src/presets/eslint/runtime-service-worker.d.ts +2 -2
- package/build/src/presets/eslint/runtime-service-worker.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-service-worker.js.map +1 -1
- package/build/src/presets/eslint/runtime-web-worker.d.ts +2 -2
- package/build/src/presets/eslint/runtime-web-worker.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-web-worker.js.map +1 -1
- package/build/src/presets/eslint/tool-vite.d.ts +2 -2
- package/build/src/presets/eslint/tool-vite.d.ts.map +1 -1
- package/build/src/presets/eslint/tool-vite.js.map +1 -1
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts +3 -3
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js +2 -2
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js.map +1 -1
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts +3 -3
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js +14 -14
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts +6 -6
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-explicit-return.js +14 -14
- package/build/src/rules/eslint/conventions/require-explicit-return.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts +4 -4
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-hash-private.js +3 -3
- package/build/src/rules/eslint/conventions/require-hash-private.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts +4 -4
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js +4 -4
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts +16 -16
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-naming-convention.js +34 -31
- package/build/src/rules/eslint/conventions/require-naming-convention.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts +3 -3
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-undefined-init.js +2 -2
- package/build/src/rules/eslint/conventions/require-undefined-init.js.map +1 -1
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts +4 -4
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/switch-case-blocks.js +3 -3
- package/build/src/rules/eslint/conventions/switch-case-blocks.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts +5 -5
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js +16 -16
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts +4 -4
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-multiline-strings.js +19 -19
- package/build/src/rules/eslint/formatting/no-multiline-strings.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts +3 -3
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js +2 -2
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +3 -3
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js +2 -2
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-import-order.d.ts +3 -3
- package/build/src/rules/eslint/formatting/require-import-order.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-import-order.js +6 -6
- package/build/src/rules/eslint/formatting/require-import-order.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts +4 -4
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js +5 -5
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts +4 -4
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js +5 -5
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts +9 -9
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.js +20 -20
- package/build/src/rules/eslint/formatting/require-padding-lines.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts +3 -3
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.js +2 -2
- package/build/src/rules/eslint/formatting/require-ternary-parens.js.map +1 -1
- package/build/src/rules/eslint/index.d.ts +44 -44
- package/build/src/rules/eslint/index.d.ts.map +1 -1
- package/build/src/rules/eslint/index.js +44 -44
- package/build/src/rules/eslint/index.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts +7 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js +7 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +9 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js +115 -61
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js +6 -6
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js +8 -8
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts +3 -3
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.js +5 -5
- package/build/src/rules/eslint/nova/no-logger-dev.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-assign-then-return.js +2 -2
- package/build/src/rules/eslint/patterns/no-assign-then-return.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts +7 -7
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-await-in-loop.js +4 -4
- package/build/src/rules/eslint/patterns/no-await-in-loop.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js +2 -2
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js +2 -2
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts +4 -4
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js +2 -2
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js +2 -2
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts +7 -7
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-use-before-define.js +2 -2
- package/build/src/rules/eslint/patterns/no-use-before-define.js.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts +3 -3
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js +2 -2
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts +4 -4
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.js +2 -2
- package/build/src/rules/eslint/regex/no-regex-literals.js.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.d.ts +4 -4
- package/build/src/rules/eslint/safety/no-script-url.d.ts.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.js +2 -2
- package/build/src/rules/eslint/safety/no-script-url.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts +8 -8
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-destructuring.js +10 -10
- package/build/src/rules/eslint/syntax/no-destructuring.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts +6 -6
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-numeric-literals.js +2 -2
- package/build/src/rules/eslint/syntax/no-numeric-literals.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts +3 -3
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-optional-chaining.js +2 -2
- package/build/src/rules/eslint/syntax/no-optional-chaining.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts +4 -4
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-rest-params.js +8 -8
- package/build/src/rules/eslint/syntax/no-rest-params.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js +2 -2
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-explicit-any.js +2 -2
- package/build/src/rules/eslint/typescript/no-explicit-any.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js +9 -9
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts +4 -4
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-shared-type-import.js +2 -2
- package/build/src/rules/eslint/typescript/no-shared-type-import.js.map +1 -1
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts +4 -4
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js +2 -2
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js.map +1 -1
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts +6 -4
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/require-type-naming.js +54 -8
- package/build/src/rules/eslint/typescript/require-type-naming.js.map +1 -1
- package/build/src/toolkit/bootstrap.d.ts +10 -10
- package/build/src/toolkit/bootstrap.d.ts.map +1 -1
- package/build/src/toolkit/bootstrap.js +33 -33
- package/build/src/toolkit/bootstrap.js.map +1 -1
- package/build/src/toolkit/cli-header.d.ts +4 -4
- package/build/src/toolkit/cli-header.d.ts.map +1 -1
- package/build/src/toolkit/cli-header.js +22 -22
- package/build/src/toolkit/cli-header.js.map +1 -1
- package/build/src/toolkit/logger.d.ts +9 -9
- package/build/src/toolkit/logger.d.ts.map +1 -1
- package/build/src/toolkit/logger.js +16 -16
- package/build/src/toolkit/logger.js.map +1 -1
- package/build/src/toolkit/markdown-table.d.ts +6 -6
- package/build/src/toolkit/markdown-table.d.ts.map +1 -1
- package/build/src/toolkit/markdown-table.js +2 -2
- package/build/src/toolkit/markdown-table.js.map +1 -1
- package/build/src/types/api/node-releases.d.ts +14 -14
- package/build/src/types/api/spdx-licenses.d.ts +17 -17
- package/build/src/types/cli/generate/github/funding.d.ts +28 -28
- package/build/src/types/cli/generate/github/issue-template.d.ts +87 -71
- package/build/src/types/cli/generate/github/workflows.d.ts +359 -311
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +28 -22
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +208 -206
- package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +16 -16
- package/build/src/types/cli/generate/must-haves/gitignore.d.ts +188 -156
- package/build/src/types/cli/generate/must-haves/license.d.ts +28 -26
- package/build/src/types/cli/generate/must-haves/read-me.d.ts +105 -95
- package/build/src/types/cli/index.d.ts +73 -84
- package/build/src/types/cli/recipe/github/handle-gh-failure.d.ts +18 -0
- package/build/src/types/cli/recipe/github/sync-features.d.ts +67 -0
- package/build/src/types/cli/recipe/github/sync-identity.d.ts +107 -0
- package/build/src/types/cli/recipe/github/sync-policies.d.ts +70 -0
- package/build/src/types/cli/recipe/index.d.ts +21 -16
- package/build/src/types/cli/recipe/package-json/cleanup.d.ts +57 -55
- package/build/src/types/cli/recipe/package-json/normalize-artifacts.d.ts +44 -44
- package/build/src/types/cli/recipe/package-json/normalize-bundler.d.ts +36 -36
- package/build/src/types/cli/recipe/package-json/normalize-dependencies.d.ts +65 -65
- package/build/src/types/cli/recipe/package-json/normalize-modules.d.ts +37 -35
- package/build/src/types/cli/recipe/package-json/normalize-tooling.d.ts +39 -39
- package/build/src/types/cli/recipe/package-json/sync-environment.d.ts +60 -60
- package/build/src/types/cli/recipe/package-json/sync-identity.d.ts +51 -51
- package/build/src/types/cli/recipe/package-json/sync-ownership.d.ts +78 -78
- package/build/src/types/cli/scaffold/app/expressjs.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/nextjs.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/vite.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/workers.d.ts +10 -10
- package/build/src/types/cli/scaffold/docs/docusaurus.d.ts +10 -10
- package/build/src/types/cli/scaffold/starter/base.d.ts +27 -27
- package/build/src/types/cli/utility/changelog.d.ts +189 -180
- package/build/src/types/cli/utility/initialize.d.ts +1135 -690
- package/build/src/types/cli/utility/run-recipes.d.ts +32 -11
- package/build/src/types/cli/utility/run-scripts.d.ts +126 -52
- package/build/src/types/cli/utility/transpile.d.ts +30 -30
- package/build/src/types/cli/utility/type-check.d.ts +30 -30
- package/build/src/types/cli/utility/version.d.ts +130 -130
- package/build/src/types/lib/constants.d.ts +8 -1
- package/build/src/types/lib/item.d.ts +158 -149
- package/build/src/types/lib/nova-config.d.ts +379 -191
- package/build/src/types/lib/regex.d.ts +762 -0
- package/build/src/types/lib/scaffold.d.ts +176 -149
- package/build/src/types/lib/utility.d.ts +369 -220
- package/build/src/types/lib/workflow-templates.d.ts +61 -56
- package/build/src/types/presets/eslint/dx-code-style.d.ts +1 -1
- package/build/src/types/presets/eslint/dx-ignore.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-docusaurus.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-expressjs.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-nextjs.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-javascript.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-mdx.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-typescript.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-browser.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-cloudflare-workers.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-edge.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-node.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-service-worker.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-web-worker.d.ts +1 -1
- package/build/src/types/presets/eslint/tool-vite.d.ts +1 -1
- package/build/src/types/rules/eslint/conventions/no-default-export-declaration.d.ts +30 -13
- package/build/src/types/rules/eslint/conventions/no-implicit-boolean.d.ts +84 -25
- package/build/src/types/rules/eslint/conventions/require-explicit-return.d.ts +47 -42
- package/build/src/types/rules/eslint/conventions/require-hash-private.d.ts +35 -12
- package/build/src/types/rules/eslint/conventions/require-kebab-case-filename.d.ts +35 -29
- package/build/src/types/rules/eslint/conventions/require-naming-convention.d.ts +212 -115
- package/build/src/types/rules/eslint/conventions/require-undefined-init.d.ts +34 -11
- package/build/src/types/rules/eslint/conventions/switch-case-blocks.d.ts +41 -18
- package/build/src/types/rules/eslint/formatting/no-complex-arrow-concise.d.ts +44 -30
- package/build/src/types/rules/eslint/formatting/no-multiline-strings.d.ts +67 -44
- package/build/src/types/rules/eslint/formatting/no-raw-text-in-code.d.ts +24 -10
- package/build/src/types/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +23 -9
- package/build/src/types/rules/eslint/formatting/require-import-order.d.ts +51 -39
- package/build/src/types/rules/eslint/formatting/require-multiline-condition-groups.d.ts +42 -26
- package/build/src/types/rules/eslint/formatting/require-multiline-conditions.d.ts +36 -20
- package/build/src/types/rules/eslint/formatting/require-padding-lines.d.ts +144 -103
- package/build/src/types/rules/eslint/formatting/require-ternary-parens.d.ts +35 -12
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-body.d.ts +65 -29
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +308 -134
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +59 -52
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +41 -26
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-private.d.ts +49 -17
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-since.d.ts +79 -11
- package/build/src/types/rules/eslint/nova/no-logger-dev.d.ts +35 -25
- package/build/src/types/rules/eslint/patterns/no-assign-then-return.d.ts +40 -17
- package/build/src/types/rules/eslint/patterns/no-await-in-loop.d.ts +53 -45
- package/build/src/types/rules/eslint/patterns/no-boolean-var-for-if.d.ts +34 -20
- package/build/src/types/rules/eslint/patterns/no-bracket-assignment.d.ts +36 -13
- package/build/src/types/rules/eslint/patterns/no-bracket-method-call.d.ts +43 -20
- package/build/src/types/rules/eslint/patterns/no-template-curly-in-string.d.ts +26 -12
- package/build/src/types/rules/eslint/patterns/no-use-before-define.d.ts +59 -45
- package/build/src/types/rules/eslint/regex/no-regex-literal-flags.d.ts +23 -9
- package/build/src/types/rules/eslint/regex/no-regex-literals.d.ts +31 -17
- package/build/src/types/rules/eslint/safety/no-script-url.d.ts +29 -15
- package/build/src/types/rules/eslint/syntax/no-destructuring.d.ts +61 -58
- package/build/src/types/rules/eslint/syntax/no-numeric-literals.d.ts +43 -29
- package/build/src/types/rules/eslint/syntax/no-optional-chaining.d.ts +23 -9
- package/build/src/types/rules/eslint/syntax/no-rest-params.d.ts +63 -31
- package/build/src/types/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +34 -11
- package/build/src/types/rules/eslint/typescript/no-explicit-any.d.ts +23 -9
- package/build/src/types/rules/eslint/typescript/no-inline-type-annotation.d.ts +58 -32
- package/build/src/types/rules/eslint/typescript/no-shared-type-import.d.ts +32 -18
- package/build/src/types/rules/eslint/typescript/require-bracket-property-access.d.ts +50 -22
- package/build/src/types/rules/eslint/typescript/require-type-naming.d.ts +87 -20
- package/build/src/types/shared.d.ts +410 -365
- package/build/src/types/tests/api/node-releases.test.d.ts +87 -6
- package/build/src/types/tests/api/spdx-licenses.test.d.ts +48 -8
- package/build/src/types/tests/cli/generate/github/funding.test.d.ts +25 -7
- package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +25 -7
- package/build/src/types/tests/cli/generate/github/workflows-helpers.test.d.ts +193 -30
- package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +550 -35
- package/build/src/types/tests/cli/generate/must-haves/agent-conventions.test.d.ts +39 -14
- package/build/src/types/tests/cli/generate/must-haves/dotenv.test.d.ts +26 -8
- package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +22 -6
- package/build/src/types/tests/cli/generate/must-haves/gitignore.test.d.ts +24 -6
- package/build/src/types/tests/cli/generate/must-haves/license.test.d.ts +150 -12
- package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +211 -23
- package/build/src/types/tests/cli/recipe/github/handle-gh-failure.test.d.ts +96 -0
- package/build/src/types/tests/cli/recipe/github/sync-features.test.d.ts +357 -0
- package/build/src/types/tests/cli/recipe/github/sync-identity.test.d.ts +475 -0
- package/build/src/types/tests/cli/recipe/github/sync-policies.test.d.ts +408 -0
- package/build/src/types/tests/cli/recipe/package-json/cleanup.test.d.ts +159 -20
- package/build/src/types/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +102 -15
- package/build/src/types/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +102 -15
- package/build/src/types/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +106 -19
- package/build/src/types/tests/cli/recipe/package-json/normalize-modules.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +126 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-environment.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-identity.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-ownership.test.d.ts +101 -14
- package/build/src/types/tests/cli/scaffold/app/expressjs.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/app/nextjs.test.d.ts +62 -19
- package/build/src/types/tests/cli/scaffold/app/vite.test.d.ts +60 -19
- package/build/src/types/tests/cli/scaffold/app/workers.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/docs/docusaurus.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/starter/base.test.d.ts +55 -18
- package/build/src/types/tests/cli/utility/changelog.test.d.ts +161 -32
- package/build/src/types/tests/cli/utility/initialize.test.d.ts +211 -5
- package/build/src/types/tests/cli/utility/run-recipes.test.d.ts +87 -9
- package/build/src/types/tests/cli/utility/run-scripts.test.d.ts +124 -24
- package/build/src/types/tests/cli/utility/transpile.test.d.ts +23 -11
- package/build/src/types/tests/cli/utility/type-check.test.d.ts +34 -9
- package/build/src/types/tests/cli/utility/version.test.d.ts +33 -4
- package/build/src/types/tests/lib/item.test.d.ts +191 -37
- package/build/src/types/tests/lib/nova-config.test.d.ts +1032 -69
- package/build/src/types/tests/lib/regex.test.d.ts +453 -27
- package/build/src/types/tests/lib/scaffold.test.d.ts +55 -12
- package/build/src/types/tests/lib/schema.test.d.ts +171 -16
- package/build/src/types/tests/lib/utility.test.d.ts +1131 -164
- package/build/src/types/tests/lib/workflow-templates.test.d.ts +17 -17
- package/build/src/types/tests/rules/eslint/conventions/no-default-export-declaration.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/no-implicit-boolean.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-explicit-return.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-hash-private.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-kebab-case-filename.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-naming-convention.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-undefined-init.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/switch-case-blocks.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-complex-arrow-concise.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-multiline-strings.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-ternary-in-template-literal.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-import-order.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-condition-groups.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-conditions.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-ternary-parens.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-body.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-hierarchy.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-alignment.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-name.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-private.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-since.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/nova/no-logger-dev.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-await-in-loop.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-boolean-var-for-if.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-method-call.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-template-curly-in-string.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-use-before-define.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/regex/no-regex-literals.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/safety/no-script-url.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-destructuring.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-numeric-literals.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-optional-chaining.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-rest-params.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-explicit-any.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/require-bracket-property-access.test.d.ts +3 -3
- package/build/src/types/tests/rules/eslint/typescript/require-type-naming.test.d.ts +1 -1
- package/build/src/types/tests/toolkit/bootstrap.test.d.ts +155 -40
- package/build/src/types/tests/toolkit/cli-header.test.d.ts +135 -22
- package/build/src/types/tests/toolkit/logger.test.d.ts +113 -5
- package/build/src/types/tests/toolkit/markdown-table.test.d.ts +150 -27
- package/build/src/types/tests/type-declarations.test.d.ts +4683 -300
- package/build/src/types/toolkit/bootstrap.d.ts +71 -47
- package/build/src/types/toolkit/cli-header.d.ts +98 -88
- package/build/src/types/toolkit/logger.d.ts +98 -53
- package/build/src/types/toolkit/markdown-table.d.ts +74 -72
- package/build/templates/generators/github/workflows/publish/targets/aws-amplify-nextjs.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/cloudflare-pages-docusaurus.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/github-action.yml +121 -0
- package/build/templates/generators/github/workflows/publish/targets/github-packages.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/github-pages-docusaurus.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/npm.yml +1 -1
- package/build/templates/generators/github/workflows/publish/targets/vercel-nextjs.yml +1 -1
- package/build/templates/generators/must-haves/agent-conventions/AGENTS.md +1 -0
- package/build/templates/generators/must-haves/agent-conventions/CLAUDE.md +1 -0
- package/build/templates/generators/must-haves/agent-conventions/PROJECT_RULES.md +1 -1
- package/build/templates/generators/must-haves/agent-conventions/conventions/typescript.md +412 -148
- package/build/templates/generators/must-haves/agent-conventions/conventions/universal.md +27 -3
- package/build/templates/generators/must-haves/agent-conventions/cursorrules +1 -0
- package/package.json +1 -1
|
@@ -1,366 +1,1333 @@
|
|
|
1
1
|
import type { Stats } from 'node:fs';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Lib - Utility - BuildGeneratedFileHeader - ProducesAnHTMLCommentStrictBannerForAMdPath.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.12.0
|
|
7
|
+
*/
|
|
8
|
+
export type Tests_Lib_Utility_BuildGeneratedFileHeader_ProducesAnHTMLCommentStrictBannerForAMdPath_Result = string;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Tests - Lib - Utility - BuildGeneratedFileHeader - ProducesAPrefixedFillableBannerForAEnvBasename.
|
|
12
|
+
*
|
|
13
|
+
* @since 0.12.0
|
|
14
|
+
*/
|
|
15
|
+
export type Tests_Lib_Utility_BuildGeneratedFileHeader_ProducesAPrefixedFillableBannerForAEnvBasename_Result = string;
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Tests - Lib - Utility - BuildGeneratedFileHeader - ProducesAPrefixedStrictBannerForAEnvSampleBasename.
|
|
19
|
+
*
|
|
20
|
+
* @since 0.12.0
|
|
21
|
+
*/
|
|
22
|
+
export type Tests_Lib_Utility_BuildGeneratedFileHeader_ProducesAPrefixedStrictBannerForAEnvSampleBasename_Result = string;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Tests - Lib - Utility - BuildGeneratedFileHeader - ProducesAPrefixedStrictBannerForAGitignoreBasename.
|
|
26
|
+
*
|
|
27
|
+
* @since 0.12.0
|
|
28
|
+
*/
|
|
29
|
+
export type Tests_Lib_Utility_BuildGeneratedFileHeader_ProducesAPrefixedStrictBannerForAGitignoreBasename_Result = string;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Tests - Lib - Utility - BuildGeneratedFileHeader - ProducesAPrefixedStrictBannerForAnEditorconfigBasename.
|
|
33
|
+
*
|
|
34
|
+
* @since 0.12.0
|
|
35
|
+
*/
|
|
36
|
+
export type Tests_Lib_Utility_BuildGeneratedFileHeader_ProducesAPrefixedStrictBannerForAnEditorconfigBasename_Result = string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Tests - Lib - Utility - BuildGeneratedFileHeader - ProducesAPrefixedStrictBannerForAYamlPath.
|
|
40
|
+
*
|
|
41
|
+
* @since 0.12.0
|
|
42
|
+
*/
|
|
43
|
+
export type Tests_Lib_Utility_BuildGeneratedFileHeader_ProducesAPrefixedStrictBannerForAYamlPath_Result = string;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Tests - Lib - Utility - BuildGeneratedFileHeader - ProducesAPrefixedStrictBannerForAYmlPath.
|
|
47
|
+
*
|
|
48
|
+
* @since 0.12.0
|
|
49
|
+
*/
|
|
50
|
+
export type Tests_Lib_Utility_BuildGeneratedFileHeader_ProducesAPrefixedStrictBannerForAYmlPath_Result = string;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Tests - Lib - Utility - BuildGeneratedFileHeader - ThrowsWhenTheTargetPathHasAnUnsupportedExtension.
|
|
54
|
+
*
|
|
55
|
+
* @since 0.12.0
|
|
56
|
+
*/
|
|
57
|
+
export type Tests_Lib_Utility_BuildGeneratedFileHeader_ThrowsWhenTheTargetPathHasAnUnsupportedExtension_Threw = boolean;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Tests - Lib - Utility - CompareSemver - ComparesNumericallyNotLexically.
|
|
61
|
+
*
|
|
62
|
+
* @since 0.12.0
|
|
63
|
+
*/
|
|
64
|
+
export type Tests_Lib_Utility_CompareSemver_ComparesNumericallyNotLexically_Result = number;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Tests - Lib - Utility - CompareSemver - ReturnsNegativeWhenFirstVersionIsLower.
|
|
68
|
+
*
|
|
69
|
+
* @since 0.12.0
|
|
70
|
+
*/
|
|
71
|
+
export type Tests_Lib_Utility_CompareSemver_ReturnsNegativeWhenFirstVersionIsLower_Result = number;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Tests - Lib - Utility - CompareSemver - ReturnsPositiveWhenFirstVersionIsHigher.
|
|
75
|
+
*
|
|
76
|
+
* @since 0.12.0
|
|
77
|
+
*/
|
|
78
|
+
export type Tests_Lib_Utility_CompareSemver_ReturnsPositiveWhenFirstVersionIsHigher_Result = number;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Tests - Lib - Utility - CompareSemver - ReturnsZeroWhenVersionsAreEqual.
|
|
82
|
+
*
|
|
83
|
+
* @since 0.12.0
|
|
84
|
+
*/
|
|
85
|
+
export type Tests_Lib_Utility_CompareSemver_ReturnsZeroWhenVersionsAreEqual_Result = number;
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Tests - Lib - Utility - CompareSemver - TreatsMissingPartsAsZero.
|
|
89
|
+
*
|
|
90
|
+
* @since 0.12.0
|
|
91
|
+
*/
|
|
92
|
+
export type Tests_Lib_Utility_CompareSemver_TreatsMissingPartsAsZero_Result = number;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Tests - Lib - Utility - CurrentTimestamp - MatchesExpectedTimestampFormat.
|
|
96
|
+
*
|
|
97
|
+
* @since 0.12.0
|
|
98
|
+
*/
|
|
99
|
+
export type Tests_Lib_Utility_CurrentTimestamp_MatchesExpectedTimestampFormat_Result = string;
|
|
100
|
+
|
|
101
|
+
export type Tests_Lib_Utility_CurrentTimestamp_MatchesExpectedTimestampFormat_Pattern = RegExp;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Tests - Lib - Utility - CurrentTimestamp - ProducesDifferentMillisecondsOnConsecutiveCalls.
|
|
105
|
+
*
|
|
106
|
+
* @since 0.12.0
|
|
107
|
+
*/
|
|
108
|
+
export type Tests_Lib_Utility_CurrentTimestamp_ProducesDifferentMillisecondsOnConsecutiveCalls_Results = Set<string>;
|
|
109
|
+
|
|
110
|
+
export type Tests_Lib_Utility_CurrentTimestamp_ProducesDifferentMillisecondsOnConsecutiveCalls_Timestamp = string;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Tests - Lib - Utility - CurrentTimestamp - ReturnsABracketedTimestampString.
|
|
114
|
+
*
|
|
115
|
+
* @since 0.12.0
|
|
116
|
+
*/
|
|
117
|
+
export type Tests_Lib_Utility_CurrentTimestamp_ReturnsABracketedTimestampString_Result = string;
|
|
118
|
+
|
|
119
|
+
export type Tests_Lib_Utility_CurrentTimestamp_ReturnsABracketedTimestampString_StartsWithBracket = boolean;
|
|
120
|
+
|
|
121
|
+
export type Tests_Lib_Utility_CurrentTimestamp_ReturnsABracketedTimestampString_EndsWithBracket = boolean;
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* Tests - Lib - Utility - DetectShell - ReturnsAKnownShellPath.
|
|
125
|
+
*
|
|
126
|
+
* @since 0.12.0
|
|
127
|
+
*/
|
|
128
|
+
export type Tests_Lib_Utility_DetectShell_ReturnsAKnownShellPath_Result = string;
|
|
129
|
+
|
|
130
|
+
export type Tests_Lib_Utility_DetectShell_ReturnsAKnownShellPath_KnownShells = string[];
|
|
131
|
+
|
|
132
|
+
export type Tests_Lib_Utility_DetectShell_ReturnsAKnownShellPath_IsKnownShell = boolean;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Tests - Lib - Utility - DetectShell - ReturnsANonEmptyString.
|
|
136
|
+
*
|
|
137
|
+
* @since 0.12.0
|
|
138
|
+
*/
|
|
139
|
+
export type Tests_Lib_Utility_DetectShell_ReturnsANonEmptyString_Result = string;
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Tests - Lib - Utility - DiscoverPathsWithFile.
|
|
143
|
+
*
|
|
144
|
+
* @since 0.12.0
|
|
145
|
+
*/
|
|
146
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_OriginalCwd = string;
|
|
147
|
+
|
|
148
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_TemporaryDirectory = string;
|
|
149
|
+
|
|
150
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_SandboxPrefix = string;
|
|
151
|
+
|
|
152
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_SandboxRoot = string;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* Tests - Lib - Utility - DiscoverPathsWithFile - ClimbsToParentPackageJsonFilesWhenTraversingBackward.
|
|
156
|
+
*
|
|
157
|
+
* @since 0.12.0
|
|
158
|
+
*/
|
|
159
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_ClimbsToParentPackageJsonFilesWhenTraversingBackward_ProjectRoot = string;
|
|
160
|
+
|
|
161
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_ClimbsToParentPackageJsonFilesWhenTraversingBackward_AppRoot = string;
|
|
162
|
+
|
|
163
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_ClimbsToParentPackageJsonFilesWhenTraversingBackward_AppStuffRoot = string;
|
|
164
|
+
|
|
165
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_ClimbsToParentPackageJsonFilesWhenTraversingBackward_ProjectPackage = string;
|
|
166
|
+
|
|
167
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_ClimbsToParentPackageJsonFilesWhenTraversingBackward_AppPackage = string;
|
|
168
|
+
|
|
169
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_ClimbsToParentPackageJsonFilesWhenTraversingBackward_RealProjectRoot = string;
|
|
170
|
+
|
|
171
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_ClimbsToParentPackageJsonFilesWhenTraversingBackward_RealAppStuffRoot = string;
|
|
172
|
+
|
|
173
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_ClimbsToParentPackageJsonFilesWhenTraversingBackward_AbsolutePaths = string[];
|
|
174
|
+
|
|
175
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_ClimbsToParentPackageJsonFilesWhenTraversingBackward_RelativePaths = string[];
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* Tests - Lib - Utility - DiscoverPathsWithFile - FindsEveryPackageJsonWhenTraversingForward.
|
|
179
|
+
*
|
|
180
|
+
* @since 0.12.0
|
|
181
|
+
*/
|
|
182
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_ProjectRoot = string;
|
|
183
|
+
|
|
184
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_AppRoot = string;
|
|
185
|
+
|
|
186
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_PackageRoot = string;
|
|
187
|
+
|
|
188
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_NodeRoot = string;
|
|
189
|
+
|
|
190
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_DotHiddenRoot = string;
|
|
191
|
+
|
|
192
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_ProjectPackage = string;
|
|
193
|
+
|
|
194
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_AppPackage = string;
|
|
195
|
+
|
|
196
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_PackagePackage = string;
|
|
197
|
+
|
|
198
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_NodePackage = string;
|
|
199
|
+
|
|
200
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_DotHiddenPackage = string;
|
|
201
|
+
|
|
202
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_RealProjectRoot = string;
|
|
203
|
+
|
|
204
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_AbsolutePaths = string[];
|
|
205
|
+
|
|
206
|
+
export type Tests_Lib_Utility_DiscoverPathsWithFile_FindsEveryPackageJsonWhenTraversingForward_RelativePaths = string[];
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Tests - Lib - Utility - ExecuteShell - ReturnsNonZeroCodeForFailingCommand.
|
|
210
|
+
*
|
|
211
|
+
* @since 0.12.0
|
|
212
|
+
*/
|
|
213
|
+
export type Tests_Lib_Utility_ExecuteShell_ReturnsNonZeroCodeForFailingCommand_Result_TextOut = string;
|
|
214
|
+
|
|
215
|
+
export type Tests_Lib_Utility_ExecuteShell_ReturnsNonZeroCodeForFailingCommand_Result_TextError = string;
|
|
216
|
+
|
|
217
|
+
export type Tests_Lib_Utility_ExecuteShell_ReturnsNonZeroCodeForFailingCommand_Result_Code = number;
|
|
218
|
+
|
|
219
|
+
export type Tests_Lib_Utility_ExecuteShell_ReturnsNonZeroCodeForFailingCommand_Result = Readonly<{
|
|
220
|
+
textOut: Tests_Lib_Utility_ExecuteShell_ReturnsNonZeroCodeForFailingCommand_Result_TextOut;
|
|
221
|
+
textError: Tests_Lib_Utility_ExecuteShell_ReturnsNonZeroCodeForFailingCommand_Result_TextError;
|
|
222
|
+
code: Tests_Lib_Utility_ExecuteShell_ReturnsNonZeroCodeForFailingCommand_Result_Code;
|
|
223
|
+
}>;
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* Tests - Lib - Utility - ExecuteShell - RunsASimpleEchoCommand.
|
|
227
|
+
*
|
|
228
|
+
* @since 0.12.0
|
|
229
|
+
*/
|
|
230
|
+
export type Tests_Lib_Utility_ExecuteShell_RunsASimpleEchoCommand_Result_TextOut = string;
|
|
231
|
+
|
|
232
|
+
export type Tests_Lib_Utility_ExecuteShell_RunsASimpleEchoCommand_Result_TextError = string;
|
|
233
|
+
|
|
234
|
+
export type Tests_Lib_Utility_ExecuteShell_RunsASimpleEchoCommand_Result_Code = number;
|
|
235
|
+
|
|
236
|
+
export type Tests_Lib_Utility_ExecuteShell_RunsASimpleEchoCommand_Result = Readonly<{
|
|
237
|
+
textOut: Tests_Lib_Utility_ExecuteShell_RunsASimpleEchoCommand_Result_TextOut;
|
|
238
|
+
textError: Tests_Lib_Utility_ExecuteShell_RunsASimpleEchoCommand_Result_TextError;
|
|
239
|
+
code: Tests_Lib_Utility_ExecuteShell_RunsASimpleEchoCommand_Result_Code;
|
|
240
|
+
}>;
|
|
241
|
+
|
|
242
|
+
export type Tests_Lib_Utility_ExecuteShell_RunsASimpleEchoCommand_IncludesHello = boolean;
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Tests - Lib - Utility - IsCommandExists - ReturnsFalseForANonExistentCommand.
|
|
246
|
+
*
|
|
247
|
+
* @since 0.12.0
|
|
248
|
+
*/
|
|
249
|
+
export type Tests_Lib_Utility_IsCommandExists_ReturnsFalseForANonExistentCommand_Result = boolean;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* Tests - Lib - Utility - IsCommandExists - ReturnsTrueForAnExistingCommand.
|
|
253
|
+
*
|
|
254
|
+
* @since 0.12.0
|
|
255
|
+
*/
|
|
256
|
+
export type Tests_Lib_Utility_IsCommandExists_ReturnsTrueForAnExistingCommand_Result = boolean;
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsFalseForEmptyObject.
|
|
260
|
+
*
|
|
261
|
+
* @since 0.12.0
|
|
262
|
+
*/
|
|
263
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsFalseForEmptyObject_Result = boolean;
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsFalseForNull.
|
|
267
|
+
*
|
|
268
|
+
* @since 0.12.0
|
|
269
|
+
*/
|
|
270
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsFalseForNull_Result = boolean;
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsFalseForNumber.
|
|
274
|
+
*
|
|
275
|
+
* @since 0.12.0
|
|
276
|
+
*/
|
|
277
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsFalseForNumber_Result = boolean;
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsFalseForObjectWithWrongPropertyTypes.
|
|
281
|
+
*
|
|
282
|
+
* @since 0.12.0
|
|
283
|
+
*/
|
|
284
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsFalseForObjectWithWrongPropertyTypes_Result = boolean;
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsFalseForString.
|
|
288
|
+
*
|
|
289
|
+
* @since 0.12.0
|
|
290
|
+
*/
|
|
291
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsFalseForString_Result = boolean;
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsFalseForUndefined.
|
|
295
|
+
*
|
|
296
|
+
* @since 0.12.0
|
|
297
|
+
*/
|
|
298
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsFalseForUndefined_Result = boolean;
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsTrueForObjectWithCmdProperty.
|
|
302
|
+
*
|
|
303
|
+
* @since 0.12.0
|
|
304
|
+
*/
|
|
305
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsTrueForObjectWithCmdProperty_Result = boolean;
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsTrueForObjectWithCodeProperty.
|
|
309
|
+
*
|
|
310
|
+
* @since 0.12.0
|
|
311
|
+
*/
|
|
312
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsTrueForObjectWithCodeProperty_Result = boolean;
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsTrueForObjectWithKilledProperty.
|
|
316
|
+
*
|
|
317
|
+
* @since 0.12.0
|
|
318
|
+
*/
|
|
319
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsTrueForObjectWithKilledProperty_Result = boolean;
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsTrueForObjectWithMultipleExecProperties.
|
|
323
|
+
*
|
|
324
|
+
* @since 0.12.0
|
|
325
|
+
*/
|
|
326
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsTrueForObjectWithMultipleExecProperties_Error = Record<string, unknown>;
|
|
327
|
+
|
|
328
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsTrueForObjectWithMultipleExecProperties_Result = boolean;
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsTrueForObjectWithSignalProperty.
|
|
332
|
+
*
|
|
333
|
+
* @since 0.12.0
|
|
334
|
+
*/
|
|
335
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsTrueForObjectWithSignalProperty_Result = boolean;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsTrueForObjectWithStderrProperty.
|
|
339
|
+
*
|
|
340
|
+
* @since 0.12.0
|
|
341
|
+
*/
|
|
342
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsTrueForObjectWithStderrProperty_Result = boolean;
|
|
343
|
+
|
|
344
|
+
/**
|
|
345
|
+
* Tests - Lib - Utility - IsExecuteShellError - ReturnsTrueForObjectWithStdoutProperty.
|
|
346
|
+
*
|
|
347
|
+
* @since 0.12.0
|
|
348
|
+
*/
|
|
349
|
+
export type Tests_Lib_Utility_IsExecuteShellError_ReturnsTrueForObjectWithStdoutProperty_Result = boolean;
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* Tests - Lib - Utility - IsFileIdentical.
|
|
353
|
+
*
|
|
354
|
+
* @since 0.12.0
|
|
355
|
+
*/
|
|
356
|
+
export type Tests_Lib_Utility_IsFileIdentical_TemporaryDirectory = string;
|
|
357
|
+
|
|
358
|
+
export type Tests_Lib_Utility_IsFileIdentical_SandboxPrefix = string;
|
|
359
|
+
|
|
360
|
+
export type Tests_Lib_Utility_IsFileIdentical_SandboxRoot = string;
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* Tests - Lib - Utility - IsFileIdentical - ReturnsFalseWhenFileDoesNotExist.
|
|
364
|
+
*
|
|
365
|
+
* @since 0.12.0
|
|
366
|
+
*/
|
|
367
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsFalseWhenFileDoesNotExist_FilePath = string;
|
|
368
|
+
|
|
369
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsFalseWhenFileDoesNotExist_Result = boolean;
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* Tests - Lib - Utility - IsFileIdentical - ReturnsFalseWhenObjectContentDiffersFromJSONFile.
|
|
373
|
+
*
|
|
374
|
+
* @since 0.12.0
|
|
375
|
+
*/
|
|
376
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsFalseWhenObjectContentDiffersFromJSONFile_FilePath = string;
|
|
377
|
+
|
|
378
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsFalseWhenObjectContentDiffersFromJSONFile_ExistingContents = Record<string, unknown>;
|
|
379
|
+
|
|
380
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsFalseWhenObjectContentDiffersFromJSONFile_ProposedContents = Record<string, unknown>;
|
|
381
|
+
|
|
382
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsFalseWhenObjectContentDiffersFromJSONFile_ExistingJson = string;
|
|
383
|
+
|
|
384
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsFalseWhenObjectContentDiffersFromJSONFile_Result = boolean;
|
|
385
|
+
|
|
386
|
+
/**
|
|
387
|
+
* Tests - Lib - Utility - IsFileIdentical - ReturnsFalseWhenStringContentDiffersFromFile.
|
|
388
|
+
*
|
|
389
|
+
* @since 0.12.0
|
|
390
|
+
*/
|
|
391
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsFalseWhenStringContentDiffersFromFile_FilePath = string;
|
|
392
|
+
|
|
393
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsFalseWhenStringContentDiffersFromFile_Result = boolean;
|
|
394
|
+
|
|
395
|
+
/**
|
|
396
|
+
* Tests - Lib - Utility - IsFileIdentical - ReturnsTrueWhenObjectContentMatchesJSONFile.
|
|
397
|
+
*
|
|
398
|
+
* @since 0.12.0
|
|
399
|
+
*/
|
|
400
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsTrueWhenObjectContentMatchesJSONFile_FilePath = string;
|
|
401
|
+
|
|
402
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsTrueWhenObjectContentMatchesJSONFile_Contents = Record<string, unknown>;
|
|
403
|
+
|
|
404
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsTrueWhenObjectContentMatchesJSONFile_ContentsJson = string;
|
|
405
|
+
|
|
406
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsTrueWhenObjectContentMatchesJSONFile_Result = boolean;
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* Tests - Lib - Utility - IsFileIdentical - ReturnsTrueWhenStringContentMatchesFile.
|
|
410
|
+
*
|
|
411
|
+
* @since 0.12.0
|
|
412
|
+
*/
|
|
413
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsTrueWhenStringContentMatchesFile_FilePath = string;
|
|
414
|
+
|
|
415
|
+
export type Tests_Lib_Utility_IsFileIdentical_ReturnsTrueWhenStringContentMatchesFile_Result = boolean;
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsFalseForArray.
|
|
419
|
+
*
|
|
420
|
+
* @since 0.12.0
|
|
421
|
+
*/
|
|
422
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsFalseForArray_Result = boolean;
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsFalseForBoolean.
|
|
426
|
+
*
|
|
427
|
+
* @since 0.12.0
|
|
428
|
+
*/
|
|
429
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsFalseForBoolean_Result = boolean;
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsFalseForClassInstance.
|
|
433
|
+
*
|
|
434
|
+
* @since 0.12.0
|
|
435
|
+
*/
|
|
436
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsFalseForClassInstance_Result = boolean;
|
|
437
|
+
|
|
438
|
+
/**
|
|
439
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsFalseForDateInstance.
|
|
440
|
+
*
|
|
441
|
+
* @since 0.12.0
|
|
442
|
+
*/
|
|
443
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsFalseForDateInstance_Result = boolean;
|
|
444
|
+
|
|
445
|
+
/**
|
|
446
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsFalseForMapInstance.
|
|
447
|
+
*
|
|
448
|
+
* @since 0.12.0
|
|
449
|
+
*/
|
|
450
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsFalseForMapInstance_Result = boolean;
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsFalseForNull.
|
|
454
|
+
*
|
|
455
|
+
* @since 0.12.0
|
|
456
|
+
*/
|
|
457
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsFalseForNull_Result = boolean;
|
|
458
|
+
|
|
459
|
+
/**
|
|
460
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsFalseForNumber.
|
|
461
|
+
*
|
|
462
|
+
* @since 0.12.0
|
|
463
|
+
*/
|
|
464
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsFalseForNumber_Result = boolean;
|
|
465
|
+
|
|
466
|
+
/**
|
|
467
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsFalseForRegExpInstance.
|
|
468
|
+
*
|
|
469
|
+
* @since 0.12.0
|
|
470
|
+
*/
|
|
471
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsFalseForRegExpInstance_Result = boolean;
|
|
472
|
+
|
|
473
|
+
/**
|
|
474
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsFalseForSetInstance.
|
|
475
|
+
*
|
|
476
|
+
* @since 0.12.0
|
|
477
|
+
*/
|
|
478
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsFalseForSetInstance_Result = boolean;
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsFalseForString.
|
|
482
|
+
*
|
|
483
|
+
* @since 0.12.0
|
|
484
|
+
*/
|
|
485
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsFalseForString_Result = boolean;
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsFalseForUndefined.
|
|
489
|
+
*
|
|
490
|
+
* @since 0.12.0
|
|
491
|
+
*/
|
|
492
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsFalseForUndefined_Result = boolean;
|
|
493
|
+
|
|
494
|
+
/**
|
|
495
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsTrueForEmptyObjectLiteral.
|
|
496
|
+
*
|
|
497
|
+
* @since 0.12.0
|
|
498
|
+
*/
|
|
499
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsTrueForEmptyObjectLiteral_Result = boolean;
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsTrueForObjectCreateNull.
|
|
503
|
+
*
|
|
504
|
+
* @since 0.12.0
|
|
505
|
+
*/
|
|
506
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsTrueForObjectCreateNull_NullPrototypeObject = Record<string, unknown>;
|
|
507
|
+
|
|
508
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsTrueForObjectCreateNull_Result = boolean;
|
|
509
|
+
|
|
510
|
+
/**
|
|
511
|
+
* Tests - Lib - Utility - IsPlainObject - ReturnsTrueForObjectWithProperties.
|
|
512
|
+
*
|
|
513
|
+
* @since 0.12.0
|
|
514
|
+
*/
|
|
515
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsTrueForObjectWithProperties_PlainObject = Record<string, unknown>;
|
|
516
|
+
|
|
517
|
+
export type Tests_Lib_Utility_IsPlainObject_ReturnsTrueForObjectWithProperties_Result = boolean;
|
|
518
|
+
|
|
519
|
+
/**
|
|
520
|
+
* Tests - Lib - Utility - IsProjectRoot.
|
|
521
|
+
*
|
|
522
|
+
* @since 0.12.0
|
|
523
|
+
*/
|
|
524
|
+
export type Tests_Lib_Utility_IsProjectRoot_OriginalCwd = string;
|
|
525
|
+
|
|
526
|
+
export type Tests_Lib_Utility_IsProjectRoot_TemporaryDirectory = string;
|
|
527
|
+
|
|
528
|
+
export type Tests_Lib_Utility_IsProjectRoot_SandboxPrefix = string;
|
|
529
|
+
|
|
530
|
+
export type Tests_Lib_Utility_IsProjectRoot_SandboxRoot = string;
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* Tests - Lib - Utility - IsProjectRoot - ReturnsFalseWhenCwdHasNoPackageJsonAbove.
|
|
534
|
+
*
|
|
535
|
+
* @since 0.12.0
|
|
536
|
+
*/
|
|
537
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsFalseWhenCwdHasNoPackageJsonAbove_EmptyDirectory = string;
|
|
538
|
+
|
|
539
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsFalseWhenCwdHasNoPackageJsonAbove_RealEmptyDirectory = string;
|
|
540
|
+
|
|
541
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsFalseWhenCwdHasNoPackageJsonAbove_Result = boolean;
|
|
542
|
+
|
|
543
|
+
/**
|
|
544
|
+
* Tests - Lib - Utility - IsProjectRoot - ReturnsFalseWhenMultiplePackageJsonFilesFoundAbove.
|
|
545
|
+
*
|
|
546
|
+
* @since 0.12.0
|
|
547
|
+
*/
|
|
548
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsFalseWhenMultiplePackageJsonFilesFoundAbove_ProjectRoot = string;
|
|
549
|
+
|
|
550
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsFalseWhenMultiplePackageJsonFilesFoundAbove_AppRoot = string;
|
|
551
|
+
|
|
552
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsFalseWhenMultiplePackageJsonFilesFoundAbove_ProjectPackage = string;
|
|
553
|
+
|
|
554
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsFalseWhenMultiplePackageJsonFilesFoundAbove_AppPackage = string;
|
|
555
|
+
|
|
556
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsFalseWhenMultiplePackageJsonFilesFoundAbove_RealAppRoot = string;
|
|
557
|
+
|
|
558
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsFalseWhenMultiplePackageJsonFilesFoundAbove_Result = boolean;
|
|
559
|
+
|
|
560
|
+
/**
|
|
561
|
+
* Tests - Lib - Utility - IsProjectRoot - ReturnsTrueWhenCwdIsProjectRootWithSinglePackageJson.
|
|
562
|
+
*
|
|
563
|
+
* @since 0.12.0
|
|
564
|
+
*/
|
|
565
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsTrueWhenCwdIsProjectRootWithSinglePackageJson_ProjectRoot = string;
|
|
566
|
+
|
|
567
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsTrueWhenCwdIsProjectRootWithSinglePackageJson_PackageJsonPath = string;
|
|
568
|
+
|
|
569
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsTrueWhenCwdIsProjectRootWithSinglePackageJson_RealProjectRoot = string;
|
|
570
|
+
|
|
571
|
+
export type Tests_Lib_Utility_IsProjectRoot_ReturnsTrueWhenCwdIsProjectRootWithSinglePackageJson_Result = boolean;
|
|
10
572
|
|
|
11
573
|
/**
|
|
12
|
-
* Tests - Lib - Utility -
|
|
574
|
+
* Tests - Lib - Utility - LoadWorkspaceManifests.
|
|
13
575
|
*
|
|
14
|
-
* @since 0.
|
|
576
|
+
* @since 0.12.0
|
|
15
577
|
*/
|
|
16
|
-
export type
|
|
578
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_TemporaryDirectory = string;
|
|
579
|
+
|
|
580
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SandboxPrefix = string;
|
|
17
581
|
|
|
18
|
-
export type
|
|
582
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SandboxRoot = string;
|
|
19
583
|
|
|
20
584
|
/**
|
|
21
|
-
* Tests - Lib - Utility -
|
|
585
|
+
* Tests - Lib - Utility - LoadWorkspaceManifests - LoadsPackageJsonForConfiguredWorkspaces.
|
|
22
586
|
*
|
|
23
587
|
* @since 0.12.0
|
|
24
588
|
*/
|
|
25
|
-
export type
|
|
589
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_ProjectRoot = string;
|
|
590
|
+
|
|
591
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_PackageDirectory = string;
|
|
592
|
+
|
|
593
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_RootPackageJson = string;
|
|
594
|
+
|
|
595
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_CorePackageJson = string;
|
|
596
|
+
|
|
597
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_RootPackagePath = string;
|
|
598
|
+
|
|
599
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_CorePackagePath = string;
|
|
600
|
+
|
|
601
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_Result_Element_Manifest = Record<string, unknown>;
|
|
602
|
+
|
|
603
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_Result_Element_FilePath = string;
|
|
604
|
+
|
|
605
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_Result_Element_FileContents = Record<string, unknown>;
|
|
606
|
+
|
|
607
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_Result_Element = Readonly<{
|
|
608
|
+
manifest: Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_Result_Element_Manifest;
|
|
609
|
+
filePath: Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_Result_Element_FilePath;
|
|
610
|
+
fileContents: Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_Result_Element_FileContents;
|
|
611
|
+
}>;
|
|
612
|
+
|
|
613
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_Result = ReadonlyArray<Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_Result_Element>;
|
|
614
|
+
|
|
615
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_FirstWorkspace_Workspace_Manifest = Record<string, unknown>;
|
|
616
|
+
|
|
617
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_FirstWorkspace_Workspace_FilePath = string;
|
|
618
|
+
|
|
619
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_FirstWorkspace_Workspace_FileContents = Record<string, unknown>;
|
|
620
|
+
|
|
621
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_FirstWorkspace_Workspace = Readonly<{
|
|
622
|
+
manifest: Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_FirstWorkspace_Workspace_Manifest;
|
|
623
|
+
filePath: Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_FirstWorkspace_Workspace_FilePath;
|
|
624
|
+
fileContents: Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_FirstWorkspace_Workspace_FileContents;
|
|
625
|
+
}>;
|
|
626
|
+
|
|
627
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_FirstWorkspace = Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_FirstWorkspace_Workspace | undefined;
|
|
628
|
+
|
|
629
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace_Workspace_Manifest = Record<string, unknown>;
|
|
26
630
|
|
|
27
|
-
export type
|
|
631
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace_Workspace_FilePath = string;
|
|
28
632
|
|
|
29
|
-
export type
|
|
633
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace_Workspace_FileContents = Record<string, unknown>;
|
|
30
634
|
|
|
31
|
-
export type
|
|
635
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace_Workspace = Readonly<{
|
|
636
|
+
manifest: Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace_Workspace_Manifest;
|
|
637
|
+
filePath: Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace_Workspace_FilePath;
|
|
638
|
+
fileContents: Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace_Workspace_FileContents;
|
|
639
|
+
}>;
|
|
32
640
|
|
|
33
|
-
export type
|
|
641
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace = Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace_Workspace | undefined;
|
|
34
642
|
|
|
35
|
-
|
|
643
|
+
/**
|
|
644
|
+
* Tests - Lib - Utility - LoadWorkspaceManifests - ReturnsEmptyArrayWhenNoWorkspacesProvided.
|
|
645
|
+
*
|
|
646
|
+
* @since 0.12.0
|
|
647
|
+
*/
|
|
648
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_ReturnsEmptyArrayWhenNoWorkspacesProvided_Result_Element_Manifest = Record<string, unknown>;
|
|
649
|
+
|
|
650
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_ReturnsEmptyArrayWhenNoWorkspacesProvided_Result_Element_FilePath = string;
|
|
651
|
+
|
|
652
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_ReturnsEmptyArrayWhenNoWorkspacesProvided_Result_Element_FileContents = Record<string, unknown>;
|
|
653
|
+
|
|
654
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_ReturnsEmptyArrayWhenNoWorkspacesProvided_Result_Element = Readonly<{
|
|
655
|
+
manifest: Tests_Lib_Utility_LoadWorkspaceManifests_ReturnsEmptyArrayWhenNoWorkspacesProvided_Result_Element_Manifest;
|
|
656
|
+
filePath: Tests_Lib_Utility_LoadWorkspaceManifests_ReturnsEmptyArrayWhenNoWorkspacesProvided_Result_Element_FilePath;
|
|
657
|
+
fileContents: Tests_Lib_Utility_LoadWorkspaceManifests_ReturnsEmptyArrayWhenNoWorkspacesProvided_Result_Element_FileContents;
|
|
658
|
+
}>;
|
|
659
|
+
|
|
660
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_ReturnsEmptyArrayWhenNoWorkspacesProvided_Result = ReadonlyArray<Tests_Lib_Utility_LoadWorkspaceManifests_ReturnsEmptyArrayWhenNoWorkspacesProvided_Result_Element>;
|
|
36
661
|
|
|
37
662
|
/**
|
|
38
|
-
* Tests - Lib - Utility -
|
|
663
|
+
* Tests - Lib - Utility - LoadWorkspaceManifests - SkipsWorkspaceWithMissingPackageJson.
|
|
39
664
|
*
|
|
40
665
|
* @since 0.12.0
|
|
41
666
|
*/
|
|
42
|
-
export type
|
|
667
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_ProjectRoot = string;
|
|
668
|
+
|
|
669
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_RootPackageJson = string;
|
|
670
|
+
|
|
671
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_RootPackagePath = string;
|
|
672
|
+
|
|
673
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_Result_Element_Manifest = Record<string, unknown>;
|
|
674
|
+
|
|
675
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_Result_Element_FilePath = string;
|
|
676
|
+
|
|
677
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_Result_Element_FileContents = Record<string, unknown>;
|
|
678
|
+
|
|
679
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_Result_Element = Readonly<{
|
|
680
|
+
manifest: Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_Result_Element_Manifest;
|
|
681
|
+
filePath: Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_Result_Element_FilePath;
|
|
682
|
+
fileContents: Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_Result_Element_FileContents;
|
|
683
|
+
}>;
|
|
684
|
+
|
|
685
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_Result = ReadonlyArray<Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_Result_Element>;
|
|
686
|
+
|
|
687
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_OnlyWorkspace_Workspace_Manifest = Record<string, unknown>;
|
|
43
688
|
|
|
44
|
-
export type
|
|
689
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_OnlyWorkspace_Workspace_FilePath = string;
|
|
45
690
|
|
|
46
|
-
export type
|
|
691
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_OnlyWorkspace_Workspace_FileContents = Record<string, unknown>;
|
|
692
|
+
|
|
693
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_OnlyWorkspace_Workspace = Readonly<{
|
|
694
|
+
manifest: Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_OnlyWorkspace_Workspace_Manifest;
|
|
695
|
+
filePath: Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_OnlyWorkspace_Workspace_FilePath;
|
|
696
|
+
fileContents: Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_OnlyWorkspace_Workspace_FileContents;
|
|
697
|
+
}>;
|
|
698
|
+
|
|
699
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_OnlyWorkspace = Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_OnlyWorkspace_Workspace | undefined;
|
|
47
700
|
|
|
48
701
|
/**
|
|
49
|
-
* Tests - Lib - Utility -
|
|
702
|
+
* Tests - Lib - Utility - NormalizeRouteSegment.
|
|
50
703
|
*
|
|
51
704
|
* @since 0.12.0
|
|
52
705
|
*/
|
|
53
|
-
export type
|
|
706
|
+
export type Tests_Lib_Utility_NormalizeRouteSegment_Case_Input = string;
|
|
707
|
+
|
|
708
|
+
export type Tests_Lib_Utility_NormalizeRouteSegment_Case_Expected = string;
|
|
709
|
+
|
|
710
|
+
export type Tests_Lib_Utility_NormalizeRouteSegment_Case_Description = string;
|
|
54
711
|
|
|
55
|
-
export type
|
|
712
|
+
export type Tests_Lib_Utility_NormalizeRouteSegment_Case = Readonly<{
|
|
713
|
+
input: Tests_Lib_Utility_NormalizeRouteSegment_Case_Input;
|
|
714
|
+
expected: Tests_Lib_Utility_NormalizeRouteSegment_Case_Expected;
|
|
715
|
+
description: Tests_Lib_Utility_NormalizeRouteSegment_Case_Description;
|
|
716
|
+
}>;
|
|
56
717
|
|
|
57
|
-
export type
|
|
718
|
+
export type Tests_Lib_Utility_NormalizeRouteSegment_Cases = ReadonlyArray<Tests_Lib_Utility_NormalizeRouteSegment_Case>;
|
|
719
|
+
|
|
720
|
+
export type Tests_Lib_Utility_NormalizeRouteSegment_Result = string;
|
|
721
|
+
|
|
722
|
+
/**
|
|
723
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - HandlesCRLFLineEndings.
|
|
724
|
+
*
|
|
725
|
+
* @since 0.12.0
|
|
726
|
+
*/
|
|
727
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_HandlesCRLFLineEndings_Text = string;
|
|
58
728
|
|
|
59
|
-
export type
|
|
729
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_HandlesCRLFLineEndings_Result = Record<string, string>;
|
|
60
730
|
|
|
61
|
-
export type
|
|
731
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_HandlesCRLFLineEndings_ResultKeys = string[];
|
|
62
732
|
|
|
63
|
-
|
|
733
|
+
/**
|
|
734
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - HandlesValuesContainingEqualsSign.
|
|
735
|
+
*
|
|
736
|
+
* @since 0.12.0
|
|
737
|
+
*/
|
|
738
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_HandlesValuesContainingEqualsSign_Text = string;
|
|
64
739
|
|
|
65
|
-
export type
|
|
740
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_HandlesValuesContainingEqualsSign_Result = Record<string, string>;
|
|
66
741
|
|
|
67
|
-
|
|
742
|
+
/**
|
|
743
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - ParsesAlpineOsReleaseText.
|
|
744
|
+
*
|
|
745
|
+
* @since 0.12.0
|
|
746
|
+
*/
|
|
747
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesAlpineOsReleaseText_Text = string;
|
|
68
748
|
|
|
69
|
-
export type
|
|
749
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesAlpineOsReleaseText_Result = Record<string, string>;
|
|
70
750
|
|
|
71
|
-
|
|
751
|
+
/**
|
|
752
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - ParsesDebianOsReleaseText.
|
|
753
|
+
*
|
|
754
|
+
* @since 0.12.0
|
|
755
|
+
*/
|
|
756
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesDebianOsReleaseText_Text = string;
|
|
72
757
|
|
|
73
|
-
export type
|
|
758
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesDebianOsReleaseText_Result = Record<string, string>;
|
|
74
759
|
|
|
75
|
-
|
|
760
|
+
/**
|
|
761
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - ParsesUbuntuOsReleaseText.
|
|
762
|
+
*
|
|
763
|
+
* @since 0.12.0
|
|
764
|
+
*/
|
|
765
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesUbuntuOsReleaseText_Text = string;
|
|
76
766
|
|
|
77
|
-
export type
|
|
767
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesUbuntuOsReleaseText_Result = Record<string, string>;
|
|
78
768
|
|
|
79
|
-
|
|
769
|
+
/**
|
|
770
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - PreservesUnquotedValues.
|
|
771
|
+
*
|
|
772
|
+
* @since 0.12.0
|
|
773
|
+
*/
|
|
774
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_PreservesUnquotedValues_Text = string;
|
|
80
775
|
|
|
81
|
-
export type
|
|
776
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_PreservesUnquotedValues_Result = Record<string, string>;
|
|
82
777
|
|
|
83
|
-
|
|
778
|
+
/**
|
|
779
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - ReturnsEmptyObjectForEmptyString.
|
|
780
|
+
*
|
|
781
|
+
* @since 0.12.0
|
|
782
|
+
*/
|
|
783
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ReturnsEmptyObjectForEmptyString_Result = Record<string, string>;
|
|
84
784
|
|
|
85
|
-
|
|
785
|
+
/**
|
|
786
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - SkipsCommentLines.
|
|
787
|
+
*
|
|
788
|
+
* @since 0.12.0
|
|
789
|
+
*/
|
|
790
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsCommentLines_Text = string;
|
|
86
791
|
|
|
87
|
-
export type
|
|
792
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsCommentLines_Result = Record<string, string>;
|
|
88
793
|
|
|
89
|
-
export type
|
|
794
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsCommentLines_ResultKeys = string[];
|
|
90
795
|
|
|
91
796
|
/**
|
|
92
|
-
* Tests - Lib - Utility -
|
|
797
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - SkipsEmptyLines.
|
|
93
798
|
*
|
|
94
799
|
* @since 0.12.0
|
|
95
800
|
*/
|
|
96
|
-
export type
|
|
801
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsEmptyLines_Text = string;
|
|
97
802
|
|
|
98
|
-
export type
|
|
803
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsEmptyLines_Result = Record<string, string>;
|
|
804
|
+
|
|
805
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsEmptyLines_ResultKeys = string[];
|
|
99
806
|
|
|
100
807
|
/**
|
|
101
|
-
* Tests - Lib - Utility -
|
|
808
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - StripsDoubleQuotedValues.
|
|
102
809
|
*
|
|
103
810
|
* @since 0.12.0
|
|
104
811
|
*/
|
|
105
|
-
export type
|
|
812
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_StripsDoubleQuotedValues_Text = string;
|
|
813
|
+
|
|
814
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_StripsDoubleQuotedValues_Result = Record<string, string>;
|
|
106
815
|
|
|
107
816
|
/**
|
|
108
|
-
* Tests - Lib - Utility -
|
|
817
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - HandlesLFLineEndings.
|
|
109
818
|
*
|
|
110
819
|
* @since 0.12.0
|
|
111
820
|
*/
|
|
112
|
-
export type
|
|
821
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_Text = string;
|
|
822
|
+
|
|
823
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_Result_Entry_Type = string;
|
|
824
|
+
|
|
825
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_Result_Entry_Data = string;
|
|
826
|
+
|
|
827
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_Result_Entry = Readonly<{
|
|
828
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_Result_Entry_Type;
|
|
829
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_Result_Entry_Data;
|
|
830
|
+
}>;
|
|
831
|
+
|
|
832
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_Result = Record<string, Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_Result_Entry>;
|
|
833
|
+
|
|
834
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_ResultKeys = string[];
|
|
835
|
+
|
|
836
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_ProductName_Entry_Type = string;
|
|
837
|
+
|
|
838
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_ProductName_Entry_Data = string;
|
|
839
|
+
|
|
840
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_ProductName_Entry = Readonly<{
|
|
841
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_ProductName_Entry_Type;
|
|
842
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_ProductName_Entry_Data;
|
|
843
|
+
}>;
|
|
113
844
|
|
|
114
|
-
export type
|
|
845
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_ProductName = Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_ProductName_Entry | undefined;
|
|
846
|
+
|
|
847
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_CurrentBuild_Entry_Type = string;
|
|
848
|
+
|
|
849
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_CurrentBuild_Entry_Data = string;
|
|
850
|
+
|
|
851
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_CurrentBuild_Entry = Readonly<{
|
|
852
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_CurrentBuild_Entry_Type;
|
|
853
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_CurrentBuild_Entry_Data;
|
|
854
|
+
}>;
|
|
855
|
+
|
|
856
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_CurrentBuild = Tests_Lib_Utility_ParseWindowsRegistryText_HandlesLFLineEndings_CurrentBuild_Entry | undefined;
|
|
115
857
|
|
|
116
858
|
/**
|
|
117
|
-
* Tests - Lib - Utility -
|
|
859
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - ParsesMixedRegistryTypes.
|
|
118
860
|
*
|
|
119
861
|
* @since 0.12.0
|
|
120
862
|
*/
|
|
121
|
-
export type
|
|
863
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_Text = string;
|
|
864
|
+
|
|
865
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_Result_Entry_Type = string;
|
|
866
|
+
|
|
867
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_Result_Entry_Data = string;
|
|
868
|
+
|
|
869
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_Result_Entry = Readonly<{
|
|
870
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_Result_Entry_Type;
|
|
871
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_Result_Entry_Data;
|
|
872
|
+
}>;
|
|
873
|
+
|
|
874
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_Result = Record<string, Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_Result_Entry>;
|
|
875
|
+
|
|
876
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_ResultKeys = string[];
|
|
877
|
+
|
|
878
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_ProductName_Entry_Type = string;
|
|
879
|
+
|
|
880
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_ProductName_Entry_Data = string;
|
|
881
|
+
|
|
882
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_ProductName_Entry = Readonly<{
|
|
883
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_ProductName_Entry_Type;
|
|
884
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_ProductName_Entry_Data;
|
|
885
|
+
}>;
|
|
886
|
+
|
|
887
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_ProductName = Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_ProductName_Entry | undefined;
|
|
888
|
+
|
|
889
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentBuild_Entry_Type = string;
|
|
890
|
+
|
|
891
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentBuild_Entry_Data = string;
|
|
892
|
+
|
|
893
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentBuild_Entry = Readonly<{
|
|
894
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentBuild_Entry_Type;
|
|
895
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentBuild_Entry_Data;
|
|
896
|
+
}>;
|
|
122
897
|
|
|
123
|
-
export type
|
|
898
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentBuild = Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentBuild_Entry | undefined;
|
|
124
899
|
|
|
125
|
-
export type
|
|
900
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentMajorVersionNumber_Entry_Type = string;
|
|
126
901
|
|
|
127
|
-
export type
|
|
902
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentMajorVersionNumber_Entry_Data = string;
|
|
128
903
|
|
|
129
|
-
export type
|
|
904
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentMajorVersionNumber_Entry = Readonly<{
|
|
905
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentMajorVersionNumber_Entry_Type;
|
|
906
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentMajorVersionNumber_Entry_Data;
|
|
907
|
+
}>;
|
|
130
908
|
|
|
131
|
-
export type
|
|
909
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentMajorVersionNumber = Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentMajorVersionNumber_Entry | undefined;
|
|
132
910
|
|
|
133
|
-
|
|
911
|
+
/**
|
|
912
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - ParsesREGDWORDValues.
|
|
913
|
+
*
|
|
914
|
+
* @since 0.12.0
|
|
915
|
+
*/
|
|
916
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_Text = string;
|
|
917
|
+
|
|
918
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_Result_Entry_Type = string;
|
|
919
|
+
|
|
920
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_Result_Entry_Data = string;
|
|
921
|
+
|
|
922
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_Result_Entry = Readonly<{
|
|
923
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_Result_Entry_Type;
|
|
924
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_Result_Entry_Data;
|
|
925
|
+
}>;
|
|
926
|
+
|
|
927
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_Result = Record<string, Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_Result_Entry>;
|
|
134
928
|
|
|
135
|
-
export type
|
|
929
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_CurrentMajorVersionNumber_Entry_Type = string;
|
|
136
930
|
|
|
137
|
-
export type
|
|
931
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_CurrentMajorVersionNumber_Entry_Data = string;
|
|
138
932
|
|
|
139
|
-
export type
|
|
933
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_CurrentMajorVersionNumber_Entry = Readonly<{
|
|
934
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_CurrentMajorVersionNumber_Entry_Type;
|
|
935
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_CurrentMajorVersionNumber_Entry_Data;
|
|
936
|
+
}>;
|
|
937
|
+
|
|
938
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_CurrentMajorVersionNumber = Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_CurrentMajorVersionNumber_Entry | undefined;
|
|
140
939
|
|
|
141
940
|
/**
|
|
142
|
-
* Tests - Lib - Utility -
|
|
941
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - ParsesREGSZValues.
|
|
143
942
|
*
|
|
144
943
|
* @since 0.12.0
|
|
145
944
|
*/
|
|
146
|
-
export type
|
|
945
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Text = string;
|
|
946
|
+
|
|
947
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Result_Entry_Type = string;
|
|
948
|
+
|
|
949
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Result_Entry_Data = string;
|
|
950
|
+
|
|
951
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Result_Entry = Readonly<{
|
|
952
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Result_Entry_Type;
|
|
953
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Result_Entry_Data;
|
|
954
|
+
}>;
|
|
147
955
|
|
|
148
|
-
export type
|
|
956
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Result = Record<string, Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Result_Entry>;
|
|
149
957
|
|
|
150
|
-
export type
|
|
958
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_ProductName_Entry_Type = string;
|
|
959
|
+
|
|
960
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_ProductName_Entry_Data = string;
|
|
961
|
+
|
|
962
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_ProductName_Entry = Readonly<{
|
|
963
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_ProductName_Entry_Type;
|
|
964
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_ProductName_Entry_Data;
|
|
965
|
+
}>;
|
|
966
|
+
|
|
967
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_ProductName = Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_ProductName_Entry | undefined;
|
|
151
968
|
|
|
152
969
|
/**
|
|
153
|
-
* Tests - Lib - Utility -
|
|
970
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - ReturnsEmptyObjectForEmptyString.
|
|
154
971
|
*
|
|
155
972
|
* @since 0.12.0
|
|
156
973
|
*/
|
|
157
|
-
export type
|
|
974
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ReturnsEmptyObjectForEmptyString_Result_Entry_Type = string;
|
|
158
975
|
|
|
159
|
-
export type
|
|
976
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ReturnsEmptyObjectForEmptyString_Result_Entry_Data = string;
|
|
160
977
|
|
|
161
|
-
export type
|
|
978
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ReturnsEmptyObjectForEmptyString_Result_Entry = Readonly<{
|
|
979
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_ReturnsEmptyObjectForEmptyString_Result_Entry_Type;
|
|
980
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_ReturnsEmptyObjectForEmptyString_Result_Entry_Data;
|
|
981
|
+
}>;
|
|
162
982
|
|
|
163
|
-
export type
|
|
983
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ReturnsEmptyObjectForEmptyString_Result = Record<string, Tests_Lib_Utility_ParseWindowsRegistryText_ReturnsEmptyObjectForEmptyString_Result_Entry>;
|
|
164
984
|
|
|
165
|
-
|
|
985
|
+
/**
|
|
986
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - SkipsNonMatchingLines.
|
|
987
|
+
*
|
|
988
|
+
* @since 0.12.0
|
|
989
|
+
*/
|
|
990
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Text = string;
|
|
166
991
|
|
|
167
|
-
export type
|
|
992
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Result_Entry_Type = string;
|
|
168
993
|
|
|
169
|
-
export type
|
|
994
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Result_Entry_Data = string;
|
|
170
995
|
|
|
171
|
-
export type
|
|
996
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Result_Entry = Readonly<{
|
|
997
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Result_Entry_Type;
|
|
998
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Result_Entry_Data;
|
|
999
|
+
}>;
|
|
172
1000
|
|
|
173
|
-
export type
|
|
1001
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Result = Record<string, Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Result_Entry>;
|
|
174
1002
|
|
|
175
|
-
export type
|
|
1003
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ResultKeys = string[];
|
|
176
1004
|
|
|
177
|
-
export type
|
|
1005
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ProductName_Entry_Type = string;
|
|
178
1006
|
|
|
179
|
-
export type
|
|
1007
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ProductName_Entry_Data = string;
|
|
180
1008
|
|
|
181
|
-
export type
|
|
1009
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ProductName_Entry = Readonly<{
|
|
1010
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ProductName_Entry_Type;
|
|
1011
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ProductName_Entry_Data;
|
|
1012
|
+
}>;
|
|
182
1013
|
|
|
183
|
-
export type
|
|
1014
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ProductName = Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ProductName_Entry | undefined;
|
|
184
1015
|
|
|
185
1016
|
/**
|
|
186
|
-
* Tests - Lib - Utility -
|
|
1017
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - TrimsTrailingWhitespaceFromData.
|
|
187
1018
|
*
|
|
188
1019
|
* @since 0.12.0
|
|
189
1020
|
*/
|
|
190
|
-
export type
|
|
1021
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Text = string;
|
|
1022
|
+
|
|
1023
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Result_Entry_Type = string;
|
|
1024
|
+
|
|
1025
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Result_Entry_Data = string;
|
|
1026
|
+
|
|
1027
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Result_Entry = Readonly<{
|
|
1028
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Result_Entry_Type;
|
|
1029
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Result_Entry_Data;
|
|
1030
|
+
}>;
|
|
1031
|
+
|
|
1032
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Result = Record<string, Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Result_Entry>;
|
|
1033
|
+
|
|
1034
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_ProductName_Entry_Type = string;
|
|
191
1035
|
|
|
192
|
-
export type
|
|
1036
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_ProductName_Entry_Data = string;
|
|
193
1037
|
|
|
194
|
-
export type
|
|
1038
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_ProductName_Entry = Readonly<{
|
|
1039
|
+
type: Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_ProductName_Entry_Type;
|
|
1040
|
+
data: Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_ProductName_Entry_Data;
|
|
1041
|
+
}>;
|
|
195
1042
|
|
|
196
|
-
export type
|
|
1043
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_ProductName = Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_ProductName_Entry | undefined;
|
|
197
1044
|
|
|
198
|
-
|
|
1045
|
+
/**
|
|
1046
|
+
* Tests - Lib - Utility - PathExists - ReturnsFalseForNonExistentPath.
|
|
1047
|
+
*
|
|
1048
|
+
* @since 0.12.0
|
|
1049
|
+
*/
|
|
1050
|
+
export type Tests_Lib_Utility_PathExists_ReturnsFalseForNonExistentPath_TemporaryDirectory = string;
|
|
1051
|
+
|
|
1052
|
+
export type Tests_Lib_Utility_PathExists_ReturnsFalseForNonExistentPath_NonExistentPath = string;
|
|
1053
|
+
|
|
1054
|
+
export type Tests_Lib_Utility_PathExists_ReturnsFalseForNonExistentPath_Result = boolean;
|
|
1055
|
+
|
|
1056
|
+
/**
|
|
1057
|
+
* Tests - Lib - Utility - PathExists - ReturnsTrueForExistingDirectory.
|
|
1058
|
+
*
|
|
1059
|
+
* @since 0.12.0
|
|
1060
|
+
*/
|
|
1061
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingDirectory_TemporaryDirectory = string;
|
|
199
1062
|
|
|
200
|
-
export type
|
|
1063
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingDirectory_TemporaryPrefix = string;
|
|
201
1064
|
|
|
202
|
-
export type
|
|
1065
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingDirectory_SandboxDirectory = string;
|
|
203
1066
|
|
|
204
|
-
export type
|
|
1067
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingDirectory_Result = boolean;
|
|
205
1068
|
|
|
206
|
-
|
|
1069
|
+
/**
|
|
1070
|
+
* Tests - Lib - Utility - PathExists - ReturnsTrueForExistingFile.
|
|
1071
|
+
*
|
|
1072
|
+
* @since 0.12.0
|
|
1073
|
+
*/
|
|
1074
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingFile_TemporaryDirectory = string;
|
|
207
1075
|
|
|
208
|
-
export type
|
|
1076
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingFile_TemporaryPrefix = string;
|
|
209
1077
|
|
|
210
|
-
export type
|
|
1078
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingFile_SandboxDirectory = string;
|
|
211
1079
|
|
|
212
|
-
export type
|
|
1080
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingFile_TemporaryFile = string;
|
|
213
1081
|
|
|
214
|
-
export type
|
|
1082
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingFile_Result = boolean;
|
|
215
1083
|
|
|
216
1084
|
/**
|
|
217
|
-
* Tests - Lib - Utility -
|
|
1085
|
+
* Tests - Lib - Utility - RenameFileWithDate.
|
|
218
1086
|
*
|
|
219
1087
|
* @since 0.12.0
|
|
220
1088
|
*/
|
|
221
|
-
export type
|
|
1089
|
+
export type Tests_Lib_Utility_RenameFileWithDate_TemporaryDirectory = string;
|
|
222
1090
|
|
|
223
|
-
export type
|
|
1091
|
+
export type Tests_Lib_Utility_RenameFileWithDate_SandboxPrefix = string;
|
|
224
1092
|
|
|
225
|
-
export type
|
|
1093
|
+
export type Tests_Lib_Utility_RenameFileWithDate_SandboxRoot = string;
|
|
226
1094
|
|
|
227
1095
|
/**
|
|
228
|
-
* Tests - Lib - Utility -
|
|
1096
|
+
* Tests - Lib - Utility - RenameFileWithDate - IncrementsCounterWhenTargetFileAlreadyExists.
|
|
229
1097
|
*
|
|
230
1098
|
* @since 0.12.0
|
|
231
1099
|
*/
|
|
232
|
-
export type
|
|
1100
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_SubDirectory = string;
|
|
1101
|
+
|
|
1102
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_FilePath = string;
|
|
233
1103
|
|
|
234
|
-
export type
|
|
1104
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_Now = Date;
|
|
235
1105
|
|
|
236
|
-
export type
|
|
1106
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_Timestamp = string;
|
|
237
1107
|
|
|
238
|
-
export type
|
|
1108
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_ExistingName = string;
|
|
239
1109
|
|
|
240
|
-
export type
|
|
1110
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_ExistingFilePath = string;
|
|
241
1111
|
|
|
242
|
-
export type
|
|
1112
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_Result = boolean;
|
|
1113
|
+
|
|
1114
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_Files = string[];
|
|
1115
|
+
|
|
1116
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_SecondFile = string | undefined;
|
|
243
1117
|
|
|
244
1118
|
/**
|
|
245
|
-
* Tests - Lib - Utility -
|
|
1119
|
+
* Tests - Lib - Utility - RenameFileWithDate - RenamesAFileWithADateStampedName.
|
|
246
1120
|
*
|
|
247
1121
|
* @since 0.12.0
|
|
248
1122
|
*/
|
|
249
|
-
export type
|
|
1123
|
+
export type Tests_Lib_Utility_RenameFileWithDate_RenamesAFileWithADateStampedName_FilePath = string;
|
|
1124
|
+
|
|
1125
|
+
export type Tests_Lib_Utility_RenameFileWithDate_RenamesAFileWithADateStampedName_Result = boolean;
|
|
1126
|
+
|
|
1127
|
+
export type Tests_Lib_Utility_RenameFileWithDate_RenamesAFileWithADateStampedName_OriginalExists = boolean;
|
|
250
1128
|
|
|
251
|
-
export type
|
|
1129
|
+
export type Tests_Lib_Utility_RenameFileWithDate_RenamesAFileWithADateStampedName_Files = string[];
|
|
252
1130
|
|
|
253
|
-
export type
|
|
1131
|
+
export type Tests_Lib_Utility_RenameFileWithDate_RenamesAFileWithADateStampedName_RenamedFile = string | undefined;
|
|
1132
|
+
|
|
1133
|
+
export type Tests_Lib_Utility_RenameFileWithDate_RenamesAFileWithADateStampedName_MatchesBackupPattern = boolean;
|
|
1134
|
+
|
|
1135
|
+
/**
|
|
1136
|
+
* Tests - Lib - Utility - RenameFileWithDate - ReturnsFalseWhenSourceFileDoesNotExist.
|
|
1137
|
+
*
|
|
1138
|
+
* @since 0.12.0
|
|
1139
|
+
*/
|
|
1140
|
+
export type Tests_Lib_Utility_RenameFileWithDate_ReturnsFalseWhenSourceFileDoesNotExist_FilePath = string;
|
|
254
1141
|
|
|
255
|
-
export type
|
|
1142
|
+
export type Tests_Lib_Utility_RenameFileWithDate_ReturnsFalseWhenSourceFileDoesNotExist_Result = boolean;
|
|
256
1143
|
|
|
257
|
-
|
|
1144
|
+
/**
|
|
1145
|
+
* Tests - Lib - Utility - SaveGeneratedFileWithHeader.
|
|
1146
|
+
*
|
|
1147
|
+
* @since 0.12.0
|
|
1148
|
+
*/
|
|
1149
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_OriginalCwd = string;
|
|
258
1150
|
|
|
259
|
-
export type
|
|
1151
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SandboxRoot = string;
|
|
260
1152
|
|
|
261
1153
|
/**
|
|
262
|
-
* Tests - Lib - Utility -
|
|
1154
|
+
* Tests - Lib - Utility - SaveGeneratedFileWithHeader - PrependsTheBannerBeforeWritingWhenHeaderIsSupplied.
|
|
263
1155
|
*
|
|
264
1156
|
* @since 0.12.0
|
|
265
1157
|
*/
|
|
266
|
-
export type
|
|
1158
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PrependsTheBannerBeforeWritingWhenHeaderIsSupplied_ProjectDirectory = string;
|
|
267
1159
|
|
|
268
|
-
export type
|
|
1160
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PrependsTheBannerBeforeWritingWhenHeaderIsSupplied_TargetPath = string;
|
|
269
1161
|
|
|
270
|
-
export type
|
|
1162
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PrependsTheBannerBeforeWritingWhenHeaderIsSupplied_Written = string;
|
|
271
1163
|
|
|
272
|
-
export type
|
|
1164
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PrependsTheBannerBeforeWritingWhenHeaderIsSupplied_ExpectedHeader = string;
|
|
273
1165
|
|
|
274
|
-
|
|
1166
|
+
/**
|
|
1167
|
+
* Tests - Lib - Utility - SaveGeneratedFileWithHeader - PreservesExistingBehaviorWhenHeaderIsOmitted.
|
|
1168
|
+
*
|
|
1169
|
+
* @since 0.12.0
|
|
1170
|
+
*/
|
|
1171
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PreservesExistingBehaviorWhenHeaderIsOmitted_ProjectDirectory = string;
|
|
275
1172
|
|
|
276
|
-
export type
|
|
1173
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PreservesExistingBehaviorWhenHeaderIsOmitted_TargetPath = string;
|
|
277
1174
|
|
|
278
|
-
export type
|
|
1175
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PreservesExistingBehaviorWhenHeaderIsOmitted_Written = string;
|
|
279
1176
|
|
|
280
|
-
|
|
1177
|
+
/**
|
|
1178
|
+
* Tests - Lib - Utility - SaveGeneratedFileWithHeader - SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk.
|
|
1179
|
+
*
|
|
1180
|
+
* @since 0.12.0
|
|
1181
|
+
*/
|
|
1182
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_ProjectDirectory = string;
|
|
281
1183
|
|
|
282
|
-
export type
|
|
1184
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_TargetPath = string;
|
|
283
1185
|
|
|
284
|
-
export type
|
|
1186
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_HeaderOptions_Command = string;
|
|
285
1187
|
|
|
286
|
-
export type
|
|
1188
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_HeaderOptions_DocsSlug = string;
|
|
287
1189
|
|
|
288
|
-
export type
|
|
1190
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_HeaderOptions_Mode = 'strict' | 'fillable';
|
|
289
1191
|
|
|
290
|
-
export type
|
|
1192
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_HeaderOptions = Readonly<{
|
|
1193
|
+
command: Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_HeaderOptions_Command;
|
|
1194
|
+
docsSlug: Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_HeaderOptions_DocsSlug;
|
|
1195
|
+
mode: Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_HeaderOptions_Mode;
|
|
1196
|
+
}>;
|
|
291
1197
|
|
|
292
|
-
export type
|
|
1198
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_FirstWrite = Stats;
|
|
293
1199
|
|
|
294
|
-
export type
|
|
1200
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_SecondWrite = Stats;
|
|
295
1201
|
|
|
296
1202
|
/**
|
|
297
|
-
* Tests - Lib - Utility -
|
|
1203
|
+
* Tests - Lib - Utility - SaveWorkspaceManifest.
|
|
298
1204
|
*
|
|
299
|
-
* @since 0.
|
|
1205
|
+
* @since 0.12.0
|
|
300
1206
|
*/
|
|
301
|
-
export type
|
|
1207
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_TemporaryDirectory = string;
|
|
302
1208
|
|
|
303
|
-
export type
|
|
1209
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_SandboxPrefix = string;
|
|
304
1210
|
|
|
305
|
-
export type
|
|
1211
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_SandboxRoot = string;
|
|
306
1212
|
|
|
307
|
-
|
|
1213
|
+
/**
|
|
1214
|
+
* Tests - Lib - Utility - SaveWorkspaceManifest - CreatesBackupWhenReplaceFileIsFalse.
|
|
1215
|
+
*
|
|
1216
|
+
* @since 0.12.0
|
|
1217
|
+
*/
|
|
1218
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_SubDirectory = string;
|
|
308
1219
|
|
|
309
|
-
export type
|
|
1220
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_FilePath = string;
|
|
310
1221
|
|
|
311
|
-
export type
|
|
1222
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_Original = Record<string, unknown>;
|
|
312
1223
|
|
|
313
|
-
export type
|
|
1224
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_OriginalJson = string;
|
|
314
1225
|
|
|
315
|
-
export type
|
|
1226
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_Modified = Record<string, unknown>;
|
|
316
1227
|
|
|
317
|
-
export type
|
|
1228
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_Files = string[];
|
|
318
1229
|
|
|
319
|
-
export type
|
|
320
|
-
command: TestsLibUtilitySaveGeneratedFileWithHeaderHeaderOptionsCommand;
|
|
321
|
-
docsSlug: TestsLibUtilitySaveGeneratedFileWithHeaderHeaderOptionsDocsSlug;
|
|
322
|
-
mode: TestsLibUtilitySaveGeneratedFileWithHeaderHeaderOptionsMode;
|
|
323
|
-
};
|
|
1230
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_BackupFile = string | undefined;
|
|
324
1231
|
|
|
325
|
-
export type
|
|
1232
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_WrittenRaw = string;
|
|
326
1233
|
|
|
327
|
-
export type
|
|
1234
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_Written = Record<string, unknown>;
|
|
328
1235
|
|
|
329
1236
|
/**
|
|
330
|
-
* Tests - Lib - Utility -
|
|
1237
|
+
* Tests - Lib - Utility - SaveWorkspaceManifest - SkipsWritingWhenFileContentsAreIdentical.
|
|
331
1238
|
*
|
|
332
1239
|
* @since 0.12.0
|
|
333
1240
|
*/
|
|
334
|
-
export type
|
|
1241
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_SkipsWritingWhenFileContentsAreIdentical_FilePath = string;
|
|
1242
|
+
|
|
1243
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_SkipsWritingWhenFileContentsAreIdentical_FileDirectory = string;
|
|
1244
|
+
|
|
1245
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_SkipsWritingWhenFileContentsAreIdentical_Contents = Record<string, unknown>;
|
|
1246
|
+
|
|
1247
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_SkipsWritingWhenFileContentsAreIdentical_ContentsJson = string;
|
|
1248
|
+
|
|
1249
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_SkipsWritingWhenFileContentsAreIdentical_StatBefore = Stats;
|
|
1250
|
+
|
|
1251
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_SkipsWritingWhenFileContentsAreIdentical_StatAfter = Stats;
|
|
335
1252
|
|
|
336
|
-
|
|
1253
|
+
/**
|
|
1254
|
+
* Tests - Lib - Utility - SaveWorkspaceManifest - WritesChangedFileContents.
|
|
1255
|
+
*
|
|
1256
|
+
* @since 0.12.0
|
|
1257
|
+
*/
|
|
1258
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_FilePath = string;
|
|
337
1259
|
|
|
338
|
-
export type
|
|
1260
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_FileDirectory = string;
|
|
339
1261
|
|
|
340
|
-
export type
|
|
1262
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_Original = Record<string, unknown>;
|
|
341
1263
|
|
|
342
|
-
export type
|
|
1264
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_OriginalJson = string;
|
|
343
1265
|
|
|
344
|
-
export type
|
|
1266
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_Modified = Record<string, unknown>;
|
|
345
1267
|
|
|
346
|
-
export type
|
|
1268
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_WrittenRaw = string;
|
|
347
1269
|
|
|
348
|
-
export type
|
|
1270
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_Written = Record<string, unknown>;
|
|
349
1271
|
|
|
350
|
-
|
|
1272
|
+
/**
|
|
1273
|
+
* Tests - Lib - Utility - ShellQuote - EscapesACommandSubstitutionPayloadSafely.
|
|
1274
|
+
*
|
|
1275
|
+
* @since 0.12.0
|
|
1276
|
+
*/
|
|
1277
|
+
export type Tests_Lib_Utility_ShellQuote_EscapesACommandSubstitutionPayloadSafely_Result = string;
|
|
351
1278
|
|
|
352
|
-
|
|
1279
|
+
/**
|
|
1280
|
+
* Tests - Lib - Utility - ShellQuote - EscapesBackslashWithDoubleBackslash.
|
|
1281
|
+
*
|
|
1282
|
+
* @since 0.12.0
|
|
1283
|
+
*/
|
|
1284
|
+
export type Tests_Lib_Utility_ShellQuote_EscapesBackslashWithDoubleBackslash_Result = string;
|
|
353
1285
|
|
|
354
|
-
|
|
1286
|
+
/**
|
|
1287
|
+
* Tests - Lib - Utility - ShellQuote - EscapesBackticksToPreventCommandSubstitution.
|
|
1288
|
+
*
|
|
1289
|
+
* @since 0.12.0
|
|
1290
|
+
*/
|
|
1291
|
+
export type Tests_Lib_Utility_ShellQuote_EscapesBackticksToPreventCommandSubstitution_Result = string;
|
|
355
1292
|
|
|
356
|
-
|
|
1293
|
+
/**
|
|
1294
|
+
* Tests - Lib - Utility - ShellQuote - EscapesDollarSignToPreventVariableExpansion.
|
|
1295
|
+
*
|
|
1296
|
+
* @since 0.12.0
|
|
1297
|
+
*/
|
|
1298
|
+
export type Tests_Lib_Utility_ShellQuote_EscapesDollarSignToPreventVariableExpansion_Result = string;
|
|
357
1299
|
|
|
358
|
-
|
|
1300
|
+
/**
|
|
1301
|
+
* Tests - Lib - Utility - ShellQuote - EscapesEmbeddedDoubleQuotesWithBackslash.
|
|
1302
|
+
*
|
|
1303
|
+
* @since 0.12.0
|
|
1304
|
+
*/
|
|
1305
|
+
export type Tests_Lib_Utility_ShellQuote_EscapesEmbeddedDoubleQuotesWithBackslash_Result = string;
|
|
359
1306
|
|
|
360
|
-
|
|
1307
|
+
/**
|
|
1308
|
+
* Tests - Lib - Utility - ShellQuote - HandlesAnEmptyString.
|
|
1309
|
+
*
|
|
1310
|
+
* @since 0.12.0
|
|
1311
|
+
*/
|
|
1312
|
+
export type Tests_Lib_Utility_ShellQuote_HandlesAnEmptyString_Result = string;
|
|
361
1313
|
|
|
362
|
-
|
|
1314
|
+
/**
|
|
1315
|
+
* Tests - Lib - Utility - ShellQuote - PreservesSingleQuotesUnchanged.
|
|
1316
|
+
*
|
|
1317
|
+
* @since 0.12.0
|
|
1318
|
+
*/
|
|
1319
|
+
export type Tests_Lib_Utility_ShellQuote_PreservesSingleQuotesUnchanged_Result = string;
|
|
363
1320
|
|
|
364
|
-
|
|
1321
|
+
/**
|
|
1322
|
+
* Tests - Lib - Utility - ShellQuote - PreservesSpacesInsideTheQuotedValue.
|
|
1323
|
+
*
|
|
1324
|
+
* @since 0.12.0
|
|
1325
|
+
*/
|
|
1326
|
+
export type Tests_Lib_Utility_ShellQuote_PreservesSpacesInsideTheQuotedValue_Result = string;
|
|
365
1327
|
|
|
366
|
-
|
|
1328
|
+
/**
|
|
1329
|
+
* Tests - Lib - Utility - ShellQuote - WrapsPlainValuesInDoubleQuotes.
|
|
1330
|
+
*
|
|
1331
|
+
* @since 0.12.0
|
|
1332
|
+
*/
|
|
1333
|
+
export type Tests_Lib_Utility_ShellQuote_WrapsPlainValuesInDoubleQuotes_Result = string;
|