@cbnventures/nova 0.14.0 → 0.15.1
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 +16 -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 +490 -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 +439 -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 +542 -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 +338 -0
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +45 -0
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +421 -0
- package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +35 -0
- package/build/src/types/cli/generate/must-haves/gitignore.d.ts +346 -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 +176 -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 +344 -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 +731 -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/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/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/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/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,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI - Utility - Run Recipes - Run.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.14.0
|
|
5
|
+
*/
|
|
6
|
+
export type CliUtilityRunRecipesRunOptionsDryRun = true;
|
|
7
|
+
|
|
8
|
+
export type CliUtilityRunRecipesRunOptionsReplaceFile = true;
|
|
9
|
+
|
|
10
|
+
export type CliUtilityRunRecipesRunOptions = {
|
|
11
|
+
dryRun?: CliUtilityRunRecipesRunOptionsDryRun;
|
|
12
|
+
replaceFile?: CliUtilityRunRecipesRunOptionsReplaceFile;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export type CliUtilityRunRecipesRunReturns = Promise<void>;
|
|
16
|
+
|
|
17
|
+
export type CliUtilityRunRecipesRunCurrentDirectory = string;
|
|
18
|
+
|
|
19
|
+
export type CliUtilityRunRecipesRunIsAtProjectRoot = boolean;
|
|
20
|
+
|
|
21
|
+
export type CliUtilityRunRecipesRunIsDryRun = boolean;
|
|
22
|
+
|
|
23
|
+
export type CliUtilityRunRecipesRunIsReplaceFile = boolean;
|
|
24
|
+
|
|
25
|
+
export type CliUtilityRunRecipesRunReplaceFileNotice = string;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import type { ChildProcess, ChildProcessWithoutNullStreams } from 'child_process';
|
|
2
|
+
|
|
3
|
+
import type { SharedLogQueueEntry, SharedRunScriptsOptions } from '../../shared.d.ts';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* CLI - Utility - Run Scripts - Get npm Command.
|
|
7
|
+
*
|
|
8
|
+
* @since 0.14.0
|
|
9
|
+
*/
|
|
10
|
+
export type CliUtilityRunScriptsGetNpmCommandReturns = string;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* CLI - Utility - Run Scripts - Match Scripts.
|
|
14
|
+
*
|
|
15
|
+
* @since 0.14.0
|
|
16
|
+
*/
|
|
17
|
+
export type CliUtilityRunScriptsMatchScriptsScripts = Record<string, string>;
|
|
18
|
+
|
|
19
|
+
export type CliUtilityRunScriptsMatchScriptsPattern = string;
|
|
20
|
+
|
|
21
|
+
export type CliUtilityRunScriptsMatchScriptsReturns = string[];
|
|
22
|
+
|
|
23
|
+
export type CliUtilityRunScriptsMatchScriptsPrefix = string;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* CLI - Utility - Run Scripts - Read package.json.
|
|
27
|
+
*
|
|
28
|
+
* @since 0.14.0
|
|
29
|
+
*/
|
|
30
|
+
export type CliUtilityRunScriptsReadPackageJsonReturns = Promise<CliUtilityRunScriptsReadPackageJsonParsed | undefined>;
|
|
31
|
+
|
|
32
|
+
export type CliUtilityRunScriptsReadPackageJsonParsed = Record<string, unknown>;
|
|
33
|
+
|
|
34
|
+
export type CliUtilityRunScriptsReadPackageJsonCurrentDirectory = string;
|
|
35
|
+
|
|
36
|
+
export type CliUtilityRunScriptsReadPackageJsonPackageJsonPath = string;
|
|
37
|
+
|
|
38
|
+
export type CliUtilityRunScriptsReadPackageJsonRaw = string;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* CLI - Utility - Run Scripts - Run.
|
|
42
|
+
*
|
|
43
|
+
* @since 0.14.0
|
|
44
|
+
*/
|
|
45
|
+
export type CliUtilityRunScriptsRunOptions = SharedRunScriptsOptions;
|
|
46
|
+
|
|
47
|
+
export type CliUtilityRunScriptsRunReturns = Promise<void>;
|
|
48
|
+
|
|
49
|
+
export type CliUtilityRunScriptsRunPattern = string;
|
|
50
|
+
|
|
51
|
+
export type CliUtilityRunScriptsRunPackageJson = Record<string, unknown> | undefined;
|
|
52
|
+
|
|
53
|
+
export type CliUtilityRunScriptsRunScripts = Record<string, string> | undefined;
|
|
54
|
+
|
|
55
|
+
export type CliUtilityRunScriptsRunMatchedScripts = string[];
|
|
56
|
+
|
|
57
|
+
export type CliUtilityRunScriptsRunExitCode = number;
|
|
58
|
+
|
|
59
|
+
export type CliUtilityRunScriptsRunBufferMs = number;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* CLI - Utility - Run Scripts - Run Parallel.
|
|
63
|
+
*
|
|
64
|
+
* @since 0.15.0
|
|
65
|
+
*/
|
|
66
|
+
export type CliUtilityRunScriptsRunParallelMatchedScripts = string[];
|
|
67
|
+
|
|
68
|
+
export type CliUtilityRunScriptsRunParallelBufferMs = number;
|
|
69
|
+
|
|
70
|
+
export type CliUtilityRunScriptsRunParallelReturns = Promise<void>;
|
|
71
|
+
|
|
72
|
+
export type CliUtilityRunScriptsRunParallelNpmCommand = string;
|
|
73
|
+
|
|
74
|
+
export type CliUtilityRunScriptsRunParallelColorFunctions = ((text: string) => string)[];
|
|
75
|
+
|
|
76
|
+
export type CliUtilityRunScriptsRunParallelPrefixes = Map<string, string>;
|
|
77
|
+
|
|
78
|
+
export type CliUtilityRunScriptsRunParallelColorIndex = number;
|
|
79
|
+
|
|
80
|
+
export type CliUtilityRunScriptsRunParallelScript = string;
|
|
81
|
+
|
|
82
|
+
export type CliUtilityRunScriptsRunParallelColorFunction = (text: string) => string;
|
|
83
|
+
|
|
84
|
+
export type CliUtilityRunScriptsRunParallelColoredPrefix = string;
|
|
85
|
+
|
|
86
|
+
export type CliUtilityRunScriptsRunParallelQueue = SharedLogQueueEntry[];
|
|
87
|
+
|
|
88
|
+
export type CliUtilityRunScriptsRunParallelPartialLines = Map<string, string>;
|
|
89
|
+
|
|
90
|
+
export type CliUtilityRunScriptsRunParallelChildren = ChildProcessWithoutNullStreams[];
|
|
91
|
+
|
|
92
|
+
export type CliUtilityRunScriptsRunParallelExitPromises = Promise<number>[];
|
|
93
|
+
|
|
94
|
+
export type CliUtilityRunScriptsRunParallelLastFlushedScript = string;
|
|
95
|
+
|
|
96
|
+
export type CliUtilityRunScriptsRunParallelFlushQueue = () => void;
|
|
97
|
+
|
|
98
|
+
export type CliUtilityRunScriptsRunParallelPrefix = string;
|
|
99
|
+
|
|
100
|
+
export type CliUtilityRunScriptsRunParallelFormattedLine = string;
|
|
101
|
+
|
|
102
|
+
export type CliUtilityRunScriptsRunParallelChild = ChildProcessWithoutNullStreams;
|
|
103
|
+
|
|
104
|
+
export type CliUtilityRunScriptsRunParallelHandleData = (data: Buffer, stream: 'stdout' | 'stderr') => void;
|
|
105
|
+
|
|
106
|
+
export type CliUtilityRunScriptsRunParallelText = string;
|
|
107
|
+
|
|
108
|
+
export type CliUtilityRunScriptsRunParallelLines = string[];
|
|
109
|
+
|
|
110
|
+
export type CliUtilityRunScriptsRunParallelPartial = string;
|
|
111
|
+
|
|
112
|
+
export type CliUtilityRunScriptsRunParallelExitPromise = Promise<number>;
|
|
113
|
+
|
|
114
|
+
export type CliUtilityRunScriptsRunParallelFlushInterval = ReturnType<typeof setInterval>;
|
|
115
|
+
|
|
116
|
+
export type CliUtilityRunScriptsRunParallelForwardSignal = (signal: NodeJS.Signals) => void;
|
|
117
|
+
|
|
118
|
+
export type CliUtilityRunScriptsRunParallelExitResults = PromiseSettledResult<number>[];
|
|
119
|
+
|
|
120
|
+
export type CliUtilityRunScriptsRunParallelFailed = boolean;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* CLI - Utility - Run Scripts - Spawn Script.
|
|
124
|
+
*
|
|
125
|
+
* @since 0.14.0
|
|
126
|
+
*/
|
|
127
|
+
export type CliUtilityRunScriptsSpawnScriptScript = string;
|
|
128
|
+
|
|
129
|
+
export type CliUtilityRunScriptsSpawnScriptReturns = Promise<number>;
|
|
130
|
+
|
|
131
|
+
export type CliUtilityRunScriptsSpawnScriptNpmCommand = string;
|
|
132
|
+
|
|
133
|
+
export type CliUtilityRunScriptsSpawnScriptChild = ChildProcess;
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
Diagnostic, EmitResult, ParsedCommandLine, Program,
|
|
3
|
+
} from 'typescript';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* CLI - Utility - Transpile - Emit Files.
|
|
7
|
+
*
|
|
8
|
+
* @since 0.14.0
|
|
9
|
+
*/
|
|
10
|
+
export type CliUtilityTranspileEmitFilesProgram = Program;
|
|
11
|
+
|
|
12
|
+
export type CliUtilityTranspileEmitFilesReturns = EmitResult;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* CLI - Utility - Transpile - Filter Diagnostics.
|
|
16
|
+
*
|
|
17
|
+
* @since 0.14.0
|
|
18
|
+
*/
|
|
19
|
+
export type CliUtilityTranspileFilterDiagnosticsDiagnostics = readonly Diagnostic[];
|
|
20
|
+
|
|
21
|
+
export type CliUtilityTranspileFilterDiagnosticsReturns = Diagnostic[];
|
|
22
|
+
|
|
23
|
+
export type CliUtilityTranspileFilterDiagnosticsCurrentDirectory = string;
|
|
24
|
+
|
|
25
|
+
export type CliUtilityTranspileFilterDiagnosticsFileName = string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* CLI - Utility - Transpile - Get Config Path.
|
|
29
|
+
*
|
|
30
|
+
* @since 0.14.0
|
|
31
|
+
*/
|
|
32
|
+
export type CliUtilityTranspileGetConfigPathProject = string | undefined;
|
|
33
|
+
|
|
34
|
+
export type CliUtilityTranspileGetConfigPathReturns = string | undefined;
|
|
35
|
+
|
|
36
|
+
export type CliUtilityTranspileGetConfigPathCurrentDirectory = string;
|
|
37
|
+
|
|
38
|
+
export type CliUtilityTranspileGetConfigPathResolved = string;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* CLI - Utility - Transpile - Print Diagnostics.
|
|
42
|
+
*
|
|
43
|
+
* @since 0.14.0
|
|
44
|
+
*/
|
|
45
|
+
export type CliUtilityTranspilePrintDiagnosticsFilteredDiagnostics = Diagnostic[];
|
|
46
|
+
|
|
47
|
+
export type CliUtilityTranspilePrintDiagnosticsReturns = void;
|
|
48
|
+
|
|
49
|
+
export type CliUtilityTranspilePrintDiagnosticsFileSet = Set<string>;
|
|
50
|
+
|
|
51
|
+
export type CliUtilityTranspilePrintDiagnosticsFileName = string;
|
|
52
|
+
|
|
53
|
+
export type CliUtilityTranspilePrintDiagnosticsMessage = string;
|
|
54
|
+
|
|
55
|
+
export type CliUtilityTranspilePrintDiagnosticsPosition = import('typescript').LineAndCharacter;
|
|
56
|
+
|
|
57
|
+
export type CliUtilityTranspilePrintDiagnosticsLine = number;
|
|
58
|
+
|
|
59
|
+
export type CliUtilityTranspilePrintDiagnosticsCharacter = number;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* CLI - Utility - Transpile - Run.
|
|
63
|
+
*
|
|
64
|
+
* @since 0.14.0
|
|
65
|
+
*/
|
|
66
|
+
export type CliUtilityTranspileRunOptionsProject = string;
|
|
67
|
+
|
|
68
|
+
export type CliUtilityTranspileRunOptions = {
|
|
69
|
+
project?: CliUtilityTranspileRunOptionsProject;
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
export type CliUtilityTranspileRunReturns = void;
|
|
73
|
+
|
|
74
|
+
export type CliUtilityTranspileRunConfigPath = string | undefined;
|
|
75
|
+
|
|
76
|
+
export type CliUtilityTranspileRunConfigResult = {
|
|
77
|
+
config?: unknown; error?: Diagnostic;
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export type CliUtilityTranspileRunConfig = unknown;
|
|
81
|
+
|
|
82
|
+
export type CliUtilityTranspileRunConfigDirectory = string;
|
|
83
|
+
|
|
84
|
+
export type CliUtilityTranspileRunParsed = ParsedCommandLine;
|
|
85
|
+
|
|
86
|
+
export type CliUtilityTranspileRunProgram = Program;
|
|
87
|
+
|
|
88
|
+
export type CliUtilityTranspileRunEmitResult = EmitResult;
|
|
89
|
+
|
|
90
|
+
export type CliUtilityTranspileRunFilteredDiagnostics = Diagnostic[];
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import type { Diagnostic, ParsedCommandLine, Program } from 'typescript';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* CLI - Utility - Type Check - Filter Diagnostics.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.13.0
|
|
7
|
+
*/
|
|
8
|
+
export type CliUtilityTypeCheckFilterDiagnosticsDiagnostics = readonly Diagnostic[];
|
|
9
|
+
|
|
10
|
+
export type CliUtilityTypeCheckFilterDiagnosticsReturns = Diagnostic[];
|
|
11
|
+
|
|
12
|
+
export type CliUtilityTypeCheckFilterDiagnosticsCurrentDirectory = string;
|
|
13
|
+
|
|
14
|
+
export type CliUtilityTypeCheckFilterDiagnosticsFileName = string;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* CLI - Utility - Type Check - Get Config Path.
|
|
18
|
+
*
|
|
19
|
+
* @since 0.13.0
|
|
20
|
+
*/
|
|
21
|
+
export type CliUtilityTypeCheckGetConfigPathProject = string | undefined;
|
|
22
|
+
|
|
23
|
+
export type CliUtilityTypeCheckGetConfigPathReturns = string | undefined;
|
|
24
|
+
|
|
25
|
+
export type CliUtilityTypeCheckGetConfigPathCurrentDirectory = string;
|
|
26
|
+
|
|
27
|
+
export type CliUtilityTypeCheckGetConfigPathResolved = string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* CLI - Utility - Type Check - Get Diagnostics.
|
|
31
|
+
*
|
|
32
|
+
* @since 0.13.0
|
|
33
|
+
*/
|
|
34
|
+
export type CliUtilityTypeCheckGetDiagnosticsProgram = Program;
|
|
35
|
+
|
|
36
|
+
export type CliUtilityTypeCheckGetDiagnosticsReturns = readonly Diagnostic[];
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* CLI - Utility - Type Check - Print Diagnostics.
|
|
40
|
+
*
|
|
41
|
+
* @since 0.13.0
|
|
42
|
+
*/
|
|
43
|
+
export type CliUtilityTypeCheckPrintDiagnosticsFilteredDiagnostics = Diagnostic[];
|
|
44
|
+
|
|
45
|
+
export type CliUtilityTypeCheckPrintDiagnosticsReturns = void;
|
|
46
|
+
|
|
47
|
+
export type CliUtilityTypeCheckPrintDiagnosticsFileSet = Set<string>;
|
|
48
|
+
|
|
49
|
+
export type CliUtilityTypeCheckPrintDiagnosticsFileName = string;
|
|
50
|
+
|
|
51
|
+
export type CliUtilityTypeCheckPrintDiagnosticsMessage = string;
|
|
52
|
+
|
|
53
|
+
export type CliUtilityTypeCheckPrintDiagnosticsPosition = import('typescript').LineAndCharacter;
|
|
54
|
+
|
|
55
|
+
export type CliUtilityTypeCheckPrintDiagnosticsLine = number;
|
|
56
|
+
|
|
57
|
+
export type CliUtilityTypeCheckPrintDiagnosticsCharacter = number;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* CLI - Utility - Type Check - Run.
|
|
61
|
+
*
|
|
62
|
+
* @since 0.13.0
|
|
63
|
+
*/
|
|
64
|
+
export type CliUtilityTypeCheckRunOptionsProject = string;
|
|
65
|
+
|
|
66
|
+
export type CliUtilityTypeCheckRunOptions = {
|
|
67
|
+
project?: CliUtilityTypeCheckRunOptionsProject;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export type CliUtilityTypeCheckRunReturns = void;
|
|
71
|
+
|
|
72
|
+
export type CliUtilityTypeCheckRunConfigPath = string | undefined;
|
|
73
|
+
|
|
74
|
+
export type CliUtilityTypeCheckRunConfigResult = {
|
|
75
|
+
config?: unknown; error?: Diagnostic;
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
export type CliUtilityTypeCheckRunConfig = unknown;
|
|
79
|
+
|
|
80
|
+
export type CliUtilityTypeCheckRunConfigDirectory = string;
|
|
81
|
+
|
|
82
|
+
export type CliUtilityTypeCheckRunParsed = ParsedCommandLine;
|
|
83
|
+
|
|
84
|
+
export type CliUtilityTypeCheckRunProgram = Program;
|
|
85
|
+
|
|
86
|
+
export type CliUtilityTypeCheckRunDiagnostics = readonly Diagnostic[];
|
|
87
|
+
|
|
88
|
+
export type CliUtilityTypeCheckRunFilteredDiagnostics = Diagnostic[];
|
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
import type MarkdownTable from '../../../toolkit/markdown-table.js';
|
|
2
|
+
|
|
3
|
+
import type {
|
|
4
|
+
SharedLinuxOsReleaseEntries,
|
|
5
|
+
SharedShellOutput,
|
|
6
|
+
SharedWindowsRegistryKey,
|
|
7
|
+
SharedWindowsRegistryKeys,
|
|
8
|
+
} from '../../shared.d.ts';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* CLI - Utility - Version - Get Browser Version.
|
|
12
|
+
*
|
|
13
|
+
* @since 0.11.0
|
|
14
|
+
*/
|
|
15
|
+
export type CliUtilityVersionGetBrowserVersionReturns = Promise<CliUtilityVersionGetBrowserVersionBrowsers>;
|
|
16
|
+
|
|
17
|
+
export type CliUtilityVersionGetBrowserVersionCurrentPlatform = NodeJS.Platform;
|
|
18
|
+
|
|
19
|
+
export type CliUtilityVersionGetBrowserVersionBrowsers = Record<string, string>;
|
|
20
|
+
|
|
21
|
+
export type CliUtilityVersionGetBrowserVersionDarwinSupportedBrowsers = Record<string, string>;
|
|
22
|
+
|
|
23
|
+
export type CliUtilityVersionGetBrowserVersionDarwinPairs = PromiseSettledResult<readonly [string, string] | null>[];
|
|
24
|
+
|
|
25
|
+
export type CliUtilityVersionGetBrowserVersionDarwinKey = string;
|
|
26
|
+
|
|
27
|
+
export type CliUtilityVersionGetBrowserVersionDarwinAppName = string;
|
|
28
|
+
|
|
29
|
+
export type CliUtilityVersionGetBrowserVersionDarwinSystem = string;
|
|
30
|
+
|
|
31
|
+
export type CliUtilityVersionGetBrowserVersionDarwinUser = string;
|
|
32
|
+
|
|
33
|
+
export type CliUtilityVersionGetBrowserVersionDarwinPathResults = [boolean, boolean];
|
|
34
|
+
|
|
35
|
+
export type CliUtilityVersionGetBrowserVersionDarwinHasSystem = boolean;
|
|
36
|
+
|
|
37
|
+
export type CliUtilityVersionGetBrowserVersionDarwinHasUser = boolean;
|
|
38
|
+
|
|
39
|
+
export type CliUtilityVersionGetBrowserVersionAppPath = string | null;
|
|
40
|
+
|
|
41
|
+
export type CliUtilityVersionGetBrowserVersionDarwinVersionResponse = SharedShellOutput;
|
|
42
|
+
|
|
43
|
+
export type CliUtilityVersionGetBrowserVersionDarwinMacosAppVersion = string;
|
|
44
|
+
|
|
45
|
+
export type CliUtilityVersionGetBrowserVersionDarwinEntries = (readonly [string, string])[];
|
|
46
|
+
|
|
47
|
+
export type CliUtilityVersionGetBrowserVersionWindowsSupportedBrowsers = Record<string, string>;
|
|
48
|
+
|
|
49
|
+
export type CliUtilityVersionGetBrowserVersionWindowsPairs = PromiseSettledResult<readonly [string, string] | null>[];
|
|
50
|
+
|
|
51
|
+
export type CliUtilityVersionGetBrowserVersionWindowsKey = string;
|
|
52
|
+
|
|
53
|
+
export type CliUtilityVersionGetBrowserVersionWindowsExeName = string;
|
|
54
|
+
|
|
55
|
+
export type CliUtilityVersionGetBrowserVersionWindowsQuery = SharedWindowsRegistryKeys;
|
|
56
|
+
|
|
57
|
+
export type CliUtilityVersionGetBrowserVersionWindowsExePath = string;
|
|
58
|
+
|
|
59
|
+
export type CliUtilityVersionGetBrowserVersionWindowsWindowsAppVersion = string;
|
|
60
|
+
|
|
61
|
+
export type CliUtilityVersionGetBrowserVersionWindowsEntries = (readonly [string, string])[];
|
|
62
|
+
|
|
63
|
+
export type CliUtilityVersionGetBrowserVersionLinuxSupportedBrowsers = Record<string, string>;
|
|
64
|
+
|
|
65
|
+
export type CliUtilityVersionGetBrowserVersionLinuxPairs = PromiseSettledResult<readonly [string, string] | null>[];
|
|
66
|
+
|
|
67
|
+
export type CliUtilityVersionGetBrowserVersionLinuxKey = string;
|
|
68
|
+
|
|
69
|
+
export type CliUtilityVersionGetBrowserVersionLinuxCommandName = string;
|
|
70
|
+
|
|
71
|
+
export type CliUtilityVersionGetBrowserVersionLinuxCommandResponse = SharedShellOutput;
|
|
72
|
+
|
|
73
|
+
export type CliUtilityVersionGetBrowserVersionLinuxVersionResponse = SharedShellOutput;
|
|
74
|
+
|
|
75
|
+
export type CliUtilityVersionGetBrowserVersionLinuxCliToolVersion = string;
|
|
76
|
+
|
|
77
|
+
export type CliUtilityVersionGetBrowserVersionLinuxEntries = (readonly [string, string])[];
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* CLI - Utility - Version - Get Environment Manager Version.
|
|
81
|
+
*
|
|
82
|
+
* @since 0.11.0
|
|
83
|
+
*/
|
|
84
|
+
export type CliUtilityVersionGetEnvironmentManagerVersionReturns = Promise<CliUtilityVersionGetEnvironmentManagerVersionManagers>;
|
|
85
|
+
|
|
86
|
+
export type CliUtilityVersionGetEnvironmentManagerVersionEnvResults = [SharedShellOutput, SharedShellOutput];
|
|
87
|
+
|
|
88
|
+
export type CliUtilityVersionGetEnvironmentManagerVersionNvmVersion = SharedShellOutput;
|
|
89
|
+
|
|
90
|
+
export type CliUtilityVersionGetEnvironmentManagerVersionVoltaVersion = SharedShellOutput;
|
|
91
|
+
|
|
92
|
+
export type CliUtilityVersionGetEnvironmentManagerVersionManagers = Record<string, string>;
|
|
93
|
+
|
|
94
|
+
export type CliUtilityVersionGetEnvironmentManagerVersionNvmPosixMatchResult = RegExpMatchArray | null;
|
|
95
|
+
|
|
96
|
+
export type CliUtilityVersionGetEnvironmentManagerVersionNvmPosixMatch = string | undefined;
|
|
97
|
+
|
|
98
|
+
export type CliUtilityVersionGetEnvironmentManagerVersionNvmWindowsMatchResult = RegExpMatchArray | null;
|
|
99
|
+
|
|
100
|
+
export type CliUtilityVersionGetEnvironmentManagerVersionNvmWindowsMatch = string | undefined;
|
|
101
|
+
|
|
102
|
+
export type CliUtilityVersionGetEnvironmentManagerVersionVoltaMatchResult = RegExpMatchArray | null;
|
|
103
|
+
|
|
104
|
+
export type CliUtilityVersionGetEnvironmentManagerVersionVoltaMatch = string | undefined;
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* CLI - Utility - Version - Get Interpreter Version.
|
|
108
|
+
*
|
|
109
|
+
* @since 0.11.0
|
|
110
|
+
*/
|
|
111
|
+
export type CliUtilityVersionGetInterpreterVersionReturns = Promise<CliUtilityVersionGetInterpreterVersionInterpreters>;
|
|
112
|
+
|
|
113
|
+
export type CliUtilityVersionGetInterpreterVersionInterpreterResults = [SharedShellOutput, SharedShellOutput];
|
|
114
|
+
|
|
115
|
+
export type CliUtilityVersionGetInterpreterVersionJavaVersion = SharedShellOutput;
|
|
116
|
+
|
|
117
|
+
export type CliUtilityVersionGetInterpreterVersionRustVersion = SharedShellOutput;
|
|
118
|
+
|
|
119
|
+
export type CliUtilityVersionGetInterpreterVersionInterpreters = Record<string, string>;
|
|
120
|
+
|
|
121
|
+
export type CliUtilityVersionGetInterpreterVersionJavaMatch = RegExpMatchArray | null;
|
|
122
|
+
|
|
123
|
+
export type CliUtilityVersionGetInterpreterVersionJavaMatchVersion = string;
|
|
124
|
+
|
|
125
|
+
export type CliUtilityVersionGetInterpreterVersionJavaMatchDistribution = string;
|
|
126
|
+
|
|
127
|
+
export type CliUtilityVersionGetInterpreterVersionJavaMatchBuild = string;
|
|
128
|
+
|
|
129
|
+
export type CliUtilityVersionGetInterpreterVersionRustMatch = RegExpMatchArray | null;
|
|
130
|
+
|
|
131
|
+
export type CliUtilityVersionGetInterpreterVersionRustMatchVersion = string;
|
|
132
|
+
|
|
133
|
+
export type CliUtilityVersionGetInterpreterVersionRustMatchBuildHash = string;
|
|
134
|
+
|
|
135
|
+
export type CliUtilityVersionGetInterpreterVersionRustMatchBuildDate = string;
|
|
136
|
+
|
|
137
|
+
export type CliUtilityVersionGetInterpreterVersionRustMatchSource = string;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* CLI - Utility - Version - Get Node Version.
|
|
141
|
+
*
|
|
142
|
+
* @since 0.11.0
|
|
143
|
+
*/
|
|
144
|
+
export type CliUtilityVersionGetNodeVersionReturns = Promise<CliUtilityVersionGetNodeVersionTools>;
|
|
145
|
+
|
|
146
|
+
export type CliUtilityVersionGetNodeVersionNodeResults = [SharedShellOutput, SharedShellOutput, SharedShellOutput, SharedShellOutput, SharedShellOutput];
|
|
147
|
+
|
|
148
|
+
export type CliUtilityVersionGetNodeVersionNodeJsVersion = SharedShellOutput;
|
|
149
|
+
|
|
150
|
+
export type CliUtilityVersionGetNodeVersionNpmVersion = SharedShellOutput;
|
|
151
|
+
|
|
152
|
+
export type CliUtilityVersionGetNodeVersionYarnVersion = SharedShellOutput;
|
|
153
|
+
|
|
154
|
+
export type CliUtilityVersionGetNodeVersionPnpmVersion = SharedShellOutput;
|
|
155
|
+
|
|
156
|
+
export type CliUtilityVersionGetNodeVersionBunVersion = SharedShellOutput;
|
|
157
|
+
|
|
158
|
+
export type CliUtilityVersionGetNodeVersionTools = Record<string, string>;
|
|
159
|
+
|
|
160
|
+
export type CliUtilityVersionGetNodeVersionNodeJsMatchResult = RegExpMatchArray | null;
|
|
161
|
+
|
|
162
|
+
export type CliUtilityVersionGetNodeVersionNodeJsMatch = string | undefined;
|
|
163
|
+
|
|
164
|
+
export type CliUtilityVersionGetNodeVersionNpmMatchResult = RegExpMatchArray | null;
|
|
165
|
+
|
|
166
|
+
export type CliUtilityVersionGetNodeVersionNpmMatch = string | undefined;
|
|
167
|
+
|
|
168
|
+
export type CliUtilityVersionGetNodeVersionYarnMatchResult = RegExpMatchArray | null;
|
|
169
|
+
|
|
170
|
+
export type CliUtilityVersionGetNodeVersionYarnMatch = string | undefined;
|
|
171
|
+
|
|
172
|
+
export type CliUtilityVersionGetNodeVersionPnpmMatchResult = RegExpMatchArray | null;
|
|
173
|
+
|
|
174
|
+
export type CliUtilityVersionGetNodeVersionPnpmMatch = string | undefined;
|
|
175
|
+
|
|
176
|
+
export type CliUtilityVersionGetNodeVersionBunMatchResult = RegExpMatchArray | null;
|
|
177
|
+
|
|
178
|
+
export type CliUtilityVersionGetNodeVersionBunMatch = string | undefined;
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* CLI - Utility - Version - Get OS Version.
|
|
182
|
+
*
|
|
183
|
+
* @since 0.11.0
|
|
184
|
+
*/
|
|
185
|
+
export type CliUtilityVersionGetOsVersionReturns = Promise<{
|
|
186
|
+
name: CliUtilityVersionGetOsVersionName;
|
|
187
|
+
version: CliUtilityVersionGetOsVersionCurrentVersion;
|
|
188
|
+
architecture: CliUtilityVersionGetOsVersionArchitecture;
|
|
189
|
+
build: CliUtilityVersionGetOsVersionBuild;
|
|
190
|
+
kernel: CliUtilityVersionGetOsVersionKernel;
|
|
191
|
+
}>;
|
|
192
|
+
|
|
193
|
+
export type CliUtilityVersionGetOsVersionCurrentPlatform = NodeJS.Platform;
|
|
194
|
+
|
|
195
|
+
export type CliUtilityVersionGetOsVersionArchitecture = NodeJS.Architecture;
|
|
196
|
+
|
|
197
|
+
export type CliUtilityVersionGetOsVersionKernel = string;
|
|
198
|
+
|
|
199
|
+
export type CliUtilityVersionGetOsVersionName = NodeJS.Platform | string;
|
|
200
|
+
|
|
201
|
+
export type CliUtilityVersionGetOsVersionCurrentVersion = string;
|
|
202
|
+
|
|
203
|
+
export type CliUtilityVersionGetOsVersionBuild = string;
|
|
204
|
+
|
|
205
|
+
export type CliUtilityVersionGetOsVersionDarwinResults = [SharedShellOutput, SharedShellOutput, SharedShellOutput];
|
|
206
|
+
|
|
207
|
+
export type CliUtilityVersionGetOsVersionProductName = SharedShellOutput;
|
|
208
|
+
|
|
209
|
+
export type CliUtilityVersionGetOsVersionProductVersion = SharedShellOutput;
|
|
210
|
+
|
|
211
|
+
export type CliUtilityVersionGetOsVersionBuildVersion = SharedShellOutput;
|
|
212
|
+
|
|
213
|
+
export type CliUtilityVersionGetOsVersionRegistryQuery = SharedWindowsRegistryKeys;
|
|
214
|
+
|
|
215
|
+
export type CliUtilityVersionGetOsVersionCurrentBuildEntry = SharedWindowsRegistryKey | undefined;
|
|
216
|
+
|
|
217
|
+
export type CliUtilityVersionGetOsVersionCurrentBuildNumberEntry = SharedWindowsRegistryKey | undefined;
|
|
218
|
+
|
|
219
|
+
export type CliUtilityVersionGetOsVersionUpdateBuildRevisionEntry = SharedWindowsRegistryKey | undefined;
|
|
220
|
+
|
|
221
|
+
export type CliUtilityVersionGetOsVersionProductNameEntry = SharedWindowsRegistryKey | undefined;
|
|
222
|
+
|
|
223
|
+
export type CliUtilityVersionGetOsVersionDisplayVersionEntry = SharedWindowsRegistryKey | undefined;
|
|
224
|
+
|
|
225
|
+
export type CliUtilityVersionGetOsVersionReleaseIdEntry = SharedWindowsRegistryKey | undefined;
|
|
226
|
+
|
|
227
|
+
export type CliUtilityVersionGetOsVersionCurrentBuild = string | undefined;
|
|
228
|
+
|
|
229
|
+
export type CliUtilityVersionGetOsVersionUpdateBuildRevision = string | undefined;
|
|
230
|
+
|
|
231
|
+
export type CliUtilityVersionGetOsVersionOsRelease = SharedLinuxOsReleaseEntries;
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* CLI - Utility - Version - Print.
|
|
235
|
+
*
|
|
236
|
+
* @since 0.11.0
|
|
237
|
+
*/
|
|
238
|
+
export type CliUtilityVersionPrintList = Record<string, Record<string, string>>;
|
|
239
|
+
|
|
240
|
+
export type CliUtilityVersionPrintReturns = void;
|
|
241
|
+
|
|
242
|
+
export type CliUtilityVersionPrintCategory = string;
|
|
243
|
+
|
|
244
|
+
export type CliUtilityVersionPrintRowsByKey = Record<string, string>;
|
|
245
|
+
|
|
246
|
+
export type CliUtilityVersionPrintTable = MarkdownTable;
|
|
247
|
+
|
|
248
|
+
export type CliUtilityVersionPrintRowKey = string;
|
|
249
|
+
|
|
250
|
+
export type CliUtilityVersionPrintRowValue = string;
|
|
251
|
+
|
|
252
|
+
export type CliUtilityVersionPrintCategoryLabel = string;
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* CLI - Utility - Version - Run.
|
|
256
|
+
*
|
|
257
|
+
* @since 0.11.0
|
|
258
|
+
*/
|
|
259
|
+
export type CliUtilityVersionRunOptionsAll = true;
|
|
260
|
+
|
|
261
|
+
export type CliUtilityVersionRunOptionsBrowser = true;
|
|
262
|
+
|
|
263
|
+
export type CliUtilityVersionRunOptionsEnv = true;
|
|
264
|
+
|
|
265
|
+
export type CliUtilityVersionRunOptionsInterpreter = true;
|
|
266
|
+
|
|
267
|
+
export type CliUtilityVersionRunOptionsNode = true;
|
|
268
|
+
|
|
269
|
+
export type CliUtilityVersionRunOptionsOs = true;
|
|
270
|
+
|
|
271
|
+
export type CliUtilityVersionRunOptions = {
|
|
272
|
+
all?: CliUtilityVersionRunOptionsAll;
|
|
273
|
+
browser?: CliUtilityVersionRunOptionsBrowser;
|
|
274
|
+
env?: CliUtilityVersionRunOptionsEnv;
|
|
275
|
+
interpreter?: CliUtilityVersionRunOptionsInterpreter;
|
|
276
|
+
node?: CliUtilityVersionRunOptionsNode;
|
|
277
|
+
os?: CliUtilityVersionRunOptionsOs;
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
export type CliUtilityVersionRunReturns = Promise<void>;
|
|
281
|
+
|
|
282
|
+
export type CliUtilityVersionRunTasks = Promise<[keyof CliUtilityVersionRunList, Record<string, string>]>[];
|
|
283
|
+
|
|
284
|
+
export type CliUtilityVersionRunResults = [keyof CliUtilityVersionRunList, Record<string, string>][];
|
|
285
|
+
|
|
286
|
+
export type CliUtilityVersionRunList = Record<string, Record<string, string>>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fetch Response.
|
|
3
|
+
*
|
|
4
|
+
* Augments the global Response interface to add a generic json<T>() overload
|
|
5
|
+
* so call sites can type the parsed response without an explicit cast.
|
|
6
|
+
*
|
|
7
|
+
* @since 0.14.0
|
|
8
|
+
*/
|
|
9
|
+
interface Response {
|
|
10
|
+
json(): Promise<unknown>;
|
|
11
|
+
json<T>(): Promise<T>;
|
|
12
|
+
}
|