@cbnventures/nova 0.14.0 → 0.15.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/README.md +48 -0
- package/bin/nova.mjs +3 -0
- package/build/package.json +33 -23
- 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 +31 -26
- 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 +21 -18
- package/build/src/api/spdx-licenses.js.map +1 -1
- package/build/src/cli/generate/github/funding.d.ts +5 -0
- package/build/src/cli/generate/github/funding.d.ts.map +1 -0
- package/build/src/cli/generate/github/funding.js +68 -0
- package/build/src/cli/generate/github/funding.js.map +1 -0
- package/build/src/cli/generate/github/issue-template.d.ts +5 -0
- package/build/src/cli/generate/github/issue-template.d.ts.map +1 -0
- package/build/src/cli/generate/github/issue-template.js +267 -0
- package/build/src/cli/generate/github/issue-template.js.map +1 -0
- package/build/src/cli/generate/github/workflows.d.ts +10 -0
- package/build/src/cli/generate/github/workflows.d.ts.map +1 -0
- package/build/src/cli/generate/github/workflows.js +464 -0
- package/build/src/cli/generate/github/workflows.js.map +1 -0
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts +5 -0
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/agent-conventions.js +114 -0
- package/build/src/cli/generate/must-haves/agent-conventions.js.map +1 -0
- package/build/src/cli/generate/must-haves/dotenv.d.ts +12 -0
- package/build/src/cli/generate/must-haves/dotenv.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/dotenv.js +504 -0
- package/build/src/cli/generate/must-haves/dotenv.js.map +1 -0
- package/build/src/cli/generate/must-haves/editorconfig.d.ts +5 -0
- package/build/src/cli/generate/must-haves/editorconfig.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/editorconfig.js +37 -0
- package/build/src/cli/generate/must-haves/editorconfig.js.map +1 -0
- package/build/src/cli/generate/must-haves/gitignore.d.ts +13 -0
- package/build/src/cli/generate/must-haves/gitignore.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/gitignore.js +446 -0
- package/build/src/cli/generate/must-haves/gitignore.js.map +1 -0
- package/build/src/cli/generate/must-haves/license.d.ts +5 -0
- package/build/src/cli/generate/must-haves/license.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/license.js +131 -0
- package/build/src/cli/generate/must-haves/license.js.map +1 -0
- package/build/src/cli/generate/must-haves/read-me.d.ts +8 -0
- package/build/src/cli/generate/must-haves/read-me.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/read-me.js +255 -0
- package/build/src/cli/generate/must-haves/read-me.js.map +1 -0
- package/build/src/cli/index.js +298 -100
- package/build/src/cli/index.js.map +1 -1
- 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 +19 -19
- 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 +59 -50
- 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 +120 -112
- 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 +36 -35
- 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 +70 -64
- 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 +156 -142
- 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 +52 -57
- 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 +94 -97
- 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 +67 -62
- 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 +106 -106
- package/build/src/cli/recipe/package-json/sync-ownership.js.map +1 -1
- package/build/src/cli/scaffold/app/expressjs.d.ts +5 -0
- package/build/src/cli/scaffold/app/expressjs.d.ts.map +1 -0
- package/build/src/cli/scaffold/app/expressjs.js +8 -0
- package/build/src/cli/scaffold/app/expressjs.js.map +1 -0
- package/build/src/cli/scaffold/app/nextjs.d.ts +5 -0
- package/build/src/cli/scaffold/app/nextjs.d.ts.map +1 -0
- package/build/src/cli/scaffold/app/nextjs.js +8 -0
- package/build/src/cli/scaffold/app/nextjs.js.map +1 -0
- package/build/src/cli/scaffold/app/vite.d.ts +5 -0
- package/build/src/cli/scaffold/app/vite.d.ts.map +1 -0
- package/build/src/cli/scaffold/app/vite.js +8 -0
- package/build/src/cli/scaffold/app/vite.js.map +1 -0
- package/build/src/cli/scaffold/app/workers.d.ts +5 -0
- package/build/src/cli/scaffold/app/workers.d.ts.map +1 -0
- package/build/src/cli/scaffold/app/workers.js +8 -0
- package/build/src/cli/scaffold/app/workers.js.map +1 -0
- package/build/src/cli/scaffold/docs/docusaurus.d.ts +5 -0
- package/build/src/cli/scaffold/docs/docusaurus.d.ts.map +1 -0
- package/build/src/cli/scaffold/docs/docusaurus.js +8 -0
- package/build/src/cli/scaffold/docs/docusaurus.js.map +1 -0
- package/build/src/cli/scaffold/starter/base.d.ts +5 -0
- package/build/src/cli/scaffold/starter/base.d.ts.map +1 -0
- package/build/src/cli/scaffold/starter/base.js +132 -0
- package/build/src/cli/scaffold/starter/base.js.map +1 -0
- package/build/src/cli/utility/changelog.d.ts +3 -3
- package/build/src/cli/utility/changelog.d.ts.map +1 -1
- package/build/src/cli/utility/changelog.js +206 -172
- package/build/src/cli/utility/changelog.js.map +1 -1
- package/build/src/cli/utility/initialize.d.ts +6 -3
- package/build/src/cli/utility/initialize.d.ts.map +1 -1
- package/build/src/cli/utility/initialize.js +990 -265
- 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 +15 -14
- package/build/src/cli/utility/run-recipes.js.map +1 -1
- package/build/src/cli/utility/run-scripts.d.ts +4 -4
- package/build/src/cli/utility/run-scripts.d.ts.map +1 -1
- package/build/src/cli/utility/run-scripts.js +167 -70
- 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 +24 -19
- 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 +24 -19
- 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 +126 -68
- package/build/src/cli/utility/version.js.map +1 -1
- package/build/src/lib/item.d.ts +31 -29
- package/build/src/lib/item.d.ts.map +1 -1
- package/build/src/lib/item.js +106 -43
- package/build/src/lib/item.js.map +1 -1
- package/build/src/lib/nova-config.d.ts +6 -5
- package/build/src/lib/nova-config.d.ts.map +1 -1
- package/build/src/lib/nova-config.js +217 -59
- package/build/src/lib/nova-config.js.map +1 -1
- package/build/src/lib/regex.d.ts +92 -26
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +92 -26
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/scaffold.d.ts +10 -0
- package/build/src/lib/scaffold.d.ts.map +1 -0
- package/build/src/lib/scaffold.js +535 -0
- package/build/src/lib/scaffold.js.map +1 -0
- package/build/src/lib/schema.d.ts +2 -9
- package/build/src/lib/schema.d.ts.map +1 -1
- package/build/src/lib/schema.js +6 -8
- package/build/src/lib/schema.js.map +1 -1
- package/build/src/lib/utility.d.ts +21 -18
- package/build/src/lib/utility.d.ts.map +1 -1
- package/build/src/lib/utility.js +173 -79
- package/build/src/lib/utility.js.map +1 -1
- package/build/src/lib/workflow-templates.d.ts +3 -0
- package/build/src/lib/workflow-templates.d.ts.map +1 -0
- package/build/src/lib/workflow-templates.js +187 -0
- package/build/src/lib/workflow-templates.js.map +1 -0
- package/build/src/presets/eslint/dx-code-style.d.ts +4 -0
- package/build/src/presets/eslint/dx-code-style.d.ts.map +1 -0
- package/build/src/presets/eslint/dx-code-style.js +523 -0
- package/build/src/presets/eslint/dx-code-style.js.map +1 -0
- package/build/src/presets/eslint/dx-ignore.d.ts +4 -0
- package/build/src/presets/eslint/dx-ignore.d.ts.map +1 -0
- package/build/src/presets/eslint/{dx-ignore.mjs → dx-ignore.js} +1 -1
- package/build/src/presets/eslint/dx-ignore.js.map +1 -0
- package/build/src/presets/eslint/fw-docusaurus.d.ts +4 -0
- package/build/src/presets/eslint/fw-docusaurus.d.ts.map +1 -0
- package/build/src/presets/eslint/fw-docusaurus.js +6 -0
- package/build/src/presets/eslint/fw-docusaurus.js.map +1 -0
- package/build/src/presets/eslint/fw-expressjs.d.ts +4 -0
- package/build/src/presets/eslint/fw-expressjs.d.ts.map +1 -0
- package/build/src/presets/eslint/{fw-expressjs.mjs → fw-expressjs.js} +3 -5
- package/build/src/presets/eslint/fw-expressjs.js.map +1 -0
- package/build/src/presets/eslint/fw-nextjs.d.ts +4 -0
- package/build/src/presets/eslint/fw-nextjs.d.ts.map +1 -0
- package/build/src/presets/eslint/{fw-nextjs.mjs → fw-nextjs.js} +3 -5
- package/build/src/presets/eslint/fw-nextjs.js.map +1 -0
- package/build/src/presets/eslint/index.d.ts +16 -0
- package/build/src/presets/eslint/index.d.ts.map +1 -0
- package/build/src/presets/eslint/index.js +16 -0
- package/build/src/presets/eslint/index.js.map +1 -0
- package/build/src/presets/eslint/lang-javascript.d.ts +4 -0
- package/build/src/presets/eslint/lang-javascript.d.ts.map +1 -0
- package/build/src/presets/eslint/lang-javascript.js +34 -0
- package/build/src/presets/eslint/lang-javascript.js.map +1 -0
- package/build/src/presets/eslint/lang-mdx.d.ts +4 -0
- package/build/src/presets/eslint/lang-mdx.d.ts.map +1 -0
- package/build/src/presets/eslint/{lang-mdx.mjs → lang-mdx.js} +4 -8
- package/build/src/presets/eslint/lang-mdx.js.map +1 -0
- package/build/src/presets/eslint/lang-typescript.d.ts +4 -0
- package/build/src/presets/eslint/lang-typescript.d.ts.map +1 -0
- package/build/src/presets/eslint/lang-typescript.js +148 -0
- package/build/src/presets/eslint/lang-typescript.js.map +1 -0
- package/build/src/presets/eslint/runtime-browser.d.ts +4 -0
- package/build/src/presets/eslint/runtime-browser.d.ts.map +1 -0
- package/build/src/presets/eslint/{env-web-worker.mjs → runtime-browser.js} +1 -1
- package/build/src/presets/eslint/runtime-browser.js.map +1 -0
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts +4 -0
- package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts.map +1 -0
- package/build/src/presets/eslint/runtime-cloudflare-workers.js +6 -0
- package/build/src/presets/eslint/runtime-cloudflare-workers.js.map +1 -0
- package/build/src/presets/eslint/runtime-edge.d.ts +4 -0
- package/build/src/presets/eslint/runtime-edge.d.ts.map +1 -0
- package/build/src/presets/eslint/{env-edge.mjs → runtime-edge.js} +1 -1
- package/build/src/presets/eslint/runtime-edge.js.map +1 -0
- package/build/src/presets/eslint/runtime-node.d.ts +4 -0
- package/build/src/presets/eslint/runtime-node.d.ts.map +1 -0
- package/build/src/presets/eslint/{env-node.mjs → runtime-node.js} +4 -4
- package/build/src/presets/eslint/runtime-node.js.map +1 -0
- package/build/src/presets/eslint/runtime-service-worker.d.ts +4 -0
- package/build/src/presets/eslint/runtime-service-worker.d.ts.map +1 -0
- package/build/src/presets/eslint/runtime-service-worker.js +3 -0
- package/build/src/presets/eslint/runtime-service-worker.js.map +1 -0
- package/build/src/presets/eslint/runtime-web-worker.d.ts +4 -0
- package/build/src/presets/eslint/runtime-web-worker.d.ts.map +1 -0
- package/build/src/presets/eslint/runtime-web-worker.js +3 -0
- package/build/src/presets/eslint/runtime-web-worker.js.map +1 -0
- package/build/src/presets/eslint/tool-vite.d.ts +4 -0
- package/build/src/presets/eslint/tool-vite.d.ts.map +1 -0
- package/build/src/presets/eslint/{tool-vite.mjs → tool-vite.js} +3 -5
- package/build/src/presets/eslint/tool-vite.js.map +1 -0
- package/build/src/presets/tsconfig/dx-strict.json +1 -0
- package/build/src/presets/tsconfig/runtime-cloudflare-workers.json +12 -0
- package/build/src/presets/tsconfig/{platform-cloudflare-workers.json → runtime-web-worker.json} +2 -2
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts +11 -0
- package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js +73 -0
- package/build/src/rules/eslint/conventions/no-default-export-declaration.js.map +1 -0
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts +15 -0
- package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js +140 -0
- package/build/src/rules/eslint/conventions/no-implicit-boolean.js.map +1 -0
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts +15 -0
- package/build/src/rules/eslint/conventions/require-explicit-return.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/require-explicit-return.js +184 -0
- package/build/src/rules/eslint/conventions/require-explicit-return.js.map +1 -0
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts +12 -0
- package/build/src/rules/eslint/conventions/require-hash-private.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/require-hash-private.js +67 -0
- package/build/src/rules/eslint/conventions/require-hash-private.js.map +1 -0
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts +14 -0
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js +95 -0
- package/build/src/rules/eslint/conventions/require-kebab-case-filename.js.map +1 -0
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts +34 -0
- package/build/src/rules/eslint/conventions/require-naming-convention.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/require-naming-convention.js +382 -0
- package/build/src/rules/eslint/conventions/require-naming-convention.js.map +1 -0
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts +11 -0
- package/build/src/rules/eslint/conventions/require-undefined-init.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/require-undefined-init.js +71 -0
- package/build/src/rules/eslint/conventions/require-undefined-init.js.map +1 -0
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts +13 -0
- package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts.map +1 -0
- package/build/src/rules/eslint/conventions/switch-case-blocks.js +82 -0
- package/build/src/rules/eslint/conventions/switch-case-blocks.js.map +1 -0
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts +15 -0
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js +166 -0
- package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js.map +1 -0
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts +15 -0
- package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/no-multiline-strings.js +162 -0
- package/build/src/rules/eslint/formatting/no-multiline-strings.js.map +1 -0
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts +9 -4
- 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 +53 -30
- 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 +11 -0
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js +55 -0
- package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js.map +1 -0
- package/build/src/rules/eslint/formatting/require-import-order.d.ts +14 -0
- package/build/src/rules/eslint/formatting/require-import-order.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/require-import-order.js +187 -0
- package/build/src/rules/eslint/formatting/require-import-order.js.map +1 -0
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts +13 -0
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js +138 -0
- package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js.map +1 -0
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts +13 -0
- package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js +94 -0
- package/build/src/rules/eslint/formatting/require-multiline-conditions.js.map +1 -0
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts +23 -11
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts.map +1 -1
- package/build/src/rules/eslint/formatting/require-padding-lines.js +291 -155
- package/build/src/rules/eslint/formatting/require-padding-lines.js.map +1 -1
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts +11 -0
- package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/require-ternary-parens.js +76 -0
- package/build/src/rules/eslint/formatting/require-ternary-parens.js.map +1 -0
- package/build/src/rules/eslint/index.d.ts +44 -14
- package/build/src/rules/eslint/index.d.ts.map +1 -1
- package/build/src/rules/eslint/index.js +44 -14
- package/build/src/rules/eslint/index.js.map +1 -1
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts +15 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js +176 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +26 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js +495 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +12 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js +144 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +12 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js +97 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts +11 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js +90 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts +11 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts.map +1 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js +88 -0
- package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js.map +1 -0
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts +11 -4
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts.map +1 -1
- package/build/src/rules/eslint/nova/no-logger-dev.js +104 -82
- 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 +9 -4
- 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 +92 -51
- 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 +17 -0
- package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-await-in-loop.js +103 -0
- package/build/src/rules/eslint/patterns/no-await-in-loop.js.map +1 -0
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts +11 -0
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js +100 -0
- package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js.map +1 -0
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts +9 -4
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts.map +1 -1
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js +60 -22
- 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 +12 -0
- package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js +86 -0
- package/build/src/rules/eslint/patterns/no-bracket-method-call.js.map +1 -0
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts +11 -0
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js +77 -0
- package/build/src/rules/eslint/patterns/no-template-curly-in-string.js.map +1 -0
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts +15 -0
- package/build/src/rules/eslint/patterns/no-use-before-define.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-use-before-define.js +148 -0
- package/build/src/rules/eslint/patterns/no-use-before-define.js.map +1 -0
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts +9 -4
- 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 +51 -26
- 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 +10 -7
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts.map +1 -1
- package/build/src/rules/eslint/regex/no-regex-literals.js +62 -45
- package/build/src/rules/eslint/regex/no-regex-literals.js.map +1 -1
- package/build/src/rules/eslint/safety/no-script-url.d.ts +12 -0
- package/build/src/rules/eslint/safety/no-script-url.d.ts.map +1 -0
- package/build/src/rules/eslint/safety/no-script-url.js +71 -0
- package/build/src/rules/eslint/safety/no-script-url.js.map +1 -0
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts +21 -0
- package/build/src/rules/eslint/syntax/no-destructuring.d.ts.map +1 -0
- package/build/src/rules/eslint/syntax/no-destructuring.js +219 -0
- package/build/src/rules/eslint/syntax/no-destructuring.js.map +1 -0
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts +14 -0
- package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts.map +1 -0
- package/build/src/rules/eslint/syntax/no-numeric-literals.js +108 -0
- package/build/src/rules/eslint/syntax/no-numeric-literals.js.map +1 -0
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts +11 -0
- package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts.map +1 -0
- package/build/src/rules/eslint/syntax/no-optional-chaining.js +51 -0
- package/build/src/rules/eslint/syntax/no-optional-chaining.js.map +1 -0
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts +15 -0
- package/build/src/rules/eslint/syntax/no-rest-params.d.ts.map +1 -0
- package/build/src/rules/eslint/syntax/no-rest-params.js +158 -0
- package/build/src/rules/eslint/syntax/no-rest-params.js.map +1 -0
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +9 -4
- 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 +61 -34
- 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 +11 -0
- package/build/src/rules/eslint/typescript/no-explicit-any.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/no-explicit-any.js +51 -0
- package/build/src/rules/eslint/typescript/no-explicit-any.js.map +1 -0
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts +14 -4
- 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 +180 -30
- 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 +10 -7
- 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 +65 -51
- 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 +12 -0
- package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js +115 -0
- package/build/src/rules/eslint/typescript/require-bracket-property-access.js.map +1 -0
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts +12 -0
- package/build/src/rules/eslint/typescript/require-type-naming.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/require-type-naming.js +98 -0
- package/build/src/rules/eslint/typescript/require-type-naming.js.map +1 -0
- package/build/src/toolkit/bootstrap.d.ts +13 -0
- package/build/src/toolkit/bootstrap.d.ts.map +1 -0
- package/build/src/toolkit/bootstrap.js +175 -0
- package/build/src/toolkit/bootstrap.js.map +1 -0
- package/build/src/toolkit/cli-header.d.ts +5 -4
- package/build/src/toolkit/cli-header.d.ts.map +1 -1
- package/build/src/toolkit/cli-header.js +76 -62
- package/build/src/toolkit/cli-header.js.map +1 -1
- package/build/src/toolkit/index.d.ts +1 -0
- package/build/src/toolkit/index.d.ts.map +1 -1
- package/build/src/toolkit/index.js +1 -0
- package/build/src/toolkit/index.js.map +1 -1
- package/build/src/toolkit/logger.d.ts +9 -8
- package/build/src/toolkit/logger.d.ts.map +1 -1
- package/build/src/toolkit/logger.js +51 -32
- package/build/src/toolkit/logger.js.map +1 -1
- package/build/src/toolkit/markdown-table.d.ts +6 -5
- package/build/src/toolkit/markdown-table.d.ts.map +1 -1
- package/build/src/toolkit/markdown-table.js +36 -20
- package/build/src/toolkit/markdown-table.js.map +1 -1
- package/build/src/types/api/node-releases.d.ts +51 -0
- package/build/src/types/api/spdx-licenses.d.ts +41 -0
- package/build/src/types/cli/generate/github/funding.d.ts +59 -0
- package/build/src/types/cli/generate/github/issue-template.d.ts +142 -0
- package/build/src/types/cli/generate/github/workflows.d.ts +336 -0
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +43 -0
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +414 -0
- package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +33 -0
- package/build/src/types/cli/generate/must-haves/gitignore.d.ts +344 -0
- package/build/src/types/cli/generate/must-haves/license.d.ts +72 -0
- package/build/src/types/cli/generate/must-haves/read-me.d.ts +175 -0
- package/build/src/types/cli/index.d.ts +182 -0
- package/build/src/types/cli/recipe/index.d.ts +36 -0
- package/build/src/types/cli/recipe/package-json/cleanup.d.ts +125 -0
- package/build/src/types/cli/recipe/package-json/normalize-artifacts.d.ts +104 -0
- package/build/src/types/cli/recipe/package-json/normalize-bundler.d.ts +78 -0
- package/build/src/types/cli/recipe/package-json/normalize-dependencies.d.ts +150 -0
- package/build/src/types/cli/recipe/package-json/normalize-modules.d.ts +76 -0
- package/build/src/types/cli/recipe/package-json/normalize-tooling.d.ts +89 -0
- package/build/src/types/cli/recipe/package-json/sync-environment.d.ts +140 -0
- package/build/src/types/cli/recipe/package-json/sync-identity.d.ts +107 -0
- package/build/src/types/cli/recipe/package-json/sync-ownership.d.ts +152 -0
- package/build/src/types/cli/scaffold/app/expressjs.d.ts +21 -0
- package/build/src/types/cli/scaffold/app/nextjs.d.ts +21 -0
- package/build/src/types/cli/scaffold/app/vite.d.ts +21 -0
- package/build/src/types/cli/scaffold/app/workers.d.ts +21 -0
- package/build/src/types/cli/scaffold/docs/docusaurus.d.ts +21 -0
- package/build/src/types/cli/scaffold/starter/base.d.ts +57 -0
- package/build/src/types/cli/utility/changelog.d.ts +381 -0
- package/build/src/types/cli/utility/initialize.d.ts +1185 -0
- package/build/src/types/cli/utility/run-recipes.d.ts +25 -0
- package/build/src/types/cli/utility/run-scripts.d.ts +133 -0
- package/build/src/types/cli/utility/transpile.d.ts +90 -0
- package/build/src/types/cli/utility/type-check.d.ts +88 -0
- package/build/src/types/cli/utility/version.d.ts +286 -0
- package/build/src/types/fetch-response.d.ts +12 -0
- package/build/src/types/lib/item.d.ts +536 -0
- package/build/src/types/lib/nova-config.d.ts +421 -0
- package/build/src/types/lib/scaffold.d.ts +342 -0
- package/build/src/types/lib/utility.d.ts +486 -0
- package/build/src/types/lib/workflow-templates.d.ts +48 -0
- package/build/src/types/presets/eslint/dx-code-style.d.ts +8 -0
- package/build/src/types/presets/eslint/dx-ignore.d.ts +8 -0
- package/build/src/types/presets/eslint/fw-docusaurus.d.ts +8 -0
- package/build/src/types/presets/eslint/fw-expressjs.d.ts +8 -0
- package/build/src/types/presets/eslint/fw-nextjs.d.ts +8 -0
- package/build/src/types/presets/eslint/lang-javascript.d.ts +8 -0
- package/build/src/types/presets/eslint/lang-mdx.d.ts +8 -0
- package/build/src/types/presets/eslint/lang-typescript.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-browser.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-cloudflare-workers.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-edge.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-node.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-service-worker.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-web-worker.d.ts +8 -0
- package/build/src/types/presets/eslint/tool-vite.d.ts +8 -0
- package/build/src/types/rules/eslint/conventions/no-default-export-declaration.d.ts +32 -0
- package/build/src/types/rules/eslint/conventions/no-implicit-boolean.d.ts +72 -0
- package/build/src/types/rules/eslint/conventions/require-explicit-return.d.ts +73 -0
- package/build/src/types/rules/eslint/conventions/require-hash-private.d.ts +31 -0
- package/build/src/types/rules/eslint/conventions/require-kebab-case-filename.d.ts +64 -0
- package/build/src/types/rules/eslint/conventions/require-naming-convention.d.ts +265 -0
- package/build/src/types/rules/eslint/conventions/require-undefined-init.d.ts +30 -0
- package/build/src/types/rules/eslint/conventions/switch-case-blocks.d.ts +48 -0
- package/build/src/types/rules/eslint/formatting/no-complex-arrow-concise.d.ts +74 -0
- package/build/src/types/rules/eslint/formatting/no-multiline-strings.d.ts +104 -0
- package/build/src/types/rules/eslint/formatting/no-raw-text-in-code.d.ts +28 -0
- package/build/src/types/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +26 -0
- package/build/src/types/rules/eslint/formatting/require-import-order.d.ts +91 -0
- package/build/src/types/rules/eslint/formatting/require-multiline-condition-groups.d.ts +64 -0
- package/build/src/types/rules/eslint/formatting/require-multiline-conditions.d.ts +52 -0
- package/build/src/types/rules/eslint/formatting/require-padding-lines.d.ts +212 -0
- package/build/src/types/rules/eslint/formatting/require-ternary-parens.d.ts +32 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-body.d.ts +56 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +302 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +108 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +61 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-private.d.ts +40 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-since.d.ts +30 -0
- package/build/src/types/rules/eslint/nova/no-logger-dev.d.ts +60 -0
- package/build/src/types/rules/eslint/patterns/no-assign-then-return.d.ts +42 -0
- package/build/src/types/rules/eslint/patterns/no-await-in-loop.d.ts +87 -0
- package/build/src/types/rules/eslint/patterns/no-boolean-var-for-if.d.ts +48 -0
- package/build/src/types/rules/eslint/patterns/no-bracket-assignment.d.ts +34 -0
- package/build/src/types/rules/eslint/patterns/no-bracket-method-call.d.ts +46 -0
- package/build/src/types/rules/eslint/patterns/no-template-curly-in-string.d.ts +32 -0
- package/build/src/types/rules/eslint/patterns/no-use-before-define.d.ts +84 -0
- package/build/src/types/rules/eslint/regex/no-regex-literal-flags.d.ts +26 -0
- package/build/src/types/rules/eslint/regex/no-regex-literals.d.ts +40 -0
- package/build/src/types/rules/eslint/safety/no-script-url.d.ts +37 -0
- package/build/src/types/rules/eslint/syntax/no-destructuring.d.ts +131 -0
- package/build/src/types/rules/eslint/syntax/no-numeric-literals.d.ts +57 -0
- package/build/src/types/rules/eslint/syntax/no-optional-chaining.d.ts +26 -0
- package/build/src/types/rules/eslint/syntax/no-rest-params.d.ts +78 -0
- package/build/src/types/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +30 -0
- package/build/src/types/rules/eslint/typescript/no-explicit-any.d.ts +26 -0
- package/build/src/types/rules/eslint/typescript/no-inline-type-annotation.d.ts +94 -0
- package/build/src/types/rules/eslint/typescript/no-shared-type-import.d.ts +43 -0
- package/build/src/types/rules/eslint/typescript/require-bracket-property-access.d.ts +53 -0
- package/build/src/types/rules/eslint/typescript/require-type-naming.d.ts +51 -0
- package/build/src/types/shared.d.ts +724 -0
- package/build/src/types/tests/api/node-releases.test.d.ts +14 -0
- package/build/src/types/tests/api/spdx-licenses.test.d.ts +18 -0
- package/build/src/types/tests/cli/generate/github/funding.test.d.ts +26 -0
- package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +14 -0
- package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +38 -0
- package/build/src/types/tests/cli/generate/must-haves/agent-conventions.test.d.ts +32 -0
- package/build/src/types/tests/cli/generate/must-haves/dotenv.test.d.ts +14 -0
- package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +22 -0
- package/build/src/types/tests/cli/generate/must-haves/gitignore.test.d.ts +14 -0
- package/build/src/types/tests/cli/generate/must-haves/license.test.d.ts +26 -0
- package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +26 -0
- package/build/src/types/tests/cli/recipe/package-json/cleanup.test.d.ts +42 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +40 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-modules.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/sync-environment.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/sync-identity.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/sync-ownership.test.d.ts +32 -0
- package/build/src/types/tests/cli/scaffold/app/expressjs.test.d.ts +40 -0
- package/build/src/types/tests/cli/scaffold/app/nextjs.test.d.ts +42 -0
- package/build/src/types/tests/cli/scaffold/app/vite.test.d.ts +42 -0
- package/build/src/types/tests/cli/scaffold/app/workers.test.d.ts +40 -0
- package/build/src/types/tests/cli/scaffold/docs/docusaurus.test.d.ts +40 -0
- package/build/src/types/tests/cli/scaffold/starter/base.test.d.ts +40 -0
- package/build/src/types/tests/cli/utility/changelog.test.d.ts +68 -0
- package/build/src/types/tests/cli/utility/initialize.test.d.ts +14 -0
- package/build/src/types/tests/cli/utility/run-recipes.test.d.ts +22 -0
- package/build/src/types/tests/cli/utility/run-scripts.test.d.ts +52 -0
- package/build/src/types/tests/cli/utility/transpile.test.d.ts +26 -0
- package/build/src/types/tests/cli/utility/type-check.test.d.ts +22 -0
- package/build/src/types/tests/cli/utility/version.test.d.ts +12 -0
- package/build/src/types/tests/lib/item.test.d.ts +88 -0
- package/build/src/types/tests/lib/nova-config.test.d.ts +138 -0
- package/build/src/types/tests/lib/regex.test.d.ts +122 -0
- package/build/src/types/tests/lib/scaffold.test.d.ts +26 -0
- package/build/src/types/tests/lib/schema.test.d.ts +36 -0
- package/build/src/types/tests/lib/utility.test.d.ts +324 -0
- package/build/src/types/tests/lib/workflow-templates.test.d.ts +77 -0
- package/build/src/types/tests/rules/eslint/conventions/no-default-export-declaration.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/no-implicit-boolean.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-explicit-return.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-hash-private.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-kebab-case-filename.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-naming-convention.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-undefined-init.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/switch-case-blocks.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-complex-arrow-concise.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-multiline-strings.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-ternary-in-template-literal.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-import-order.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-condition-groups.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-conditions.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-ternary-parens.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-body.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-hierarchy.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-alignment.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-name.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-private.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-since.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/nova/no-logger-dev.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-await-in-loop.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-boolean-var-for-if.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-method-call.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-template-curly-in-string.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-use-before-define.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/regex/no-regex-literals.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/safety/no-script-url.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-destructuring.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-numeric-literals.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-optional-chaining.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-rest-params.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-explicit-any.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/require-bracket-property-access.test.d.ts +12 -0
- package/build/src/types/tests/rules/eslint/typescript/require-type-naming.test.d.ts +8 -0
- package/build/src/types/tests/toolkit/bootstrap.test.d.ts +108 -0
- package/build/src/types/tests/toolkit/cli-header.test.d.ts +46 -0
- package/build/src/types/tests/toolkit/logger.test.d.ts +20 -0
- package/build/src/types/tests/toolkit/markdown-table.test.d.ts +65 -0
- package/build/src/types/tests/type-declarations.test.d.ts +564 -0
- package/build/src/types/toolkit/bootstrap.d.ts +133 -0
- package/build/src/types/toolkit/cli-header.d.ts +203 -0
- package/build/src/types/toolkit/logger.d.ts +160 -0
- package/build/src/types/toolkit/markdown-table.d.ts +159 -0
- package/build/templates/.novaignore +0 -0
- package/build/templates/generators/github/funding/FUNDING.yml +12 -0
- package/build/templates/generators/github/issue-template/BUG-REPORT.yml +86 -0
- package/build/templates/generators/github/issue-template/FEATURE-REQUEST.yml +61 -0
- package/build/templates/generators/github/issue-template/SUPPORT-REQUEST.yml +50 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/android.yml +16 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/apple.yml +23 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/csharp.yml +20 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/docker.yml +33 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/homebridge.yml +16 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/nodejs.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/pfsense.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/php.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/python.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/screenshots.yml +7 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/synology.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/web.yml +21 -0
- package/build/templates/generators/github/issue-template/config.yml +1 -0
- package/build/templates/generators/github/issue-template/legal-agreements/bug-report.yml +8 -0
- package/build/templates/generators/github/issue-template/legal-agreements/feature-request.yml +8 -0
- package/build/templates/generators/github/issue-template/legal-agreements/support-request.yml +8 -0
- package/build/templates/generators/github/workflows/check-sponsor-gated-issues/base.yml +57 -0
- package/build/templates/generators/github/workflows/lock-inactive-issues/base.yml +43 -0
- package/build/templates/generators/github/workflows/lock-inactive-issues/triggers/schedule.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-aws-amplify-nextjs/base.yml +53 -0
- package/build/templates/generators/github/workflows/publish-to-aws-amplify-nextjs/triggers/push.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-aws-amplify-nextjs/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-cloudflare-pages-docusaurus/base.yml +62 -0
- package/build/templates/generators/github/workflows/publish-to-cloudflare-pages-docusaurus/triggers/push.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-cloudflare-pages-docusaurus/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/base.yml +58 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/workflow-run-any.yml +7 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/workflow-run-failure.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/workflow-run-success.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/base.yml +108 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/workflow-run-any.yml +7 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/workflow-run-failure.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/workflow-run-success.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-github-pages-docusaurus/base.yml +79 -0
- package/build/templates/generators/github/workflows/publish-to-github-pages-docusaurus/triggers/push.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-github-pages-docusaurus/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-npm/base.yml +91 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/workflow-run-any.yml +7 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/workflow-run-failure.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/workflow-run-success.yml +8 -0
- package/build/templates/generators/must-haves/agent-conventions/.cursorrules +54 -0
- package/build/templates/generators/must-haves/agent-conventions/AGENTS.md +54 -0
- package/build/templates/generators/must-haves/agent-conventions/CLAUDE.md +54 -0
- package/build/templates/generators/must-haves/agent-conventions/PROJECT_RULES.md +290 -0
- package/build/templates/generators/must-haves/agent-conventions/VISION.md +62 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/csharp.md +317 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/css.md +188 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/docker.md +131 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/documentation.md +615 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/java.md +285 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/kotlin.md +297 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/php.md +257 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/python.md +260 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/shell.md +205 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/swift.md +312 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/typescript.md +1530 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/universal.md +202 -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/license/AGPL-3.0 +662 -0
- package/build/templates/generators/must-haves/license/Apache-2.0 +202 -0
- package/build/templates/generators/must-haves/license/BSD-2-Clause +25 -0
- package/build/templates/generators/must-haves/license/BSD-3-Clause +29 -0
- package/build/templates/generators/must-haves/license/BSL-1.0 +24 -0
- package/build/templates/generators/must-haves/license/CC0-1.0 +122 -0
- package/build/templates/generators/must-haves/license/EPL-2.0 +278 -0
- package/build/templates/generators/must-haves/license/GPL-2.0 +340 -0
- package/build/templates/generators/must-haves/license/GPL-3.0 +675 -0
- package/build/templates/generators/must-haves/license/LGPL-2.1 +505 -0
- package/build/templates/generators/must-haves/license/MIT +22 -0
- package/build/templates/generators/must-haves/license/MPL-2.0 +374 -0
- package/build/templates/generators/must-haves/license/Proprietary +22 -0
- package/build/templates/generators/must-haves/license/Unlicense +25 -0
- package/build/templates/generators/must-haves/read-me/README.md +17 -0
- package/build/templates/scaffold/app/express/package.json +20 -0
- package/build/templates/scaffold/app/express/src/index.ts +12 -0
- package/build/templates/scaffold/app/express/tsconfig.json +15 -0
- package/build/templates/scaffold/app/nextjs/next.config.mjs +4 -0
- package/build/templates/scaffold/app/nextjs/package.json +22 -0
- package/build/templates/scaffold/app/nextjs/src/app/globals.css +11 -0
- package/build/templates/scaffold/app/nextjs/src/app/layout.tsx +18 -0
- package/build/templates/scaffold/app/nextjs/src/app/page.tsx +8 -0
- package/build/templates/scaffold/app/nextjs/tsconfig.json +26 -0
- package/build/templates/scaffold/app/vite/index.html +12 -0
- package/build/templates/scaffold/app/vite/package.json +17 -0
- package/build/templates/scaffold/app/vite/src/main.ts +5 -0
- package/build/templates/scaffold/app/vite/tsconfig.json +16 -0
- package/build/templates/scaffold/app/vite/vite.config.mts +3 -0
- package/build/templates/scaffold/app/workers/package.json +16 -0
- package/build/templates/scaffold/app/workers/src/index.ts +13 -0
- package/build/templates/scaffold/app/workers/tsconfig.json +17 -0
- package/build/templates/scaffold/app/workers/wrangler.toml +3 -0
- package/build/templates/scaffold/docs/docusaurus/docs/intro.md +9 -0
- package/build/templates/scaffold/docs/docusaurus/docusaurus.config.ts +33 -0
- package/build/templates/scaffold/docs/docusaurus/package.json +20 -0
- package/build/templates/scaffold/docs/docusaurus/sidebars.ts +9 -0
- package/build/templates/scaffold/docs/docusaurus/static/.gitkeep +0 -0
- package/build/templates/scaffold/docs/docusaurus/tsconfig.json +8 -0
- package/package.json +33 -23
- package/build/src/presets/eslint/dx-code-style.d.mts +0 -4
- package/build/src/presets/eslint/dx-code-style.d.mts.map +0 -1
- package/build/src/presets/eslint/dx-code-style.mjs +0 -211
- package/build/src/presets/eslint/dx-code-style.mjs.map +0 -1
- package/build/src/presets/eslint/dx-ignore.d.mts +0 -4
- package/build/src/presets/eslint/dx-ignore.d.mts.map +0 -1
- package/build/src/presets/eslint/dx-ignore.mjs.map +0 -1
- package/build/src/presets/eslint/env-browser.d.mts +0 -4
- package/build/src/presets/eslint/env-browser.d.mts.map +0 -1
- package/build/src/presets/eslint/env-browser.mjs +0 -3
- package/build/src/presets/eslint/env-browser.mjs.map +0 -1
- package/build/src/presets/eslint/env-edge.d.mts +0 -4
- package/build/src/presets/eslint/env-edge.d.mts.map +0 -1
- package/build/src/presets/eslint/env-edge.mjs.map +0 -1
- package/build/src/presets/eslint/env-node.d.mts +0 -4
- package/build/src/presets/eslint/env-node.d.mts.map +0 -1
- package/build/src/presets/eslint/env-node.mjs.map +0 -1
- package/build/src/presets/eslint/env-service-worker.d.mts +0 -4
- package/build/src/presets/eslint/env-service-worker.d.mts.map +0 -1
- package/build/src/presets/eslint/env-service-worker.mjs +0 -3
- package/build/src/presets/eslint/env-service-worker.mjs.map +0 -1
- package/build/src/presets/eslint/env-web-worker.d.mts +0 -4
- package/build/src/presets/eslint/env-web-worker.d.mts.map +0 -1
- package/build/src/presets/eslint/env-web-worker.mjs.map +0 -1
- package/build/src/presets/eslint/fw-docusaurus.d.mts +0 -4
- package/build/src/presets/eslint/fw-docusaurus.d.mts.map +0 -1
- package/build/src/presets/eslint/fw-docusaurus.mjs +0 -10
- package/build/src/presets/eslint/fw-docusaurus.mjs.map +0 -1
- package/build/src/presets/eslint/fw-expressjs.d.mts +0 -4
- package/build/src/presets/eslint/fw-expressjs.d.mts.map +0 -1
- package/build/src/presets/eslint/fw-expressjs.mjs.map +0 -1
- package/build/src/presets/eslint/fw-nextjs.d.mts +0 -4
- package/build/src/presets/eslint/fw-nextjs.d.mts.map +0 -1
- package/build/src/presets/eslint/fw-nextjs.mjs.map +0 -1
- package/build/src/presets/eslint/index.d.mts +0 -16
- package/build/src/presets/eslint/index.d.mts.map +0 -1
- package/build/src/presets/eslint/index.mjs +0 -16
- package/build/src/presets/eslint/index.mjs.map +0 -1
- package/build/src/presets/eslint/lang-javascript.d.mts +0 -4
- package/build/src/presets/eslint/lang-javascript.d.mts.map +0 -1
- package/build/src/presets/eslint/lang-javascript.mjs +0 -3
- package/build/src/presets/eslint/lang-javascript.mjs.map +0 -1
- package/build/src/presets/eslint/lang-mdx.d.mts +0 -4
- package/build/src/presets/eslint/lang-mdx.d.mts.map +0 -1
- package/build/src/presets/eslint/lang-mdx.mjs.map +0 -1
- package/build/src/presets/eslint/lang-typescript.d.mts +0 -4
- package/build/src/presets/eslint/lang-typescript.d.mts.map +0 -1
- package/build/src/presets/eslint/lang-typescript.mjs +0 -88
- package/build/src/presets/eslint/lang-typescript.mjs.map +0 -1
- package/build/src/presets/eslint/platform-cloudflare-workers.d.mts +0 -4
- package/build/src/presets/eslint/platform-cloudflare-workers.d.mts.map +0 -1
- package/build/src/presets/eslint/platform-cloudflare-workers.mjs +0 -8
- package/build/src/presets/eslint/platform-cloudflare-workers.mjs.map +0 -1
- package/build/src/presets/eslint/tool-vite.d.mts +0 -4
- package/build/src/presets/eslint/tool-vite.d.mts.map +0 -1
- package/build/src/presets/eslint/tool-vite.mjs.map +0 -1
- package/build/src/presets/tsconfig/env-web-worker.json +0 -12
- package/build/src/rules/eslint/patterns/no-destructuring.d.ts +0 -13
- package/build/src/rules/eslint/patterns/no-destructuring.d.ts.map +0 -1
- package/build/src/rules/eslint/patterns/no-destructuring.js +0 -177
- package/build/src/rules/eslint/patterns/no-destructuring.js.map +0 -1
- package/build/src/rules/eslint/patterns/no-implicit-boolean.d.ts +0 -6
- package/build/src/rules/eslint/patterns/no-implicit-boolean.d.ts.map +0 -1
- package/build/src/rules/eslint/patterns/no-implicit-boolean.js +0 -62
- package/build/src/rules/eslint/patterns/no-implicit-boolean.js.map +0 -1
- package/build/src/rules/eslint/patterns/no-ternary-in-template-literal.d.ts +0 -6
- package/build/src/rules/eslint/patterns/no-ternary-in-template-literal.d.ts.map +0 -1
- package/build/src/rules/eslint/patterns/no-ternary-in-template-literal.js +0 -32
- package/build/src/rules/eslint/patterns/no-ternary-in-template-literal.js.map +0 -1
- package/build/src/rules/eslint/patterns/switch-case-blocks.d.ts +0 -6
- package/build/src/rules/eslint/patterns/switch-case-blocks.d.ts.map +0 -1
- package/build/src/rules/eslint/patterns/switch-case-blocks.js +0 -36
- package/build/src/rules/eslint/patterns/switch-case-blocks.js.map +0 -1
- package/build/src/tests/api/node-releases.test.d.ts +0 -2
- package/build/src/tests/api/node-releases.test.d.ts.map +0 -1
- package/build/src/tests/api/node-releases.test.js +0 -193
- package/build/src/tests/api/node-releases.test.js.map +0 -1
- package/build/src/tests/api/spdx-licenses.test.d.ts +0 -2
- package/build/src/tests/api/spdx-licenses.test.d.ts.map +0 -1
- package/build/src/tests/api/spdx-licenses.test.js +0 -91
- package/build/src/tests/api/spdx-licenses.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/cleanup.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/cleanup.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/cleanup.test.js +0 -240
- package/build/src/tests/cli/recipe/package-json/cleanup.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-artifacts.test.js +0 -161
- package/build/src/tests/cli/recipe/package-json/normalize-artifacts.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/normalize-bundler.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-bundler.test.js +0 -161
- package/build/src/tests/cli/recipe/package-json/normalize-bundler.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-dependencies.test.js +0 -175
- package/build/src/tests/cli/recipe/package-json/normalize-dependencies.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-modules.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/normalize-modules.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-modules.test.js +0 -164
- package/build/src/tests/cli/recipe/package-json/normalize-modules.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/normalize-tooling.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/normalize-tooling.test.js +0 -193
- package/build/src/tests/cli/recipe/package-json/normalize-tooling.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-environment.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/sync-environment.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-environment.test.js +0 -158
- package/build/src/tests/cli/recipe/package-json/sync-environment.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-identity.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/sync-identity.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-identity.test.js +0 -156
- package/build/src/tests/cli/recipe/package-json/sync-identity.test.js.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-ownership.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/package-json/sync-ownership.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/package-json/sync-ownership.test.js +0 -164
- package/build/src/tests/cli/recipe/package-json/sync-ownership.test.js.map +0 -1
- package/build/src/tests/cli/utility/changelog.test.d.ts +0 -2
- package/build/src/tests/cli/utility/changelog.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/changelog.test.js +0 -274
- package/build/src/tests/cli/utility/changelog.test.js.map +0 -1
- package/build/src/tests/cli/utility/initialize.test.d.ts +0 -2
- package/build/src/tests/cli/utility/initialize.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/initialize.test.js +0 -27
- package/build/src/tests/cli/utility/initialize.test.js.map +0 -1
- package/build/src/tests/cli/utility/run-recipes.test.d.ts +0 -2
- package/build/src/tests/cli/utility/run-recipes.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/run-recipes.test.js +0 -41
- package/build/src/tests/cli/utility/run-recipes.test.js.map +0 -1
- package/build/src/tests/cli/utility/run-scripts.test.d.ts +0 -2
- package/build/src/tests/cli/utility/run-scripts.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/run-scripts.test.js +0 -153
- package/build/src/tests/cli/utility/run-scripts.test.js.map +0 -1
- package/build/src/tests/cli/utility/transpile.test.d.ts +0 -2
- package/build/src/tests/cli/utility/transpile.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/transpile.test.js +0 -65
- package/build/src/tests/cli/utility/transpile.test.js.map +0 -1
- package/build/src/tests/cli/utility/type-check.test.d.ts +0 -2
- package/build/src/tests/cli/utility/type-check.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/type-check.test.js +0 -63
- package/build/src/tests/cli/utility/type-check.test.js.map +0 -1
- package/build/src/tests/cli/utility/version.test.d.ts +0 -2
- package/build/src/tests/cli/utility/version.test.d.ts.map +0 -1
- package/build/src/tests/cli/utility/version.test.js +0 -38
- package/build/src/tests/cli/utility/version.test.js.map +0 -1
- package/build/src/tests/lib/item.test.d.ts +0 -2
- package/build/src/tests/lib/item.test.d.ts.map +0 -1
- package/build/src/tests/lib/item.test.js +0 -142
- package/build/src/tests/lib/item.test.js.map +0 -1
- package/build/src/tests/lib/nova-config.test.d.ts +0 -2
- package/build/src/tests/lib/nova-config.test.d.ts.map +0 -1
- package/build/src/tests/lib/nova-config.test.js +0 -516
- package/build/src/tests/lib/nova-config.test.js.map +0 -1
- package/build/src/tests/lib/regex.test.d.ts +0 -2
- package/build/src/tests/lib/regex.test.d.ts.map +0 -1
- package/build/src/tests/lib/regex.test.js +0 -342
- package/build/src/tests/lib/regex.test.js.map +0 -1
- package/build/src/tests/lib/schema.test.d.ts +0 -2
- package/build/src/tests/lib/schema.test.d.ts.map +0 -1
- package/build/src/tests/lib/schema.test.js +0 -260
- package/build/src/tests/lib/schema.test.js.map +0 -1
- package/build/src/tests/lib/utility.test.d.ts +0 -2
- package/build/src/tests/lib/utility.test.d.ts.map +0 -1
- package/build/src/tests/lib/utility.test.js +0 -744
- package/build/src/tests/lib/utility.test.js.map +0 -1
- package/build/src/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/formatting/no-raw-text-in-code.test.js +0 -47
- package/build/src/tests/rules/eslint/formatting/no-raw-text-in-code.test.js.map +0 -1
- package/build/src/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/formatting/require-padding-lines.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/formatting/require-padding-lines.test.js +0 -131
- package/build/src/tests/rules/eslint/formatting/require-padding-lines.test.js.map +0 -1
- package/build/src/tests/rules/eslint/nova/no-logger-dev.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/nova/no-logger-dev.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/nova/no-logger-dev.test.js +0 -55
- package/build/src/tests/rules/eslint/nova/no-logger-dev.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-assign-then-return.test.js +0 -39
- package/build/src/tests/rules/eslint/patterns/no-assign-then-return.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-bracket-assignment.test.js +0 -40
- package/build/src/tests/rules/eslint/patterns/no-bracket-assignment.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-destructuring.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/no-destructuring.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-destructuring.test.js +0 -86
- package/build/src/tests/rules/eslint/patterns/no-destructuring.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-implicit-boolean.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/no-implicit-boolean.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-implicit-boolean.test.js +0 -76
- package/build/src/tests/rules/eslint/patterns/no-implicit-boolean.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-ternary-in-template-literal.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/no-ternary-in-template-literal.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/no-ternary-in-template-literal.test.js +0 -42
- package/build/src/tests/rules/eslint/patterns/no-ternary-in-template-literal.test.js.map +0 -1
- package/build/src/tests/rules/eslint/patterns/switch-case-blocks.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/patterns/switch-case-blocks.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/patterns/switch-case-blocks.test.js +0 -43
- package/build/src/tests/rules/eslint/patterns/switch-case-blocks.test.js.map +0 -1
- package/build/src/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/regex/no-regex-literal-flags.test.js +0 -47
- package/build/src/tests/rules/eslint/regex/no-regex-literal-flags.test.js.map +0 -1
- package/build/src/tests/rules/eslint/regex/no-regex-literals.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/regex/no-regex-literals.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/regex/no-regex-literals.test.js +0 -49
- package/build/src/tests/rules/eslint/regex/no-regex-literals.test.js.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.js +0 -34
- package/build/src/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.js.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-inline-type-annotation.test.js +0 -55
- package/build/src/tests/rules/eslint/typescript/no-inline-type-annotation.test.js.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/typescript/no-shared-type-import.test.js +0 -51
- package/build/src/tests/rules/eslint/typescript/no-shared-type-import.test.js.map +0 -1
- package/build/src/tests/toolkit/cli-header.test.d.ts +0 -2
- package/build/src/tests/toolkit/cli-header.test.d.ts.map +0 -1
- package/build/src/tests/toolkit/cli-header.test.js +0 -143
- package/build/src/tests/toolkit/cli-header.test.js.map +0 -1
- package/build/src/tests/toolkit/logger.test.d.ts +0 -2
- package/build/src/tests/toolkit/logger.test.d.ts.map +0 -1
- package/build/src/tests/toolkit/logger.test.js +0 -96
- package/build/src/tests/toolkit/logger.test.js.map +0 -1
- package/build/src/tests/toolkit/markdown-table.test.d.ts +0 -2
- package/build/src/tests/toolkit/markdown-table.test.d.ts.map +0 -1
- package/build/src/tests/toolkit/markdown-table.test.js +0 -138
- package/build/src/tests/toolkit/markdown-table.test.js.map +0 -1
- /package/build/src/presets/tsconfig/{env-browser.json → runtime-browser.json} +0 -0
- /package/build/src/presets/tsconfig/{env-edge.json → runtime-edge.json} +0 -0
- /package/build/src/presets/tsconfig/{env-node.json → runtime-node.json} +0 -0
- /package/build/src/presets/tsconfig/{env-service-worker.json → runtime-service-worker.json} +0 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Scaffold - App - Vite - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.15.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsCliScaffoldAppViteRunOriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type TestsCliScaffoldAppViteRunTemporaryDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type TestsCliScaffoldAppViteRunTemporaryBase = string;
|
|
11
|
+
|
|
12
|
+
export type TestsCliScaffoldAppViteRunSandboxRoot = string;
|
|
13
|
+
|
|
14
|
+
export type TestsCliScaffoldAppViteRunRootDirectory = string;
|
|
15
|
+
|
|
16
|
+
export type TestsCliScaffoldAppViteRunChildDirectory = string;
|
|
17
|
+
|
|
18
|
+
export type TestsCliScaffoldAppViteRunRootPackageJson = string;
|
|
19
|
+
|
|
20
|
+
export type TestsCliScaffoldAppViteRunRootPackageJsonPath = string;
|
|
21
|
+
|
|
22
|
+
export type TestsCliScaffoldAppViteRunChildPackageJson = string;
|
|
23
|
+
|
|
24
|
+
export type TestsCliScaffoldAppViteRunChildPackageJsonPath = string;
|
|
25
|
+
|
|
26
|
+
export type TestsCliScaffoldAppViteRunProjectDirectory = string;
|
|
27
|
+
|
|
28
|
+
export type TestsCliScaffoldAppViteRunExists = boolean;
|
|
29
|
+
|
|
30
|
+
export type TestsCliScaffoldAppViteRunDryRunOutputPath = string;
|
|
31
|
+
|
|
32
|
+
export type TestsCliScaffoldAppViteRunWorkspacePackageJsonPath = string;
|
|
33
|
+
|
|
34
|
+
export type TestsCliScaffoldAppViteRunViteConfigPath = string;
|
|
35
|
+
|
|
36
|
+
export type TestsCliScaffoldAppViteRunIndexHtmlPath = string;
|
|
37
|
+
|
|
38
|
+
export type TestsCliScaffoldAppViteRunMainTsPath = string;
|
|
39
|
+
|
|
40
|
+
export type TestsCliScaffoldAppViteRunPackageJson = string;
|
|
41
|
+
|
|
42
|
+
export type TestsCliScaffoldAppViteRunPackageJsonPath = string;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Scaffold - App - Workers - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.15.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsCliScaffoldAppWorkersRunOriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type TestsCliScaffoldAppWorkersRunTemporaryDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type TestsCliScaffoldAppWorkersRunTemporaryBase = string;
|
|
11
|
+
|
|
12
|
+
export type TestsCliScaffoldAppWorkersRunSandboxRoot = string;
|
|
13
|
+
|
|
14
|
+
export type TestsCliScaffoldAppWorkersRunRootDirectory = string;
|
|
15
|
+
|
|
16
|
+
export type TestsCliScaffoldAppWorkersRunChildDirectory = string;
|
|
17
|
+
|
|
18
|
+
export type TestsCliScaffoldAppWorkersRunRootPackageJson = string;
|
|
19
|
+
|
|
20
|
+
export type TestsCliScaffoldAppWorkersRunRootPackageJsonPath = string;
|
|
21
|
+
|
|
22
|
+
export type TestsCliScaffoldAppWorkersRunChildPackageJson = string;
|
|
23
|
+
|
|
24
|
+
export type TestsCliScaffoldAppWorkersRunChildPackageJsonPath = string;
|
|
25
|
+
|
|
26
|
+
export type TestsCliScaffoldAppWorkersRunProjectDirectory = string;
|
|
27
|
+
|
|
28
|
+
export type TestsCliScaffoldAppWorkersRunExists = boolean;
|
|
29
|
+
|
|
30
|
+
export type TestsCliScaffoldAppWorkersRunDryRunOutputPath = string;
|
|
31
|
+
|
|
32
|
+
export type TestsCliScaffoldAppWorkersRunWorkspacePackageJsonPath = string;
|
|
33
|
+
|
|
34
|
+
export type TestsCliScaffoldAppWorkersRunWranglerTomlPath = string;
|
|
35
|
+
|
|
36
|
+
export type TestsCliScaffoldAppWorkersRunIndexTsPath = string;
|
|
37
|
+
|
|
38
|
+
export type TestsCliScaffoldAppWorkersRunPackageJson = string;
|
|
39
|
+
|
|
40
|
+
export type TestsCliScaffoldAppWorkersRunPackageJsonPath = string;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Scaffold - Docs - Docusaurus - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.15.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsCliScaffoldDocsDocusaurusRunOriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type TestsCliScaffoldDocsDocusaurusRunTemporaryDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type TestsCliScaffoldDocsDocusaurusRunTemporaryBase = string;
|
|
11
|
+
|
|
12
|
+
export type TestsCliScaffoldDocsDocusaurusRunSandboxRoot = string;
|
|
13
|
+
|
|
14
|
+
export type TestsCliScaffoldDocsDocusaurusRunRootDirectory = string;
|
|
15
|
+
|
|
16
|
+
export type TestsCliScaffoldDocsDocusaurusRunChildDirectory = string;
|
|
17
|
+
|
|
18
|
+
export type TestsCliScaffoldDocsDocusaurusRunRootPackageJson = string;
|
|
19
|
+
|
|
20
|
+
export type TestsCliScaffoldDocsDocusaurusRunRootPackageJsonPath = string;
|
|
21
|
+
|
|
22
|
+
export type TestsCliScaffoldDocsDocusaurusRunChildPackageJson = string;
|
|
23
|
+
|
|
24
|
+
export type TestsCliScaffoldDocsDocusaurusRunChildPackageJsonPath = string;
|
|
25
|
+
|
|
26
|
+
export type TestsCliScaffoldDocsDocusaurusRunProjectDirectory = string;
|
|
27
|
+
|
|
28
|
+
export type TestsCliScaffoldDocsDocusaurusRunExists = boolean;
|
|
29
|
+
|
|
30
|
+
export type TestsCliScaffoldDocsDocusaurusRunDryRunOutputPath = string;
|
|
31
|
+
|
|
32
|
+
export type TestsCliScaffoldDocsDocusaurusRunWorkspacePackageJsonPath = string;
|
|
33
|
+
|
|
34
|
+
export type TestsCliScaffoldDocsDocusaurusRunDocusaurusConfigPath = string;
|
|
35
|
+
|
|
36
|
+
export type TestsCliScaffoldDocsDocusaurusRunIntroMdPath = string;
|
|
37
|
+
|
|
38
|
+
export type TestsCliScaffoldDocsDocusaurusRunPackageJson = string;
|
|
39
|
+
|
|
40
|
+
export type TestsCliScaffoldDocsDocusaurusRunPackageJsonPath = string;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Scaffold - Starter - Base - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.15.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsCliScaffoldStarterBaseRunOriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type TestsCliScaffoldStarterBaseRunTemporaryDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type TestsCliScaffoldStarterBaseRunTemporaryBase = string;
|
|
11
|
+
|
|
12
|
+
export type TestsCliScaffoldStarterBaseRunSandboxRoot = string;
|
|
13
|
+
|
|
14
|
+
export type TestsCliScaffoldStarterBaseRunRootDirectory = string;
|
|
15
|
+
|
|
16
|
+
export type TestsCliScaffoldStarterBaseRunChildDirectory = string;
|
|
17
|
+
|
|
18
|
+
export type TestsCliScaffoldStarterBaseRunRootPackageJson = string;
|
|
19
|
+
|
|
20
|
+
export type TestsCliScaffoldStarterBaseRunRootPackageJsonPath = string;
|
|
21
|
+
|
|
22
|
+
export type TestsCliScaffoldStarterBaseRunChildPackageJson = string;
|
|
23
|
+
|
|
24
|
+
export type TestsCliScaffoldStarterBaseRunChildPackageJsonPath = string;
|
|
25
|
+
|
|
26
|
+
export type TestsCliScaffoldStarterBaseRunProjectDirectory = string;
|
|
27
|
+
|
|
28
|
+
export type TestsCliScaffoldStarterBaseRunPackageJson = string;
|
|
29
|
+
|
|
30
|
+
export type TestsCliScaffoldStarterBaseRunPackageJsonPath = string;
|
|
31
|
+
|
|
32
|
+
export type TestsCliScaffoldStarterBaseRunExists = boolean;
|
|
33
|
+
|
|
34
|
+
export type TestsCliScaffoldStarterBaseRunDryRunOutputPath = string;
|
|
35
|
+
|
|
36
|
+
export type TestsCliScaffoldStarterBaseRunNovaConfigPath = string;
|
|
37
|
+
|
|
38
|
+
export type TestsCliScaffoldStarterBaseRunAppsDirectory = string;
|
|
39
|
+
|
|
40
|
+
export type TestsCliScaffoldStarterBaseRunPackagesDirectory = string;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Utility - Changelog - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.14.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsCliUtilityChangelogRunOriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type TestsCliUtilityChangelogRunTemporaryDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type TestsCliUtilityChangelogRunSandboxPrefix = string;
|
|
11
|
+
|
|
12
|
+
export type TestsCliUtilityChangelogRunSandboxRoot = string;
|
|
13
|
+
|
|
14
|
+
export type TestsCliUtilityChangelogRunProjectDirectory = string;
|
|
15
|
+
|
|
16
|
+
export type TestsCliUtilityChangelogRunPackageJsonPath = string;
|
|
17
|
+
|
|
18
|
+
export type TestsCliUtilityChangelogRunPackageJsonContents = string;
|
|
19
|
+
|
|
20
|
+
export type TestsCliUtilityChangelogRunConfigPath = string;
|
|
21
|
+
|
|
22
|
+
export type TestsCliUtilityChangelogRunConfigContents = string;
|
|
23
|
+
|
|
24
|
+
export type TestsCliUtilityChangelogRunChangelogDirectory = string;
|
|
25
|
+
|
|
26
|
+
export type TestsCliUtilityChangelogRunFiles = string[];
|
|
27
|
+
|
|
28
|
+
export type TestsCliUtilityChangelogRunMdFiles = string[];
|
|
29
|
+
|
|
30
|
+
export type TestsCliUtilityChangelogRunMdFile = string;
|
|
31
|
+
|
|
32
|
+
export type TestsCliUtilityChangelogRunEntryPath = string;
|
|
33
|
+
|
|
34
|
+
export type TestsCliUtilityChangelogRunContent = string;
|
|
35
|
+
|
|
36
|
+
export type TestsCliUtilityChangelogRunHasPackage = boolean;
|
|
37
|
+
|
|
38
|
+
export type TestsCliUtilityChangelogRunHasCategory = boolean;
|
|
39
|
+
|
|
40
|
+
export type TestsCliUtilityChangelogRunHasBump = boolean;
|
|
41
|
+
|
|
42
|
+
export type TestsCliUtilityChangelogRunHasMessage = boolean;
|
|
43
|
+
|
|
44
|
+
export type TestsCliUtilityChangelogRunWorkspaceDirectory = string;
|
|
45
|
+
|
|
46
|
+
export type TestsCliUtilityChangelogRunWorkspacePackagePath = string;
|
|
47
|
+
|
|
48
|
+
export type TestsCliUtilityChangelogRunWorkspacePackageContents = string;
|
|
49
|
+
|
|
50
|
+
export type TestsCliUtilityChangelogRunEntryContents = string;
|
|
51
|
+
|
|
52
|
+
export type TestsCliUtilityChangelogRunUpdatedPackagePath = string;
|
|
53
|
+
|
|
54
|
+
export type TestsCliUtilityChangelogRunPackageJsonRaw = string;
|
|
55
|
+
|
|
56
|
+
export type TestsCliUtilityChangelogRunPackageJson = Record<string, unknown>;
|
|
57
|
+
|
|
58
|
+
export type TestsCliUtilityChangelogRunChangelogPath = string;
|
|
59
|
+
|
|
60
|
+
export type TestsCliUtilityChangelogRunChangelogContent = string;
|
|
61
|
+
|
|
62
|
+
export type TestsCliUtilityChangelogRunHasVersion = boolean;
|
|
63
|
+
|
|
64
|
+
export type TestsCliUtilityChangelogRunHasFeature = boolean;
|
|
65
|
+
|
|
66
|
+
export type TestsCliUtilityChangelogRunRemainingFiles = string[];
|
|
67
|
+
|
|
68
|
+
export type TestsCliUtilityChangelogRunRemainingMdFiles = string[];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Utility - Initialize - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.14.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsCliUtilityInitializeRunOriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type TestsCliUtilityInitializeRunTemporaryDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type TestsCliUtilityInitializeRunTemporaryPrefix = string;
|
|
11
|
+
|
|
12
|
+
export type TestsCliUtilityInitializeRunSandboxRoot = string;
|
|
13
|
+
|
|
14
|
+
export type TestsCliUtilityInitializeRunProjectDirectory = string;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Utility - Run Recipes - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.14.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsCliUtilityRunRecipesRunOriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type TestsCliUtilityRunRecipesRunTemporaryDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type TestsCliUtilityRunRecipesRunTemporaryPrefix = string;
|
|
11
|
+
|
|
12
|
+
export type TestsCliUtilityRunRecipesRunSandboxRoot = string;
|
|
13
|
+
|
|
14
|
+
export type TestsCliUtilityRunRecipesRunProjectDirectory = string;
|
|
15
|
+
|
|
16
|
+
export type TestsCliUtilityRunRecipesRunPackageJsonPath = string;
|
|
17
|
+
|
|
18
|
+
export type TestsCliUtilityRunRecipesRunPackageJsonContents = string;
|
|
19
|
+
|
|
20
|
+
export type TestsCliUtilityRunRecipesRunNovaConfigPath = string;
|
|
21
|
+
|
|
22
|
+
export type TestsCliUtilityRunRecipesRunNovaConfigContents = string;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Utility - Run Scripts - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.14.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsCliUtilityRunScriptsRunOriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type TestsCliUtilityRunScriptsRunTemporaryDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type TestsCliUtilityRunScriptsRunTemporaryPrefix = string;
|
|
11
|
+
|
|
12
|
+
export type TestsCliUtilityRunScriptsRunSandboxRoot = string;
|
|
13
|
+
|
|
14
|
+
export type TestsCliUtilityRunScriptsRunProjectRoot = string;
|
|
15
|
+
|
|
16
|
+
export type TestsCliUtilityRunScriptsRunPackageJson = string;
|
|
17
|
+
|
|
18
|
+
export type TestsCliUtilityRunScriptsRunPackageJsonPath = string;
|
|
19
|
+
|
|
20
|
+
export type TestsCliUtilityRunScriptsRunRealProjectRoot = string;
|
|
21
|
+
|
|
22
|
+
export type TestsCliUtilityRunScriptsRunOutputPath = string;
|
|
23
|
+
|
|
24
|
+
export type TestsCliUtilityRunScriptsRunOutput = string;
|
|
25
|
+
|
|
26
|
+
export type TestsCliUtilityRunScriptsRunFileAPath = string;
|
|
27
|
+
|
|
28
|
+
export type TestsCliUtilityRunScriptsRunFileBPath = string;
|
|
29
|
+
|
|
30
|
+
export type TestsCliUtilityRunScriptsRunFileA = string;
|
|
31
|
+
|
|
32
|
+
export type TestsCliUtilityRunScriptsRunFileB = string;
|
|
33
|
+
|
|
34
|
+
export type TestsCliUtilityRunScriptsRunCapturedWrites = string[];
|
|
35
|
+
|
|
36
|
+
export type TestsCliUtilityRunScriptsRunOriginalStdoutWrite = typeof process.stdout.write;
|
|
37
|
+
|
|
38
|
+
export type TestsCliUtilityRunScriptsRunChunkString = string;
|
|
39
|
+
|
|
40
|
+
export type TestsCliUtilityRunScriptsRunCapturedOutput = string;
|
|
41
|
+
|
|
42
|
+
export type TestsCliUtilityRunScriptsRunIncludesTaskA = boolean;
|
|
43
|
+
|
|
44
|
+
export type TestsCliUtilityRunScriptsRunIncludesTaskB = boolean;
|
|
45
|
+
|
|
46
|
+
export type TestsCliUtilityRunScriptsRunIncludesHelloA = boolean;
|
|
47
|
+
|
|
48
|
+
export type TestsCliUtilityRunScriptsRunIncludesHelloB = boolean;
|
|
49
|
+
|
|
50
|
+
export type TestsCliUtilityRunScriptsRunSecondRan = boolean;
|
|
51
|
+
|
|
52
|
+
export type TestsCliUtilityRunScriptsRunMissingFilePath = string;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Utility - Transpile - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.14.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsCliUtilityTranspileRunOriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type TestsCliUtilityTranspileRunTemporaryDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type TestsCliUtilityTranspileRunTemporaryPrefix = string;
|
|
11
|
+
|
|
12
|
+
export type TestsCliUtilityTranspileRunSandboxDirectory = string;
|
|
13
|
+
|
|
14
|
+
export type TestsCliUtilityTranspileRunSandboxRoot = string;
|
|
15
|
+
|
|
16
|
+
export type TestsCliUtilityTranspileRunProjectDirectory = string;
|
|
17
|
+
|
|
18
|
+
export type TestsCliUtilityTranspileRunTsconfigPath = string;
|
|
19
|
+
|
|
20
|
+
export type TestsCliUtilityTranspileRunTsconfigContents = string;
|
|
21
|
+
|
|
22
|
+
export type TestsCliUtilityTranspileRunIndexPath = string;
|
|
23
|
+
|
|
24
|
+
export type TestsCliUtilityTranspileRunOutputJsPath = string;
|
|
25
|
+
|
|
26
|
+
export type TestsCliUtilityTranspileRunOutputExists = boolean;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Utility - Type Check - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.14.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsCliUtilityTypeCheckRunOriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type TestsCliUtilityTypeCheckRunTemporaryDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type TestsCliUtilityTypeCheckRunTemporaryPrefix = string;
|
|
11
|
+
|
|
12
|
+
export type TestsCliUtilityTypeCheckRunSandboxDirectory = string;
|
|
13
|
+
|
|
14
|
+
export type TestsCliUtilityTypeCheckRunSandboxRoot = string;
|
|
15
|
+
|
|
16
|
+
export type TestsCliUtilityTypeCheckRunProjectDirectory = string;
|
|
17
|
+
|
|
18
|
+
export type TestsCliUtilityTypeCheckRunTsconfigPath = string;
|
|
19
|
+
|
|
20
|
+
export type TestsCliUtilityTypeCheckRunTsconfigContents = string;
|
|
21
|
+
|
|
22
|
+
export type TestsCliUtilityTypeCheckRunIndexPath = string;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - CLI - Utility - Version - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.14.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsCliUtilityVersionRunOriginalCwd = string;
|
|
7
|
+
|
|
8
|
+
export type TestsCliUtilityVersionRunTemporaryDirectory = string;
|
|
9
|
+
|
|
10
|
+
export type TestsCliUtilityVersionRunTemporaryPrefix = string;
|
|
11
|
+
|
|
12
|
+
export type TestsCliUtilityVersionRunSandboxRoot = string;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import type { SharedChangelogEntryBump } from '../../shared.d.ts';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Tests - Lib - Item - Allowed Recipes.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.13.0
|
|
7
|
+
*/
|
|
8
|
+
export type TestsLibItemIncludesSyncIdentity = boolean;
|
|
9
|
+
|
|
10
|
+
export type TestsLibItemIncludesNormalizeDependencies = boolean;
|
|
11
|
+
|
|
12
|
+
export type TestsLibItemIncludesSyncEnvironment = boolean;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Tests - Lib - Item - Allowed Roles And Policies.
|
|
16
|
+
*
|
|
17
|
+
* @since 0.13.0
|
|
18
|
+
*/
|
|
19
|
+
export type TestsLibItemIncludesProject = boolean;
|
|
20
|
+
|
|
21
|
+
export type TestsLibItemIncludesDocs = boolean;
|
|
22
|
+
|
|
23
|
+
export type TestsLibItemIncludesConfig = boolean;
|
|
24
|
+
|
|
25
|
+
export type TestsLibItemIncludesApp = boolean;
|
|
26
|
+
|
|
27
|
+
export type TestsLibItemIncludesPackage = boolean;
|
|
28
|
+
|
|
29
|
+
export type TestsLibItemIncludesTool = boolean;
|
|
30
|
+
|
|
31
|
+
export type TestsLibItemIncludesTemplate = boolean;
|
|
32
|
+
|
|
33
|
+
export type TestsLibItemUnique = Set<string>;
|
|
34
|
+
|
|
35
|
+
export type TestsLibItemPolicyRoles = string[];
|
|
36
|
+
|
|
37
|
+
export type TestsLibItemFound = string | undefined;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Tests - Lib - Item - Changelog Constants.
|
|
41
|
+
*
|
|
42
|
+
* @since 0.13.0
|
|
43
|
+
*/
|
|
44
|
+
export type TestsLibItemIncludesMajor = boolean;
|
|
45
|
+
|
|
46
|
+
export type TestsLibItemIncludesMinor = boolean;
|
|
47
|
+
|
|
48
|
+
export type TestsLibItemIncludesPatch = boolean;
|
|
49
|
+
|
|
50
|
+
export type TestsLibItemIncludesAdded = boolean;
|
|
51
|
+
|
|
52
|
+
export type TestsLibItemIncludesUpdated = boolean;
|
|
53
|
+
|
|
54
|
+
export type TestsLibItemIncludesFixed = boolean;
|
|
55
|
+
|
|
56
|
+
export type TestsLibItemIncludesRemoved = boolean;
|
|
57
|
+
|
|
58
|
+
export type TestsLibItemCategory = string;
|
|
59
|
+
|
|
60
|
+
export type TestsLibItemBump = SharedChangelogEntryBump;
|
|
61
|
+
|
|
62
|
+
export type TestsLibItemIsValidBump = boolean;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Tests - Lib - Item - package.json Key Arrays.
|
|
66
|
+
*
|
|
67
|
+
* @since 0.13.0
|
|
68
|
+
*/
|
|
69
|
+
export type TestsLibItemIncludesName = boolean;
|
|
70
|
+
|
|
71
|
+
export type TestsLibItemIncludesVersion = boolean;
|
|
72
|
+
|
|
73
|
+
export type TestsLibItemIncludesDescription = boolean;
|
|
74
|
+
|
|
75
|
+
export type TestsLibItemIncludesLicense = boolean;
|
|
76
|
+
|
|
77
|
+
export type TestsLibItemIncludesDependencies = boolean;
|
|
78
|
+
|
|
79
|
+
export type TestsLibItemIncludesDevDependencies = boolean;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Tests - Lib - Item - Pretty Name Maps.
|
|
83
|
+
*
|
|
84
|
+
* @since 0.13.0
|
|
85
|
+
*/
|
|
86
|
+
export type TestsLibItemKey = string;
|
|
87
|
+
|
|
88
|
+
export type TestsLibItemValue = string;
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import type { LibNovaConfig } from '../../../lib/nova-config.js';
|
|
2
|
+
|
|
3
|
+
import type {
|
|
4
|
+
SharedNovaConfigConfig,
|
|
5
|
+
SharedNovaConfigEntities,
|
|
6
|
+
SharedNovaConfigEntity,
|
|
7
|
+
SharedNovaConfigProject,
|
|
8
|
+
SharedNovaConfigProjectLicense,
|
|
9
|
+
SharedNovaConfigProjectName,
|
|
10
|
+
SharedNovaConfigUrls,
|
|
11
|
+
SharedNovaConfigWorkflow,
|
|
12
|
+
SharedNovaConfigWorkflows,
|
|
13
|
+
SharedNovaConfigWorkspace,
|
|
14
|
+
SharedNovaConfigWorkspaceRecipes,
|
|
15
|
+
SharedNovaConfigWorkspaces,
|
|
16
|
+
} from '../../shared.d.ts';
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Tests - Lib - Nova Config - parseWorkflows (via load).
|
|
20
|
+
*
|
|
21
|
+
* @since 0.20.0
|
|
22
|
+
*/
|
|
23
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsOriginalCwd = string;
|
|
24
|
+
|
|
25
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsTemporaryDirectory = string;
|
|
26
|
+
|
|
27
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsSandboxPrefix = string;
|
|
28
|
+
|
|
29
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsSandboxRoot = string;
|
|
30
|
+
|
|
31
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsProjectDirectory = string;
|
|
32
|
+
|
|
33
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsConfigPath = string;
|
|
34
|
+
|
|
35
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsConfigContents = string;
|
|
36
|
+
|
|
37
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsConfig = LibNovaConfig;
|
|
38
|
+
|
|
39
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsLoaded = SharedNovaConfigConfig;
|
|
40
|
+
|
|
41
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsLoadedWorkflows = SharedNovaConfigWorkflows | undefined;
|
|
42
|
+
|
|
43
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsFirstWorkflow = SharedNovaConfigWorkflow | undefined;
|
|
44
|
+
|
|
45
|
+
export type TestsLibNovaConfigSharednovaconfigParseWorkflowsSecondWorkflow = SharedNovaConfigWorkflow | undefined;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Tests - Lib - Nova Config - SharedNovaConfig Constructor.
|
|
49
|
+
*
|
|
50
|
+
* @since 0.13.0
|
|
51
|
+
*/
|
|
52
|
+
export type TestsLibNovaConfigSharednovaconfigConstructorConfig = LibNovaConfig;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Tests - Lib - Nova Config - SharedNovaConfig Load.
|
|
56
|
+
*
|
|
57
|
+
* @since 0.13.0
|
|
58
|
+
*/
|
|
59
|
+
export type TestsLibNovaConfigSharednovaconfigLoadOriginalCwd = string;
|
|
60
|
+
|
|
61
|
+
export type TestsLibNovaConfigSharednovaconfigLoadTemporaryDirectory = string;
|
|
62
|
+
|
|
63
|
+
export type TestsLibNovaConfigSharednovaconfigLoadSandboxPrefix = string;
|
|
64
|
+
|
|
65
|
+
export type TestsLibNovaConfigSharednovaconfigLoadSandboxRoot = string;
|
|
66
|
+
|
|
67
|
+
export type TestsLibNovaConfigSharednovaconfigLoadProjectDirectory = string;
|
|
68
|
+
|
|
69
|
+
export type TestsLibNovaConfigSharednovaconfigLoadConfigData = Record<string, unknown>;
|
|
70
|
+
|
|
71
|
+
export type TestsLibNovaConfigSharednovaconfigLoadConfigPath = string;
|
|
72
|
+
|
|
73
|
+
export type TestsLibNovaConfigSharednovaconfigLoadConfigContents = string;
|
|
74
|
+
|
|
75
|
+
export type TestsLibNovaConfigSharednovaconfigLoadConfig = LibNovaConfig;
|
|
76
|
+
|
|
77
|
+
export type TestsLibNovaConfigSharednovaconfigLoadLoaded = SharedNovaConfigConfig;
|
|
78
|
+
|
|
79
|
+
export type TestsLibNovaConfigSharednovaconfigLoadLoadedProject = SharedNovaConfigProject | undefined;
|
|
80
|
+
|
|
81
|
+
export type TestsLibNovaConfigSharednovaconfigLoadLoadedProjectName = SharedNovaConfigProjectName | undefined;
|
|
82
|
+
|
|
83
|
+
export type TestsLibNovaConfigSharednovaconfigLoadLoadedWorkspaces = SharedNovaConfigWorkspaces | undefined;
|
|
84
|
+
|
|
85
|
+
export type TestsLibNovaConfigSharednovaconfigLoadRootWorkspace = SharedNovaConfigWorkspace | undefined;
|
|
86
|
+
|
|
87
|
+
export type TestsLibNovaConfigSharednovaconfigLoadCoreWorkspace = SharedNovaConfigWorkspace | undefined;
|
|
88
|
+
|
|
89
|
+
export type TestsLibNovaConfigSharednovaconfigLoadRootRecipes = SharedNovaConfigWorkspaceRecipes | undefined;
|
|
90
|
+
|
|
91
|
+
export type TestsLibNovaConfigSharednovaconfigLoadRecipeKeys = string[];
|
|
92
|
+
|
|
93
|
+
export type TestsLibNovaConfigSharednovaconfigLoadLoadedEntities = SharedNovaConfigEntities | undefined;
|
|
94
|
+
|
|
95
|
+
export type TestsLibNovaConfigSharednovaconfigLoadFirstEntity = SharedNovaConfigEntity | undefined;
|
|
96
|
+
|
|
97
|
+
export type TestsLibNovaConfigSharednovaconfigLoadLicenses = SharedNovaConfigProjectLicense[];
|
|
98
|
+
|
|
99
|
+
export type TestsLibNovaConfigSharednovaconfigLoadLoadedUrls = SharedNovaConfigUrls | undefined;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Tests - Lib - Nova Config - SharedNovaConfig Set And Save.
|
|
103
|
+
*
|
|
104
|
+
* @since 0.13.0
|
|
105
|
+
*/
|
|
106
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveOriginalCwd = string;
|
|
107
|
+
|
|
108
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveTemporaryDirectory = string;
|
|
109
|
+
|
|
110
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveSandboxPrefix = string;
|
|
111
|
+
|
|
112
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveSandboxRoot = string;
|
|
113
|
+
|
|
114
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveProjectDirectory = string;
|
|
115
|
+
|
|
116
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveConfig = LibNovaConfig;
|
|
117
|
+
|
|
118
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveFilePath = string;
|
|
119
|
+
|
|
120
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveFileContents = string;
|
|
121
|
+
|
|
122
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveParsed = Record<string, unknown>;
|
|
123
|
+
|
|
124
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveParsedProject = Record<string, unknown>;
|
|
125
|
+
|
|
126
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveParsedProjectName = Record<string, unknown>;
|
|
127
|
+
|
|
128
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveParsedProjectDescription = Record<string, unknown>;
|
|
129
|
+
|
|
130
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveParsedWorkspaces = Record<string, unknown>;
|
|
131
|
+
|
|
132
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveParsedWorkspace = Record<string, unknown>;
|
|
133
|
+
|
|
134
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveParsedEntities = Record<string, unknown>[];
|
|
135
|
+
|
|
136
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveParsedEntity = Record<string, unknown>;
|
|
137
|
+
|
|
138
|
+
export type TestsLibNovaConfigSharednovaconfigSetAndSaveParsedUrls = Record<string, unknown>;
|