@cbnventures/nova 0.16.2 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/README.md +8 -0
- package/build/package.json +1 -1
- package/build/src/api/node-releases.d.ts +4 -4
- package/build/src/api/node-releases.d.ts.map +1 -1
- package/build/src/api/node-releases.js +14 -14
- package/build/src/api/node-releases.js.map +1 -1
- package/build/src/api/spdx-licenses.d.ts +4 -4
- package/build/src/api/spdx-licenses.d.ts.map +1 -1
- package/build/src/api/spdx-licenses.js +12 -12
- package/build/src/api/spdx-licenses.js.map +1 -1
- package/build/src/cli/generate/github/funding.d.ts +3 -3
- package/build/src/cli/generate/github/funding.d.ts.map +1 -1
- package/build/src/cli/generate/github/funding.js +10 -6
- package/build/src/cli/generate/github/funding.js.map +1 -1
- package/build/src/cli/generate/github/issue-template.d.ts +3 -3
- package/build/src/cli/generate/github/issue-template.d.ts.map +1 -1
- package/build/src/cli/generate/github/issue-template.js +20 -13
- package/build/src/cli/generate/github/issue-template.js.map +1 -1
- package/build/src/cli/generate/github/workflows.d.ts +10 -9
- package/build/src/cli/generate/github/workflows.d.ts.map +1 -1
- package/build/src/cli/generate/github/workflows.js +249 -129
- package/build/src/cli/generate/github/workflows.js.map +1 -1
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts +3 -3
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/agent-conventions.js +16 -13
- package/build/src/cli/generate/must-haves/agent-conventions.js.map +1 -1
- package/build/src/cli/generate/must-haves/dotenv.d.ts +3 -3
- package/build/src/cli/generate/must-haves/dotenv.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/dotenv.js +90 -77
- package/build/src/cli/generate/must-haves/dotenv.js.map +1 -1
- package/build/src/cli/generate/must-haves/editorconfig.d.ts +3 -3
- package/build/src/cli/generate/must-haves/editorconfig.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/editorconfig.js +9 -5
- package/build/src/cli/generate/must-haves/editorconfig.js.map +1 -1
- package/build/src/cli/generate/must-haves/gitignore.d.ts +3 -3
- package/build/src/cli/generate/must-haves/gitignore.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/gitignore.js +81 -71
- package/build/src/cli/generate/must-haves/gitignore.js.map +1 -1
- package/build/src/cli/generate/must-haves/license.d.ts +3 -3
- package/build/src/cli/generate/must-haves/license.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/license.js +19 -86
- package/build/src/cli/generate/must-haves/license.js.map +1 -1
- package/build/src/cli/generate/must-haves/read-me.d.ts +3 -3
- package/build/src/cli/generate/must-haves/read-me.d.ts.map +1 -1
- package/build/src/cli/generate/must-haves/read-me.js +26 -28
- package/build/src/cli/generate/must-haves/read-me.js.map +1 -1
- package/build/src/cli/index.js +81 -34
- package/build/src/cli/index.js.map +1 -1
- package/build/src/cli/recipe/github/handle-gh-failure.d.ts +3 -0
- package/build/src/cli/recipe/github/handle-gh-failure.d.ts.map +1 -0
- package/build/src/cli/recipe/github/handle-gh-failure.js +22 -0
- package/build/src/cli/recipe/github/handle-gh-failure.js.map +1 -0
- package/build/src/cli/recipe/github/sync-features.d.ts +5 -0
- package/build/src/cli/recipe/github/sync-features.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-features.js +145 -0
- package/build/src/cli/recipe/github/sync-features.js.map +1 -0
- package/build/src/cli/recipe/github/sync-identity.d.ts +6 -0
- package/build/src/cli/recipe/github/sync-identity.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-identity.js +191 -0
- package/build/src/cli/recipe/github/sync-identity.js.map +1 -0
- package/build/src/cli/recipe/github/sync-policies.d.ts +5 -0
- package/build/src/cli/recipe/github/sync-policies.d.ts.map +1 -0
- package/build/src/cli/recipe/github/sync-policies.js +154 -0
- package/build/src/cli/recipe/github/sync-policies.js.map +1 -0
- package/build/src/cli/recipe/index.d.ts +2 -2
- package/build/src/cli/recipe/index.d.ts.map +1 -1
- package/build/src/cli/recipe/index.js +66 -56
- package/build/src/cli/recipe/index.js.map +1 -1
- package/build/src/cli/recipe/package-json/cleanup.d.ts +3 -3
- package/build/src/cli/recipe/package-json/cleanup.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/cleanup.js +27 -25
- package/build/src/cli/recipe/package-json/cleanup.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-artifacts.js +35 -35
- package/build/src/cli/recipe/package-json/normalize-artifacts.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-bundler.js +22 -22
- package/build/src/cli/recipe/package-json/normalize-bundler.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-dependencies.js +37 -37
- package/build/src/cli/recipe/package-json/normalize-dependencies.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-modules.js +47 -47
- package/build/src/cli/recipe/package-json/normalize-modules.js.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts +3 -3
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/normalize-tooling.js +23 -23
- package/build/src/cli/recipe/package-json/normalize-tooling.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-environment.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-environment.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-environment.js +37 -37
- package/build/src/cli/recipe/package-json/sync-environment.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-identity.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-identity.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-identity.js +20 -20
- package/build/src/cli/recipe/package-json/sync-identity.js.map +1 -1
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts +3 -3
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts.map +1 -1
- package/build/src/cli/recipe/package-json/sync-ownership.js +28 -28
- package/build/src/cli/recipe/package-json/sync-ownership.js.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.d.ts +3 -3
- package/build/src/cli/scaffold/app/expressjs.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.js +1 -1
- package/build/src/cli/scaffold/app/expressjs.js.map +1 -1
- package/build/src/cli/scaffold/app/nextjs.d.ts +3 -3
- package/build/src/cli/scaffold/app/nextjs.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/nextjs.js +1 -1
- package/build/src/cli/scaffold/app/nextjs.js.map +1 -1
- package/build/src/cli/scaffold/app/vite.d.ts +3 -3
- package/build/src/cli/scaffold/app/vite.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/vite.js +1 -1
- package/build/src/cli/scaffold/app/vite.js.map +1 -1
- package/build/src/cli/scaffold/app/workers.d.ts +3 -3
- package/build/src/cli/scaffold/app/workers.d.ts.map +1 -1
- package/build/src/cli/scaffold/app/workers.js +1 -1
- package/build/src/cli/scaffold/app/workers.js.map +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.d.ts +3 -3
- package/build/src/cli/scaffold/docs/docusaurus.d.ts.map +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.js +1 -1
- package/build/src/cli/scaffold/docs/docusaurus.js.map +1 -1
- package/build/src/cli/scaffold/starter/base.d.ts +3 -3
- package/build/src/cli/scaffold/starter/base.d.ts.map +1 -1
- package/build/src/cli/scaffold/starter/base.js +7 -7
- package/build/src/cli/scaffold/starter/base.js.map +1 -1
- package/build/src/cli/utility/changelog.d.ts +4 -3
- package/build/src/cli/utility/changelog.d.ts.map +1 -1
- package/build/src/cli/utility/changelog.js +86 -84
- package/build/src/cli/utility/changelog.js.map +1 -1
- package/build/src/cli/utility/initialize.d.ts +5 -3
- package/build/src/cli/utility/initialize.d.ts.map +1 -1
- package/build/src/cli/utility/initialize.js +805 -244
- package/build/src/cli/utility/initialize.js.map +1 -1
- package/build/src/cli/utility/run-recipes.d.ts +3 -3
- package/build/src/cli/utility/run-recipes.d.ts.map +1 -1
- package/build/src/cli/utility/run-recipes.js +43 -12
- package/build/src/cli/utility/run-recipes.js.map +1 -1
- package/build/src/cli/utility/run-scripts.d.ts +3 -3
- package/build/src/cli/utility/run-scripts.d.ts.map +1 -1
- package/build/src/cli/utility/run-scripts.js +9 -8
- package/build/src/cli/utility/run-scripts.js.map +1 -1
- package/build/src/cli/utility/transpile.d.ts +3 -3
- package/build/src/cli/utility/transpile.d.ts.map +1 -1
- package/build/src/cli/utility/transpile.js +4 -4
- package/build/src/cli/utility/transpile.js.map +1 -1
- package/build/src/cli/utility/type-check.d.ts +3 -3
- package/build/src/cli/utility/type-check.d.ts.map +1 -1
- package/build/src/cli/utility/type-check.js +4 -4
- package/build/src/cli/utility/type-check.js.map +1 -1
- package/build/src/cli/utility/version.d.ts +3 -3
- package/build/src/cli/utility/version.d.ts.map +1 -1
- package/build/src/cli/utility/version.js +102 -102
- package/build/src/cli/utility/version.js.map +1 -1
- package/build/src/lib/constants.d.ts +4 -0
- package/build/src/lib/constants.d.ts.map +1 -0
- package/build/src/lib/constants.js +3 -0
- package/build/src/lib/constants.js.map +1 -0
- package/build/src/lib/item.d.ts +32 -31
- package/build/src/lib/item.d.ts.map +1 -1
- package/build/src/lib/item.js +3 -1
- package/build/src/lib/item.js.map +1 -1
- package/build/src/lib/nova-config.d.ts +11 -5
- package/build/src/lib/nova-config.d.ts.map +1 -1
- package/build/src/lib/nova-config.js +143 -8
- package/build/src/lib/nova-config.js.map +1 -1
- package/build/src/lib/regex.d.ts +15 -1
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +15 -1
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/scaffold.d.ts +9 -9
- package/build/src/lib/scaffold.d.ts.map +1 -1
- package/build/src/lib/scaffold.js +45 -44
- package/build/src/lib/scaffold.js.map +1 -1
- package/build/src/lib/utility.d.ts +26 -21
- package/build/src/lib/utility.d.ts.map +1 -1
- package/build/src/lib/utility.js +139 -19
- package/build/src/lib/utility.js.map +1 -1
- package/build/src/lib/workflow-templates.d.ts +2 -2
- package/build/src/lib/workflow-templates.d.ts.map +1 -1
- package/build/src/lib/workflow-templates.js +44 -2
- package/build/src/lib/workflow-templates.js.map +1 -1
- package/build/src/presets/eslint/dx-code-style.d.ts +2 -2
- package/build/src/presets/eslint/dx-code-style.d.ts.map +1 -1
- package/build/src/presets/eslint/dx-code-style.js.map +1 -1
- package/build/src/presets/eslint/dx-ignore.d.ts +2 -2
- package/build/src/presets/eslint/dx-ignore.d.ts.map +1 -1
- package/build/src/presets/eslint/dx-ignore.js +7 -0
- package/build/src/presets/eslint/dx-ignore.js.map +1 -1
- package/build/src/presets/eslint/fw-docusaurus.d.ts +2 -2
- package/build/src/presets/eslint/fw-docusaurus.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-docusaurus.js.map +1 -1
- package/build/src/presets/eslint/fw-expressjs.d.ts +2 -2
- package/build/src/presets/eslint/fw-expressjs.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-expressjs.js.map +1 -1
- package/build/src/presets/eslint/fw-nextjs.d.ts +2 -2
- package/build/src/presets/eslint/fw-nextjs.d.ts.map +1 -1
- package/build/src/presets/eslint/fw-nextjs.js.map +1 -1
- package/build/src/presets/eslint/lang-javascript.d.ts +2 -2
- package/build/src/presets/eslint/lang-javascript.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-javascript.js.map +1 -1
- package/build/src/presets/eslint/lang-mdx.d.ts +2 -2
- package/build/src/presets/eslint/lang-mdx.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-mdx.js.map +1 -1
- package/build/src/presets/eslint/lang-typescript.d.ts +2 -2
- package/build/src/presets/eslint/lang-typescript.d.ts.map +1 -1
- package/build/src/presets/eslint/lang-typescript.js.map +1 -1
- package/build/src/presets/eslint/runtime-browser.d.ts +2 -2
- package/build/src/presets/eslint/runtime-browser.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-browser.js.map +1 -1
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts +2 -2
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-cloudflare-workers.js.map +1 -1
- package/build/src/presets/eslint/runtime-edge.d.ts +2 -2
- package/build/src/presets/eslint/runtime-edge.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-edge.js.map +1 -1
- package/build/src/presets/eslint/runtime-node.d.ts +2 -2
- package/build/src/presets/eslint/runtime-node.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-node.js.map +1 -1
- package/build/src/presets/eslint/runtime-service-worker.d.ts +2 -2
- package/build/src/presets/eslint/runtime-service-worker.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-service-worker.js.map +1 -1
- package/build/src/presets/eslint/runtime-web-worker.d.ts +2 -2
- package/build/src/presets/eslint/runtime-web-worker.d.ts.map +1 -1
- package/build/src/presets/eslint/runtime-web-worker.js.map +1 -1
- package/build/src/presets/eslint/tool-vite.d.ts +2 -2
- package/build/src/presets/eslint/tool-vite.d.ts.map +1 -1
- package/build/src/presets/eslint/tool-vite.js.map +1 -1
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts +3 -3
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js +2 -2
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js.map +1 -1
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts +3 -3
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js +14 -14
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts +6 -6
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-explicit-return.js +14 -14
- package/build/src/rules/eslint/conventions/require-explicit-return.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts +4 -4
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-hash-private.js +3 -3
- package/build/src/rules/eslint/conventions/require-hash-private.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts +4 -4
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js +4 -4
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts +16 -16
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-naming-convention.js +34 -31
- package/build/src/rules/eslint/conventions/require-naming-convention.js.map +1 -1
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts +3 -3
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/require-undefined-init.js +2 -2
- package/build/src/rules/eslint/conventions/require-undefined-init.js.map +1 -1
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts +4 -4
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts.map +1 -1
- package/build/src/rules/eslint/conventions/switch-case-blocks.js +3 -3
- package/build/src/rules/eslint/conventions/switch-case-blocks.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts +5 -5
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js +16 -16
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts +4 -4
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-multiline-strings.js +19 -19
- package/build/src/rules/eslint/formatting/no-multiline-strings.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts +3 -3
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js +2 -2
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js.map +1 -1
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +3 -3
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js +2 -2
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-import-order.d.ts +3 -3
- package/build/src/rules/eslint/formatting/require-import-order.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-import-order.js +6 -6
- package/build/src/rules/eslint/formatting/require-import-order.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts +4 -4
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js +5 -5
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts +4 -4
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js +5 -5
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts +9 -9
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.js +20 -20
- package/build/src/rules/eslint/formatting/require-padding-lines.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts +3 -3
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.js +2 -2
- package/build/src/rules/eslint/formatting/require-ternary-parens.js.map +1 -1
- package/build/src/rules/eslint/index.d.ts +44 -44
- package/build/src/rules/eslint/index.d.ts.map +1 -1
- package/build/src/rules/eslint/index.js +44 -44
- package/build/src/rules/eslint/index.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts +7 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js +7 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +9 -7
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js +115 -61
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js +6 -6
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts +3 -3
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js +8 -8
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts +3 -3
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.js +5 -5
- package/build/src/rules/eslint/nova/no-logger-dev.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-assign-then-return.js +2 -2
- package/build/src/rules/eslint/patterns/no-assign-then-return.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts +7 -7
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-await-in-loop.js +4 -4
- package/build/src/rules/eslint/patterns/no-await-in-loop.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js +2 -2
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js +2 -2
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts +4 -4
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js +2 -2
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts +3 -3
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js +2 -2
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js.map +1 -1
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts +7 -7
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-use-before-define.js +2 -2
- package/build/src/rules/eslint/patterns/no-use-before-define.js.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts +3 -3
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js +2 -2
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts +4 -4
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.js +2 -2
- package/build/src/rules/eslint/regex/no-regex-literals.js.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.d.ts +4 -4
- package/build/src/rules/eslint/safety/no-script-url.d.ts.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.js +2 -2
- package/build/src/rules/eslint/safety/no-script-url.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts +8 -8
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-destructuring.js +10 -10
- package/build/src/rules/eslint/syntax/no-destructuring.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts +6 -6
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-numeric-literals.js +2 -2
- package/build/src/rules/eslint/syntax/no-numeric-literals.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts +3 -3
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-optional-chaining.js +2 -2
- package/build/src/rules/eslint/syntax/no-optional-chaining.js.map +1 -1
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts +4 -4
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts.map +1 -1
- package/build/src/rules/eslint/syntax/no-rest-params.js +8 -8
- package/build/src/rules/eslint/syntax/no-rest-params.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js +2 -2
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-explicit-any.js +2 -2
- package/build/src/rules/eslint/typescript/no-explicit-any.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts +3 -3
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js +9 -9
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js.map +1 -1
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts +4 -4
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/no-shared-type-import.js +2 -2
- package/build/src/rules/eslint/typescript/no-shared-type-import.js.map +1 -1
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts +4 -4
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js +2 -2
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js.map +1 -1
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts +6 -4
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts.map +1 -1
- package/build/src/rules/eslint/typescript/require-type-naming.js +54 -8
- package/build/src/rules/eslint/typescript/require-type-naming.js.map +1 -1
- package/build/src/toolkit/bootstrap.d.ts +10 -10
- package/build/src/toolkit/bootstrap.d.ts.map +1 -1
- package/build/src/toolkit/bootstrap.js +33 -33
- package/build/src/toolkit/bootstrap.js.map +1 -1
- package/build/src/toolkit/cli-header.d.ts +4 -4
- package/build/src/toolkit/cli-header.d.ts.map +1 -1
- package/build/src/toolkit/cli-header.js +22 -22
- package/build/src/toolkit/cli-header.js.map +1 -1
- package/build/src/toolkit/logger.d.ts +9 -9
- package/build/src/toolkit/logger.d.ts.map +1 -1
- package/build/src/toolkit/logger.js +16 -16
- package/build/src/toolkit/logger.js.map +1 -1
- package/build/src/toolkit/markdown-table.d.ts +6 -6
- package/build/src/toolkit/markdown-table.d.ts.map +1 -1
- package/build/src/toolkit/markdown-table.js +2 -2
- package/build/src/toolkit/markdown-table.js.map +1 -1
- package/build/src/types/api/node-releases.d.ts +14 -14
- package/build/src/types/api/spdx-licenses.d.ts +17 -17
- package/build/src/types/cli/generate/github/funding.d.ts +28 -28
- package/build/src/types/cli/generate/github/issue-template.d.ts +87 -71
- package/build/src/types/cli/generate/github/workflows.d.ts +365 -302
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +29 -21
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +209 -205
- package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +16 -16
- package/build/src/types/cli/generate/must-haves/gitignore.d.ts +188 -156
- package/build/src/types/cli/generate/must-haves/license.d.ts +27 -42
- package/build/src/types/cli/generate/must-haves/read-me.d.ts +105 -95
- package/build/src/types/cli/index.d.ts +73 -84
- package/build/src/types/cli/recipe/github/handle-gh-failure.d.ts +18 -0
- package/build/src/types/cli/recipe/github/sync-features.d.ts +67 -0
- package/build/src/types/cli/recipe/github/sync-identity.d.ts +107 -0
- package/build/src/types/cli/recipe/github/sync-policies.d.ts +70 -0
- package/build/src/types/cli/recipe/index.d.ts +21 -16
- package/build/src/types/cli/recipe/package-json/cleanup.d.ts +57 -55
- package/build/src/types/cli/recipe/package-json/normalize-artifacts.d.ts +44 -44
- package/build/src/types/cli/recipe/package-json/normalize-bundler.d.ts +36 -36
- package/build/src/types/cli/recipe/package-json/normalize-dependencies.d.ts +65 -65
- package/build/src/types/cli/recipe/package-json/normalize-modules.d.ts +37 -35
- package/build/src/types/cli/recipe/package-json/normalize-tooling.d.ts +39 -39
- package/build/src/types/cli/recipe/package-json/sync-environment.d.ts +60 -60
- package/build/src/types/cli/recipe/package-json/sync-identity.d.ts +51 -51
- package/build/src/types/cli/recipe/package-json/sync-ownership.d.ts +78 -78
- package/build/src/types/cli/scaffold/app/expressjs.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/nextjs.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/vite.d.ts +10 -10
- package/build/src/types/cli/scaffold/app/workers.d.ts +10 -10
- package/build/src/types/cli/scaffold/docs/docusaurus.d.ts +10 -10
- package/build/src/types/cli/scaffold/starter/base.d.ts +27 -27
- package/build/src/types/cli/utility/changelog.d.ts +189 -180
- package/build/src/types/cli/utility/initialize.d.ts +1135 -690
- package/build/src/types/cli/utility/run-recipes.d.ts +32 -11
- package/build/src/types/cli/utility/run-scripts.d.ts +126 -52
- package/build/src/types/cli/utility/transpile.d.ts +30 -30
- package/build/src/types/cli/utility/type-check.d.ts +30 -30
- package/build/src/types/cli/utility/version.d.ts +130 -130
- package/build/src/types/lib/constants.d.ts +13 -0
- package/build/src/types/lib/item.d.ts +158 -149
- package/build/src/types/lib/nova-config.d.ts +379 -191
- package/build/src/types/lib/regex.d.ts +762 -0
- package/build/src/types/lib/scaffold.d.ts +176 -149
- package/build/src/types/lib/utility.d.ts +395 -194
- package/build/src/types/lib/workflow-templates.d.ts +61 -56
- package/build/src/types/presets/eslint/dx-code-style.d.ts +1 -1
- package/build/src/types/presets/eslint/dx-ignore.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-docusaurus.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-expressjs.d.ts +1 -1
- package/build/src/types/presets/eslint/fw-nextjs.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-javascript.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-mdx.d.ts +1 -1
- package/build/src/types/presets/eslint/lang-typescript.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-browser.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-cloudflare-workers.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-edge.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-node.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-service-worker.d.ts +1 -1
- package/build/src/types/presets/eslint/runtime-web-worker.d.ts +1 -1
- package/build/src/types/presets/eslint/tool-vite.d.ts +1 -1
- package/build/src/types/rules/eslint/conventions/no-default-export-declaration.d.ts +30 -13
- package/build/src/types/rules/eslint/conventions/no-implicit-boolean.d.ts +84 -25
- package/build/src/types/rules/eslint/conventions/require-explicit-return.d.ts +47 -42
- package/build/src/types/rules/eslint/conventions/require-hash-private.d.ts +35 -12
- package/build/src/types/rules/eslint/conventions/require-kebab-case-filename.d.ts +35 -29
- package/build/src/types/rules/eslint/conventions/require-naming-convention.d.ts +212 -115
- package/build/src/types/rules/eslint/conventions/require-undefined-init.d.ts +34 -11
- package/build/src/types/rules/eslint/conventions/switch-case-blocks.d.ts +41 -18
- package/build/src/types/rules/eslint/formatting/no-complex-arrow-concise.d.ts +44 -30
- package/build/src/types/rules/eslint/formatting/no-multiline-strings.d.ts +67 -44
- package/build/src/types/rules/eslint/formatting/no-raw-text-in-code.d.ts +24 -10
- package/build/src/types/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +23 -9
- package/build/src/types/rules/eslint/formatting/require-import-order.d.ts +51 -39
- package/build/src/types/rules/eslint/formatting/require-multiline-condition-groups.d.ts +42 -26
- package/build/src/types/rules/eslint/formatting/require-multiline-conditions.d.ts +36 -20
- package/build/src/types/rules/eslint/formatting/require-padding-lines.d.ts +144 -103
- package/build/src/types/rules/eslint/formatting/require-ternary-parens.d.ts +35 -12
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-body.d.ts +65 -29
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +308 -134
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +59 -52
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +41 -26
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-private.d.ts +49 -17
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-since.d.ts +79 -11
- package/build/src/types/rules/eslint/nova/no-logger-dev.d.ts +35 -25
- package/build/src/types/rules/eslint/patterns/no-assign-then-return.d.ts +40 -17
- package/build/src/types/rules/eslint/patterns/no-await-in-loop.d.ts +53 -45
- package/build/src/types/rules/eslint/patterns/no-boolean-var-for-if.d.ts +34 -20
- package/build/src/types/rules/eslint/patterns/no-bracket-assignment.d.ts +36 -13
- package/build/src/types/rules/eslint/patterns/no-bracket-method-call.d.ts +43 -20
- package/build/src/types/rules/eslint/patterns/no-template-curly-in-string.d.ts +26 -12
- package/build/src/types/rules/eslint/patterns/no-use-before-define.d.ts +59 -45
- package/build/src/types/rules/eslint/regex/no-regex-literal-flags.d.ts +23 -9
- package/build/src/types/rules/eslint/regex/no-regex-literals.d.ts +31 -17
- package/build/src/types/rules/eslint/safety/no-script-url.d.ts +29 -15
- package/build/src/types/rules/eslint/syntax/no-destructuring.d.ts +61 -58
- package/build/src/types/rules/eslint/syntax/no-numeric-literals.d.ts +43 -29
- package/build/src/types/rules/eslint/syntax/no-optional-chaining.d.ts +23 -9
- package/build/src/types/rules/eslint/syntax/no-rest-params.d.ts +63 -31
- package/build/src/types/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +34 -11
- package/build/src/types/rules/eslint/typescript/no-explicit-any.d.ts +23 -9
- package/build/src/types/rules/eslint/typescript/no-inline-type-annotation.d.ts +58 -32
- package/build/src/types/rules/eslint/typescript/no-shared-type-import.d.ts +32 -18
- package/build/src/types/rules/eslint/typescript/require-bracket-property-access.d.ts +50 -22
- package/build/src/types/rules/eslint/typescript/require-type-naming.d.ts +87 -20
- package/build/src/types/shared.d.ts +410 -365
- package/build/src/types/tests/api/node-releases.test.d.ts +87 -6
- package/build/src/types/tests/api/spdx-licenses.test.d.ts +48 -8
- package/build/src/types/tests/cli/generate/github/funding.test.d.ts +21 -13
- package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +26 -6
- package/build/src/types/tests/cli/generate/github/workflows-helpers.test.d.ts +206 -21
- package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +556 -29
- package/build/src/types/tests/cli/generate/must-haves/agent-conventions.test.d.ts +39 -14
- package/build/src/types/tests/cli/generate/must-haves/dotenv.test.d.ts +28 -6
- package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +19 -11
- package/build/src/types/tests/cli/generate/must-haves/gitignore.test.d.ts +24 -6
- package/build/src/types/tests/cli/generate/must-haves/license.test.d.ts +151 -11
- package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +216 -18
- package/build/src/types/tests/cli/recipe/github/handle-gh-failure.test.d.ts +96 -0
- package/build/src/types/tests/cli/recipe/github/sync-features.test.d.ts +357 -0
- package/build/src/types/tests/cli/recipe/github/sync-identity.test.d.ts +475 -0
- package/build/src/types/tests/cli/recipe/github/sync-policies.test.d.ts +408 -0
- package/build/src/types/tests/cli/recipe/package-json/cleanup.test.d.ts +159 -20
- package/build/src/types/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +102 -15
- package/build/src/types/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +102 -15
- package/build/src/types/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +106 -19
- package/build/src/types/tests/cli/recipe/package-json/normalize-modules.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +126 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-environment.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-identity.test.d.ts +101 -14
- package/build/src/types/tests/cli/recipe/package-json/sync-ownership.test.d.ts +101 -14
- package/build/src/types/tests/cli/scaffold/app/expressjs.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/app/nextjs.test.d.ts +62 -19
- package/build/src/types/tests/cli/scaffold/app/vite.test.d.ts +60 -19
- package/build/src/types/tests/cli/scaffold/app/workers.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/docs/docusaurus.test.d.ts +59 -18
- package/build/src/types/tests/cli/scaffold/starter/base.test.d.ts +55 -18
- package/build/src/types/tests/cli/utility/changelog.test.d.ts +161 -32
- package/build/src/types/tests/cli/utility/initialize.test.d.ts +211 -5
- package/build/src/types/tests/cli/utility/run-recipes.test.d.ts +87 -9
- package/build/src/types/tests/cli/utility/run-scripts.test.d.ts +124 -24
- package/build/src/types/tests/cli/utility/transpile.test.d.ts +23 -11
- package/build/src/types/tests/cli/utility/type-check.test.d.ts +34 -9
- package/build/src/types/tests/cli/utility/version.test.d.ts +33 -4
- package/build/src/types/tests/lib/item.test.d.ts +191 -37
- package/build/src/types/tests/lib/nova-config.test.d.ts +1032 -69
- package/build/src/types/tests/lib/regex.test.d.ts +453 -27
- package/build/src/types/tests/lib/scaffold.test.d.ts +55 -12
- package/build/src/types/tests/lib/schema.test.d.ts +171 -16
- package/build/src/types/tests/lib/utility.test.d.ts +1151 -142
- package/build/src/types/tests/lib/workflow-templates.test.d.ts +17 -17
- package/build/src/types/tests/rules/eslint/conventions/no-default-export-declaration.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/no-implicit-boolean.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-explicit-return.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-hash-private.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-kebab-case-filename.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-naming-convention.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/require-undefined-init.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/conventions/switch-case-blocks.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-complex-arrow-concise.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-multiline-strings.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/no-ternary-in-template-literal.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-import-order.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-condition-groups.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-conditions.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/formatting/require-ternary-parens.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-body.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-hierarchy.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-alignment.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-name.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-private.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-since.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/nova/no-logger-dev.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-await-in-loop.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-boolean-var-for-if.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-method-call.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-template-curly-in-string.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/patterns/no-use-before-define.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/regex/no-regex-literals.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/safety/no-script-url.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-destructuring.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-numeric-literals.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-optional-chaining.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/syntax/no-rest-params.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-explicit-any.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +1 -1
- package/build/src/types/tests/rules/eslint/typescript/require-bracket-property-access.test.d.ts +3 -3
- package/build/src/types/tests/rules/eslint/typescript/require-type-naming.test.d.ts +1 -1
- package/build/src/types/tests/toolkit/bootstrap.test.d.ts +155 -40
- package/build/src/types/tests/toolkit/cli-header.test.d.ts +135 -22
- package/build/src/types/tests/toolkit/logger.test.d.ts +113 -5
- package/build/src/types/tests/toolkit/markdown-table.test.d.ts +150 -27
- package/build/src/types/tests/type-declarations.test.d.ts +4683 -300
- package/build/src/types/toolkit/bootstrap.d.ts +71 -47
- package/build/src/types/toolkit/cli-header.d.ts +98 -88
- package/build/src/types/toolkit/logger.d.ts +98 -53
- package/build/src/types/toolkit/markdown-table.d.ts +74 -72
- package/build/templates/generators/github/workflows/publish/targets/aws-amplify-nextjs.yml +2 -2
- package/build/templates/generators/github/workflows/publish/targets/cloudflare-pages-docusaurus.yml +2 -2
- package/build/templates/generators/github/workflows/publish/targets/github-action.yml +121 -0
- package/build/templates/generators/github/workflows/publish/targets/github-packages.yml +3 -2
- package/build/templates/generators/github/workflows/publish/targets/github-pages-docusaurus.yml +2 -2
- package/build/templates/generators/github/workflows/publish/targets/npm.yml +3 -2
- package/build/templates/generators/github/workflows/publish/targets/vercel-nextjs.yml +2 -2
- package/build/templates/generators/must-haves/agent-conventions/AGENTS.md +1 -0
- package/build/templates/generators/must-haves/agent-conventions/CLAUDE.md +1 -0
- package/build/templates/generators/must-haves/agent-conventions/PROJECT_RULES.md +1 -1
- package/build/templates/generators/must-haves/agent-conventions/conventions/typescript.md +412 -148
- package/build/templates/generators/must-haves/agent-conventions/conventions/universal.md +27 -3
- package/build/templates/generators/must-haves/agent-conventions/cursorrules +55 -0
- package/build/templates/generators/must-haves/dotenv/env +14 -0
- package/build/templates/generators/must-haves/dotenv/env.sample +14 -0
- package/build/templates/generators/must-haves/editorconfig/editorconfig +212 -0
- package/build/templates/generators/must-haves/gitignore/gitignore +179 -0
- package/build/templates/scaffold/app/nextjs/next.config.mjs +3 -1
- package/package.json +1 -1
|
@@ -1,324 +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;
|
|
572
|
+
|
|
573
|
+
/**
|
|
574
|
+
* Tests - Lib - Utility - LoadWorkspaceManifests.
|
|
575
|
+
*
|
|
576
|
+
* @since 0.12.0
|
|
577
|
+
*/
|
|
578
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_TemporaryDirectory = string;
|
|
579
|
+
|
|
580
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SandboxPrefix = string;
|
|
581
|
+
|
|
582
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SandboxRoot = string;
|
|
583
|
+
|
|
584
|
+
/**
|
|
585
|
+
* Tests - Lib - Utility - LoadWorkspaceManifests - LoadsPackageJsonForConfiguredWorkspaces.
|
|
586
|
+
*
|
|
587
|
+
* @since 0.12.0
|
|
588
|
+
*/
|
|
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>;
|
|
630
|
+
|
|
631
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace_Workspace_FilePath = string;
|
|
632
|
+
|
|
633
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace_Workspace_FileContents = Record<string, unknown>;
|
|
634
|
+
|
|
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
|
+
}>;
|
|
640
|
+
|
|
641
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace = Tests_Lib_Utility_LoadWorkspaceManifests_LoadsPackageJsonForConfiguredWorkspaces_SecondWorkspace_Workspace | undefined;
|
|
642
|
+
|
|
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>;
|
|
10
661
|
|
|
11
662
|
/**
|
|
12
|
-
* Tests - Lib - Utility -
|
|
663
|
+
* Tests - Lib - Utility - LoadWorkspaceManifests - SkipsWorkspaceWithMissingPackageJson.
|
|
13
664
|
*
|
|
14
665
|
* @since 0.12.0
|
|
15
666
|
*/
|
|
16
|
-
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>;
|
|
17
678
|
|
|
18
|
-
export type
|
|
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
|
+
}>;
|
|
19
684
|
|
|
20
|
-
export type
|
|
685
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_Result = ReadonlyArray<Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_Result_Element>;
|
|
21
686
|
|
|
22
|
-
export type
|
|
687
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_OnlyWorkspace_Workspace_Manifest = Record<string, unknown>;
|
|
23
688
|
|
|
24
|
-
export type
|
|
689
|
+
export type Tests_Lib_Utility_LoadWorkspaceManifests_SkipsWorkspaceWithMissingPackageJson_OnlyWorkspace_Workspace_FilePath = string;
|
|
25
690
|
|
|
26
|
-
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;
|
|
27
700
|
|
|
28
701
|
/**
|
|
29
|
-
* Tests - Lib - Utility -
|
|
702
|
+
* Tests - Lib - Utility - NormalizeRouteSegment.
|
|
30
703
|
*
|
|
31
704
|
* @since 0.12.0
|
|
32
705
|
*/
|
|
33
|
-
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;
|
|
34
711
|
|
|
35
|
-
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
|
+
}>;
|
|
36
717
|
|
|
37
|
-
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;
|
|
38
721
|
|
|
39
722
|
/**
|
|
40
|
-
* Tests - Lib - Utility -
|
|
723
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - HandlesCRLFLineEndings.
|
|
41
724
|
*
|
|
42
725
|
* @since 0.12.0
|
|
43
726
|
*/
|
|
44
|
-
export type
|
|
727
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_HandlesCRLFLineEndings_Text = string;
|
|
728
|
+
|
|
729
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_HandlesCRLFLineEndings_Result = Record<string, string>;
|
|
45
730
|
|
|
46
|
-
export type
|
|
731
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_HandlesCRLFLineEndings_ResultKeys = string[];
|
|
47
732
|
|
|
48
|
-
|
|
733
|
+
/**
|
|
734
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - HandlesValuesContainingEqualsSign.
|
|
735
|
+
*
|
|
736
|
+
* @since 0.12.0
|
|
737
|
+
*/
|
|
738
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_HandlesValuesContainingEqualsSign_Text = string;
|
|
49
739
|
|
|
50
|
-
export type
|
|
740
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_HandlesValuesContainingEqualsSign_Result = Record<string, string>;
|
|
51
741
|
|
|
52
|
-
|
|
742
|
+
/**
|
|
743
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - ParsesAlpineOsReleaseText.
|
|
744
|
+
*
|
|
745
|
+
* @since 0.12.0
|
|
746
|
+
*/
|
|
747
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesAlpineOsReleaseText_Text = string;
|
|
53
748
|
|
|
54
|
-
export type
|
|
749
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesAlpineOsReleaseText_Result = Record<string, string>;
|
|
55
750
|
|
|
56
|
-
|
|
751
|
+
/**
|
|
752
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - ParsesDebianOsReleaseText.
|
|
753
|
+
*
|
|
754
|
+
* @since 0.12.0
|
|
755
|
+
*/
|
|
756
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesDebianOsReleaseText_Text = string;
|
|
57
757
|
|
|
58
|
-
export type
|
|
758
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesDebianOsReleaseText_Result = Record<string, string>;
|
|
59
759
|
|
|
60
|
-
|
|
760
|
+
/**
|
|
761
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - ParsesUbuntuOsReleaseText.
|
|
762
|
+
*
|
|
763
|
+
* @since 0.12.0
|
|
764
|
+
*/
|
|
765
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesUbuntuOsReleaseText_Text = string;
|
|
61
766
|
|
|
62
|
-
export type
|
|
767
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_ParsesUbuntuOsReleaseText_Result = Record<string, string>;
|
|
63
768
|
|
|
64
|
-
|
|
769
|
+
/**
|
|
770
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - PreservesUnquotedValues.
|
|
771
|
+
*
|
|
772
|
+
* @since 0.12.0
|
|
773
|
+
*/
|
|
774
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_PreservesUnquotedValues_Text = string;
|
|
65
775
|
|
|
66
|
-
export type
|
|
776
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_PreservesUnquotedValues_Result = Record<string, string>;
|
|
67
777
|
|
|
68
|
-
|
|
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>;
|
|
69
784
|
|
|
70
|
-
|
|
785
|
+
/**
|
|
786
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - SkipsCommentLines.
|
|
787
|
+
*
|
|
788
|
+
* @since 0.12.0
|
|
789
|
+
*/
|
|
790
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsCommentLines_Text = string;
|
|
71
791
|
|
|
72
|
-
export type
|
|
792
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsCommentLines_Result = Record<string, string>;
|
|
73
793
|
|
|
74
|
-
export type
|
|
794
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsCommentLines_ResultKeys = string[];
|
|
75
795
|
|
|
76
|
-
|
|
796
|
+
/**
|
|
797
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - SkipsEmptyLines.
|
|
798
|
+
*
|
|
799
|
+
* @since 0.12.0
|
|
800
|
+
*/
|
|
801
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsEmptyLines_Text = string;
|
|
77
802
|
|
|
78
|
-
export type
|
|
803
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsEmptyLines_Result = Record<string, string>;
|
|
79
804
|
|
|
80
|
-
export type
|
|
805
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_SkipsEmptyLines_ResultKeys = string[];
|
|
81
806
|
|
|
82
807
|
/**
|
|
83
|
-
* Tests - Lib - Utility -
|
|
808
|
+
* Tests - Lib - Utility - ParseLinuxOsReleaseText - StripsDoubleQuotedValues.
|
|
84
809
|
*
|
|
85
810
|
* @since 0.12.0
|
|
86
811
|
*/
|
|
87
|
-
export type
|
|
812
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_StripsDoubleQuotedValues_Text = string;
|
|
88
813
|
|
|
89
|
-
export type
|
|
814
|
+
export type Tests_Lib_Utility_ParseLinuxOsReleaseText_StripsDoubleQuotedValues_Result = Record<string, string>;
|
|
90
815
|
|
|
91
816
|
/**
|
|
92
|
-
* Tests - Lib - Utility -
|
|
817
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - HandlesLFLineEndings.
|
|
93
818
|
*
|
|
94
819
|
* @since 0.12.0
|
|
95
820
|
*/
|
|
96
|
-
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
|
+
}>;
|
|
844
|
+
|
|
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;
|
|
97
857
|
|
|
98
858
|
/**
|
|
99
|
-
* Tests - Lib - Utility -
|
|
859
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - ParsesMixedRegistryTypes.
|
|
100
860
|
*
|
|
101
861
|
* @since 0.12.0
|
|
102
862
|
*/
|
|
103
|
-
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[];
|
|
104
877
|
|
|
105
|
-
export type
|
|
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
|
+
}>;
|
|
897
|
+
|
|
898
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentBuild = Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentBuild_Entry | undefined;
|
|
899
|
+
|
|
900
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentMajorVersionNumber_Entry_Type = string;
|
|
901
|
+
|
|
902
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentMajorVersionNumber_Entry_Data = string;
|
|
903
|
+
|
|
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
|
+
}>;
|
|
908
|
+
|
|
909
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentMajorVersionNumber = Tests_Lib_Utility_ParseWindowsRegistryText_ParsesMixedRegistryTypes_CurrentMajorVersionNumber_Entry | undefined;
|
|
106
910
|
|
|
107
911
|
/**
|
|
108
|
-
* Tests - Lib - Utility -
|
|
912
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - ParsesREGDWORDValues.
|
|
109
913
|
*
|
|
110
914
|
* @since 0.12.0
|
|
111
915
|
*/
|
|
112
|
-
export type
|
|
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>;
|
|
928
|
+
|
|
929
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_CurrentMajorVersionNumber_Entry_Type = string;
|
|
113
930
|
|
|
114
|
-
export type
|
|
931
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_CurrentMajorVersionNumber_Entry_Data = string;
|
|
115
932
|
|
|
116
|
-
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
|
+
}>;
|
|
117
937
|
|
|
118
|
-
export type
|
|
938
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_CurrentMajorVersionNumber = Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGDWORDValues_CurrentMajorVersionNumber_Entry | undefined;
|
|
119
939
|
|
|
120
|
-
|
|
940
|
+
/**
|
|
941
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - ParsesREGSZValues.
|
|
942
|
+
*
|
|
943
|
+
* @since 0.12.0
|
|
944
|
+
*/
|
|
945
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Text = string;
|
|
121
946
|
|
|
122
|
-
export type
|
|
947
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Result_Entry_Type = string;
|
|
123
948
|
|
|
124
|
-
export type
|
|
949
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Result_Entry_Data = string;
|
|
125
950
|
|
|
126
|
-
export type
|
|
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
|
+
}>;
|
|
127
955
|
|
|
128
|
-
export type
|
|
956
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Result = Record<string, Tests_Lib_Utility_ParseWindowsRegistryText_ParsesREGSZValues_Result_Entry>;
|
|
129
957
|
|
|
130
|
-
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;
|
|
131
968
|
|
|
132
969
|
/**
|
|
133
|
-
* Tests - Lib - Utility -
|
|
970
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - ReturnsEmptyObjectForEmptyString.
|
|
134
971
|
*
|
|
135
972
|
* @since 0.12.0
|
|
136
973
|
*/
|
|
137
|
-
export type
|
|
974
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ReturnsEmptyObjectForEmptyString_Result_Entry_Type = string;
|
|
975
|
+
|
|
976
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ReturnsEmptyObjectForEmptyString_Result_Entry_Data = string;
|
|
138
977
|
|
|
139
|
-
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
|
+
}>;
|
|
140
982
|
|
|
141
|
-
export type
|
|
983
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_ReturnsEmptyObjectForEmptyString_Result = Record<string, Tests_Lib_Utility_ParseWindowsRegistryText_ReturnsEmptyObjectForEmptyString_Result_Entry>;
|
|
142
984
|
|
|
143
985
|
/**
|
|
144
|
-
* Tests - Lib - Utility -
|
|
986
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - SkipsNonMatchingLines.
|
|
145
987
|
*
|
|
146
988
|
* @since 0.12.0
|
|
147
989
|
*/
|
|
148
|
-
export type
|
|
990
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Text = string;
|
|
149
991
|
|
|
150
|
-
export type
|
|
992
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Result_Entry_Type = string;
|
|
151
993
|
|
|
152
|
-
export type
|
|
994
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Result_Entry_Data = string;
|
|
153
995
|
|
|
154
|
-
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
|
+
}>;
|
|
155
1000
|
|
|
156
|
-
export type
|
|
1001
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Result = Record<string, Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_Result_Entry>;
|
|
157
1002
|
|
|
158
|
-
export type
|
|
1003
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ResultKeys = string[];
|
|
1004
|
+
|
|
1005
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ProductName_Entry_Type = string;
|
|
1006
|
+
|
|
1007
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ProductName_Entry_Data = string;
|
|
1008
|
+
|
|
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
|
+
}>;
|
|
1013
|
+
|
|
1014
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ProductName = Tests_Lib_Utility_ParseWindowsRegistryText_SkipsNonMatchingLines_ProductName_Entry | undefined;
|
|
1015
|
+
|
|
1016
|
+
/**
|
|
1017
|
+
* Tests - Lib - Utility - ParseWindowsRegistryText - TrimsTrailingWhitespaceFromData.
|
|
1018
|
+
*
|
|
1019
|
+
* @since 0.12.0
|
|
1020
|
+
*/
|
|
1021
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Text = string;
|
|
159
1022
|
|
|
160
|
-
export type
|
|
1023
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Result_Entry_Type = string;
|
|
161
1024
|
|
|
162
|
-
export type
|
|
1025
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Result_Entry_Data = string;
|
|
163
1026
|
|
|
164
|
-
export type
|
|
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
|
+
}>;
|
|
165
1031
|
|
|
166
|
-
export type
|
|
1032
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Result = Record<string, Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_Result_Entry>;
|
|
167
1033
|
|
|
168
|
-
export type
|
|
1034
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_ProductName_Entry_Type = string;
|
|
169
1035
|
|
|
170
|
-
export type
|
|
1036
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_ProductName_Entry_Data = string;
|
|
171
1037
|
|
|
172
|
-
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
|
+
}>;
|
|
173
1042
|
|
|
174
|
-
export type
|
|
1043
|
+
export type Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_ProductName = Tests_Lib_Utility_ParseWindowsRegistryText_TrimsTrailingWhitespaceFromData_ProductName_Entry | undefined;
|
|
175
1044
|
|
|
176
1045
|
/**
|
|
177
|
-
* Tests - Lib - Utility -
|
|
1046
|
+
* Tests - Lib - Utility - PathExists - ReturnsFalseForNonExistentPath.
|
|
178
1047
|
*
|
|
179
1048
|
* @since 0.12.0
|
|
180
1049
|
*/
|
|
181
|
-
export type
|
|
1050
|
+
export type Tests_Lib_Utility_PathExists_ReturnsFalseForNonExistentPath_TemporaryDirectory = string;
|
|
1051
|
+
|
|
1052
|
+
export type Tests_Lib_Utility_PathExists_ReturnsFalseForNonExistentPath_NonExistentPath = string;
|
|
182
1053
|
|
|
183
|
-
export type
|
|
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;
|
|
184
1062
|
|
|
185
|
-
export type
|
|
1063
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingDirectory_TemporaryPrefix = string;
|
|
186
1064
|
|
|
187
|
-
export type
|
|
1065
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingDirectory_SandboxDirectory = string;
|
|
188
1066
|
|
|
189
|
-
export type
|
|
1067
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingDirectory_Result = boolean;
|
|
190
1068
|
|
|
191
|
-
|
|
1069
|
+
/**
|
|
1070
|
+
* Tests - Lib - Utility - PathExists - ReturnsTrueForExistingFile.
|
|
1071
|
+
*
|
|
1072
|
+
* @since 0.12.0
|
|
1073
|
+
*/
|
|
1074
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingFile_TemporaryDirectory = string;
|
|
192
1075
|
|
|
193
|
-
export type
|
|
1076
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingFile_TemporaryPrefix = string;
|
|
194
1077
|
|
|
195
|
-
export type
|
|
1078
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingFile_SandboxDirectory = string;
|
|
196
1079
|
|
|
197
|
-
export type
|
|
1080
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingFile_TemporaryFile = string;
|
|
198
1081
|
|
|
199
|
-
export type
|
|
1082
|
+
export type Tests_Lib_Utility_PathExists_ReturnsTrueForExistingFile_Result = boolean;
|
|
200
1083
|
|
|
201
|
-
|
|
1084
|
+
/**
|
|
1085
|
+
* Tests - Lib - Utility - RenameFileWithDate.
|
|
1086
|
+
*
|
|
1087
|
+
* @since 0.12.0
|
|
1088
|
+
*/
|
|
1089
|
+
export type Tests_Lib_Utility_RenameFileWithDate_TemporaryDirectory = string;
|
|
202
1090
|
|
|
203
|
-
export type
|
|
1091
|
+
export type Tests_Lib_Utility_RenameFileWithDate_SandboxPrefix = string;
|
|
204
1092
|
|
|
205
|
-
export type
|
|
1093
|
+
export type Tests_Lib_Utility_RenameFileWithDate_SandboxRoot = string;
|
|
206
1094
|
|
|
207
1095
|
/**
|
|
208
|
-
* Tests - Lib - Utility -
|
|
1096
|
+
* Tests - Lib - Utility - RenameFileWithDate - IncrementsCounterWhenTargetFileAlreadyExists.
|
|
209
1097
|
*
|
|
210
1098
|
* @since 0.12.0
|
|
211
1099
|
*/
|
|
212
|
-
export type
|
|
1100
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_SubDirectory = string;
|
|
1101
|
+
|
|
1102
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_FilePath = string;
|
|
213
1103
|
|
|
214
|
-
export type
|
|
1104
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_Now = Date;
|
|
215
1105
|
|
|
216
|
-
export type
|
|
1106
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_Timestamp = string;
|
|
1107
|
+
|
|
1108
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_ExistingName = string;
|
|
1109
|
+
|
|
1110
|
+
export type Tests_Lib_Utility_RenameFileWithDate_IncrementsCounterWhenTargetFileAlreadyExists_ExistingFilePath = string;
|
|
1111
|
+
|
|
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;
|
|
217
1117
|
|
|
218
1118
|
/**
|
|
219
|
-
* Tests - Lib - Utility -
|
|
1119
|
+
* Tests - Lib - Utility - RenameFileWithDate - RenamesAFileWithADateStampedName.
|
|
220
1120
|
*
|
|
221
1121
|
* @since 0.12.0
|
|
222
1122
|
*/
|
|
223
|
-
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;
|
|
1128
|
+
|
|
1129
|
+
export type Tests_Lib_Utility_RenameFileWithDate_RenamesAFileWithADateStampedName_Files = string[];
|
|
224
1130
|
|
|
225
|
-
export type
|
|
1131
|
+
export type Tests_Lib_Utility_RenameFileWithDate_RenamesAFileWithADateStampedName_RenamedFile = string | undefined;
|
|
226
1132
|
|
|
227
|
-
export type
|
|
1133
|
+
export type Tests_Lib_Utility_RenameFileWithDate_RenamesAFileWithADateStampedName_MatchesBackupPattern = boolean;
|
|
228
1134
|
|
|
229
|
-
|
|
1135
|
+
/**
|
|
1136
|
+
* Tests - Lib - Utility - RenameFileWithDate - ReturnsFalseWhenSourceFileDoesNotExist.
|
|
1137
|
+
*
|
|
1138
|
+
* @since 0.12.0
|
|
1139
|
+
*/
|
|
1140
|
+
export type Tests_Lib_Utility_RenameFileWithDate_ReturnsFalseWhenSourceFileDoesNotExist_FilePath = string;
|
|
230
1141
|
|
|
231
|
-
export type
|
|
1142
|
+
export type Tests_Lib_Utility_RenameFileWithDate_ReturnsFalseWhenSourceFileDoesNotExist_Result = boolean;
|
|
1143
|
+
|
|
1144
|
+
/**
|
|
1145
|
+
* Tests - Lib - Utility - SaveGeneratedFileWithHeader.
|
|
1146
|
+
*
|
|
1147
|
+
* @since 0.12.0
|
|
1148
|
+
*/
|
|
1149
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_OriginalCwd = string;
|
|
232
1150
|
|
|
233
|
-
export type
|
|
1151
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SandboxRoot = string;
|
|
234
1152
|
|
|
235
1153
|
/**
|
|
236
|
-
* Tests - Lib - Utility -
|
|
1154
|
+
* Tests - Lib - Utility - SaveGeneratedFileWithHeader - PrependsTheBannerBeforeWritingWhenHeaderIsSupplied.
|
|
237
1155
|
*
|
|
238
1156
|
* @since 0.12.0
|
|
239
1157
|
*/
|
|
240
|
-
export type
|
|
1158
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PrependsTheBannerBeforeWritingWhenHeaderIsSupplied_ProjectDirectory = string;
|
|
1159
|
+
|
|
1160
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PrependsTheBannerBeforeWritingWhenHeaderIsSupplied_TargetPath = string;
|
|
241
1161
|
|
|
242
|
-
export type
|
|
1162
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PrependsTheBannerBeforeWritingWhenHeaderIsSupplied_Written = string;
|
|
243
1163
|
|
|
244
|
-
export type
|
|
1164
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PrependsTheBannerBeforeWritingWhenHeaderIsSupplied_ExpectedHeader = string;
|
|
245
1165
|
|
|
246
|
-
|
|
1166
|
+
/**
|
|
1167
|
+
* Tests - Lib - Utility - SaveGeneratedFileWithHeader - PreservesExistingBehaviorWhenHeaderIsOmitted.
|
|
1168
|
+
*
|
|
1169
|
+
* @since 0.12.0
|
|
1170
|
+
*/
|
|
1171
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PreservesExistingBehaviorWhenHeaderIsOmitted_ProjectDirectory = string;
|
|
247
1172
|
|
|
248
|
-
export type
|
|
1173
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PreservesExistingBehaviorWhenHeaderIsOmitted_TargetPath = string;
|
|
249
1174
|
|
|
250
|
-
export type
|
|
1175
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_PreservesExistingBehaviorWhenHeaderIsOmitted_Written = string;
|
|
251
1176
|
|
|
252
1177
|
/**
|
|
253
|
-
* Tests - Lib - Utility -
|
|
1178
|
+
* Tests - Lib - Utility - SaveGeneratedFileWithHeader - SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk.
|
|
254
1179
|
*
|
|
255
1180
|
* @since 0.12.0
|
|
256
1181
|
*/
|
|
257
|
-
export type
|
|
1182
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_ProjectDirectory = string;
|
|
1183
|
+
|
|
1184
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_TargetPath = string;
|
|
1185
|
+
|
|
1186
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_HeaderOptions_Command = string;
|
|
258
1187
|
|
|
259
|
-
export type
|
|
1188
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_HeaderOptions_DocsSlug = string;
|
|
260
1189
|
|
|
261
|
-
export type
|
|
1190
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_HeaderOptions_Mode = 'strict' | 'fillable';
|
|
262
1191
|
|
|
263
|
-
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
|
+
}>;
|
|
264
1197
|
|
|
265
|
-
export type
|
|
1198
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_FirstWrite = Stats;
|
|
266
1199
|
|
|
267
|
-
export type
|
|
1200
|
+
export type Tests_Lib_Utility_SaveGeneratedFileWithHeader_SkipsTheWriteWhenTheHeaderPrefixedContentAlreadyMatchesDisk_SecondWrite = Stats;
|
|
268
1201
|
|
|
269
|
-
|
|
1202
|
+
/**
|
|
1203
|
+
* Tests - Lib - Utility - SaveWorkspaceManifest.
|
|
1204
|
+
*
|
|
1205
|
+
* @since 0.12.0
|
|
1206
|
+
*/
|
|
1207
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_TemporaryDirectory = string;
|
|
1208
|
+
|
|
1209
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_SandboxPrefix = string;
|
|
1210
|
+
|
|
1211
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_SandboxRoot = string;
|
|
1212
|
+
|
|
1213
|
+
/**
|
|
1214
|
+
* Tests - Lib - Utility - SaveWorkspaceManifest - CreatesBackupWhenReplaceFileIsFalse.
|
|
1215
|
+
*
|
|
1216
|
+
* @since 0.12.0
|
|
1217
|
+
*/
|
|
1218
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_SubDirectory = string;
|
|
270
1219
|
|
|
271
|
-
export type
|
|
1220
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_FilePath = string;
|
|
272
1221
|
|
|
273
|
-
export type
|
|
1222
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_Original = Record<string, unknown>;
|
|
274
1223
|
|
|
275
|
-
export type
|
|
1224
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_OriginalJson = string;
|
|
276
1225
|
|
|
277
|
-
export type
|
|
1226
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_Modified = Record<string, unknown>;
|
|
278
1227
|
|
|
279
|
-
export type
|
|
1228
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_Files = string[];
|
|
280
1229
|
|
|
281
|
-
export type
|
|
1230
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_BackupFile = string | undefined;
|
|
282
1231
|
|
|
283
|
-
export type
|
|
1232
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_WrittenRaw = string;
|
|
284
1233
|
|
|
285
|
-
export type
|
|
1234
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_CreatesBackupWhenReplaceFileIsFalse_Written = Record<string, unknown>;
|
|
286
1235
|
|
|
287
1236
|
/**
|
|
288
|
-
* Tests - Lib - Utility -
|
|
1237
|
+
* Tests - Lib - Utility - SaveWorkspaceManifest - SkipsWritingWhenFileContentsAreIdentical.
|
|
289
1238
|
*
|
|
290
1239
|
* @since 0.12.0
|
|
291
1240
|
*/
|
|
292
|
-
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;
|
|
293
1252
|
|
|
294
|
-
|
|
1253
|
+
/**
|
|
1254
|
+
* Tests - Lib - Utility - SaveWorkspaceManifest - WritesChangedFileContents.
|
|
1255
|
+
*
|
|
1256
|
+
* @since 0.12.0
|
|
1257
|
+
*/
|
|
1258
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_FilePath = string;
|
|
295
1259
|
|
|
296
|
-
export type
|
|
1260
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_FileDirectory = string;
|
|
297
1261
|
|
|
298
|
-
export type
|
|
1262
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_Original = Record<string, unknown>;
|
|
299
1263
|
|
|
300
|
-
export type
|
|
1264
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_OriginalJson = string;
|
|
301
1265
|
|
|
302
|
-
export type
|
|
1266
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_Modified = Record<string, unknown>;
|
|
303
1267
|
|
|
304
|
-
export type
|
|
1268
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_WrittenRaw = string;
|
|
305
1269
|
|
|
306
|
-
export type
|
|
1270
|
+
export type Tests_Lib_Utility_SaveWorkspaceManifest_WritesChangedFileContents_Written = Record<string, unknown>;
|
|
307
1271
|
|
|
308
|
-
|
|
1272
|
+
/**
|
|
1273
|
+
* Tests - Lib - Utility - ShellQuote - EscapesACommandSubstitutionPayloadSafely.
|
|
1274
|
+
*
|
|
1275
|
+
* @since 0.12.0
|
|
1276
|
+
*/
|
|
1277
|
+
export type Tests_Lib_Utility_ShellQuote_EscapesACommandSubstitutionPayloadSafely_Result = string;
|
|
309
1278
|
|
|
310
|
-
|
|
1279
|
+
/**
|
|
1280
|
+
* Tests - Lib - Utility - ShellQuote - EscapesBackslashWithDoubleBackslash.
|
|
1281
|
+
*
|
|
1282
|
+
* @since 0.12.0
|
|
1283
|
+
*/
|
|
1284
|
+
export type Tests_Lib_Utility_ShellQuote_EscapesBackslashWithDoubleBackslash_Result = string;
|
|
311
1285
|
|
|
312
|
-
|
|
1286
|
+
/**
|
|
1287
|
+
* Tests - Lib - Utility - ShellQuote - EscapesBackticksToPreventCommandSubstitution.
|
|
1288
|
+
*
|
|
1289
|
+
* @since 0.12.0
|
|
1290
|
+
*/
|
|
1291
|
+
export type Tests_Lib_Utility_ShellQuote_EscapesBackticksToPreventCommandSubstitution_Result = string;
|
|
313
1292
|
|
|
314
|
-
|
|
1293
|
+
/**
|
|
1294
|
+
* Tests - Lib - Utility - ShellQuote - EscapesDollarSignToPreventVariableExpansion.
|
|
1295
|
+
*
|
|
1296
|
+
* @since 0.12.0
|
|
1297
|
+
*/
|
|
1298
|
+
export type Tests_Lib_Utility_ShellQuote_EscapesDollarSignToPreventVariableExpansion_Result = string;
|
|
315
1299
|
|
|
316
|
-
|
|
1300
|
+
/**
|
|
1301
|
+
* Tests - Lib - Utility - ShellQuote - EscapesEmbeddedDoubleQuotesWithBackslash.
|
|
1302
|
+
*
|
|
1303
|
+
* @since 0.12.0
|
|
1304
|
+
*/
|
|
1305
|
+
export type Tests_Lib_Utility_ShellQuote_EscapesEmbeddedDoubleQuotesWithBackslash_Result = string;
|
|
317
1306
|
|
|
318
|
-
|
|
1307
|
+
/**
|
|
1308
|
+
* Tests - Lib - Utility - ShellQuote - HandlesAnEmptyString.
|
|
1309
|
+
*
|
|
1310
|
+
* @since 0.12.0
|
|
1311
|
+
*/
|
|
1312
|
+
export type Tests_Lib_Utility_ShellQuote_HandlesAnEmptyString_Result = string;
|
|
319
1313
|
|
|
320
|
-
|
|
1314
|
+
/**
|
|
1315
|
+
* Tests - Lib - Utility - ShellQuote - PreservesSingleQuotesUnchanged.
|
|
1316
|
+
*
|
|
1317
|
+
* @since 0.12.0
|
|
1318
|
+
*/
|
|
1319
|
+
export type Tests_Lib_Utility_ShellQuote_PreservesSingleQuotesUnchanged_Result = string;
|
|
321
1320
|
|
|
322
|
-
|
|
1321
|
+
/**
|
|
1322
|
+
* Tests - Lib - Utility - ShellQuote - PreservesSpacesInsideTheQuotedValue.
|
|
1323
|
+
*
|
|
1324
|
+
* @since 0.12.0
|
|
1325
|
+
*/
|
|
1326
|
+
export type Tests_Lib_Utility_ShellQuote_PreservesSpacesInsideTheQuotedValue_Result = string;
|
|
323
1327
|
|
|
324
|
-
|
|
1328
|
+
/**
|
|
1329
|
+
* Tests - Lib - Utility - ShellQuote - WrapsPlainValuesInDoubleQuotes.
|
|
1330
|
+
*
|
|
1331
|
+
* @since 0.12.0
|
|
1332
|
+
*/
|
|
1333
|
+
export type Tests_Lib_Utility_ShellQuote_WrapsPlainValuesInDoubleQuotes_Result = string;
|