@cbnventures/nova 0.13.1 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/bin/nova.mjs +3 -0
- package/build/package.json +38 -32
- package/build/src/api/node-releases.d.ts +4 -4
- package/build/src/api/node-releases.d.ts.map +1 -1
- package/build/src/api/node-releases.js +31 -26
- package/build/src/api/node-releases.js.map +1 -1
- package/build/src/api/spdx-licenses.d.ts +4 -4
- package/build/src/api/spdx-licenses.d.ts.map +1 -1
- package/build/src/api/spdx-licenses.js +21 -18
- package/build/src/api/spdx-licenses.js.map +1 -1
- package/build/src/cli/generate/github/funding.d.ts +5 -0
- package/build/src/cli/generate/github/funding.d.ts.map +1 -0
- package/build/src/cli/generate/github/funding.js +68 -0
- package/build/src/cli/generate/github/funding.js.map +1 -0
- package/build/src/cli/generate/github/issue-template.d.ts +5 -0
- package/build/src/cli/generate/github/issue-template.d.ts.map +1 -0
- package/build/src/cli/generate/github/issue-template.js +267 -0
- package/build/src/cli/generate/github/issue-template.js.map +1 -0
- package/build/src/cli/generate/github/workflows.d.ts +10 -0
- package/build/src/cli/generate/github/workflows.d.ts.map +1 -0
- package/build/src/cli/generate/github/workflows.js +464 -0
- package/build/src/cli/generate/github/workflows.js.map +1 -0
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts +5 -0
- package/build/src/cli/generate/must-haves/agent-conventions.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/agent-conventions.js +114 -0
- package/build/src/cli/generate/must-haves/agent-conventions.js.map +1 -0
- package/build/src/cli/generate/must-haves/dotenv.d.ts +12 -0
- package/build/src/cli/generate/must-haves/dotenv.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/dotenv.js +504 -0
- package/build/src/cli/generate/must-haves/dotenv.js.map +1 -0
- package/build/src/cli/generate/must-haves/editorconfig.d.ts +5 -0
- package/build/src/cli/generate/must-haves/editorconfig.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/editorconfig.js +37 -0
- package/build/src/cli/generate/must-haves/editorconfig.js.map +1 -0
- package/build/src/cli/generate/must-haves/gitignore.d.ts +13 -0
- package/build/src/cli/generate/must-haves/gitignore.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/gitignore.js +446 -0
- package/build/src/cli/generate/must-haves/gitignore.js.map +1 -0
- package/build/src/cli/generate/must-haves/license.d.ts +5 -0
- package/build/src/cli/generate/must-haves/license.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/license.js +131 -0
- package/build/src/cli/generate/must-haves/license.js.map +1 -0
- package/build/src/cli/generate/must-haves/read-me.d.ts +8 -0
- package/build/src/cli/generate/must-haves/read-me.d.ts.map +1 -0
- package/build/src/cli/generate/must-haves/read-me.js +255 -0
- package/build/src/cli/generate/must-haves/read-me.js.map +1 -0
- package/build/src/cli/index.js +421 -107
- package/build/src/cli/index.js.map +1 -1
- package/build/src/cli/recipe/index.d.ts +3 -0
- package/build/src/cli/recipe/index.d.ts.map +1 -0
- package/build/src/cli/recipe/index.js +57 -0
- package/build/src/cli/recipe/index.js.map +1 -0
- package/build/src/cli/recipe/package-json/cleanup.d.ts +8 -0
- package/build/src/cli/recipe/package-json/cleanup.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/cleanup.js +183 -0
- package/build/src/cli/recipe/package-json/cleanup.js.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts +8 -0
- package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-artifacts.js +250 -0
- package/build/src/cli/recipe/package-json/normalize-artifacts.js.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts +6 -0
- package/build/src/cli/recipe/package-json/normalize-bundler.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-bundler.js +146 -0
- package/build/src/cli/recipe/package-json/normalize-bundler.js.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts +9 -0
- package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-dependencies.js +268 -0
- package/build/src/cli/recipe/package-json/normalize-dependencies.js.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts +6 -0
- package/build/src/cli/recipe/package-json/normalize-modules.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-modules.js +263 -0
- package/build/src/cli/recipe/package-json/normalize-modules.js.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts +7 -0
- package/build/src/cli/recipe/package-json/normalize-tooling.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/normalize-tooling.js +163 -0
- package/build/src/cli/recipe/package-json/normalize-tooling.js.map +1 -0
- package/build/src/cli/recipe/package-json/sync-environment.d.ts +9 -0
- package/build/src/cli/recipe/package-json/sync-environment.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/sync-environment.js +283 -0
- package/build/src/cli/recipe/package-json/sync-environment.js.map +1 -0
- package/build/src/cli/recipe/package-json/sync-identity.d.ts +6 -0
- package/build/src/cli/recipe/package-json/sync-identity.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/sync-identity.js +224 -0
- package/build/src/cli/recipe/package-json/sync-identity.js.map +1 -0
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts +6 -0
- package/build/src/cli/recipe/package-json/sync-ownership.d.ts.map +1 -0
- package/build/src/cli/recipe/package-json/sync-ownership.js +349 -0
- package/build/src/cli/recipe/package-json/sync-ownership.js.map +1 -0
- 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 +207 -173
- 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 +1194 -284
- package/build/src/cli/utility/initialize.js.map +1 -1
- package/build/src/cli/utility/run-recipes.d.ts +5 -0
- package/build/src/cli/utility/run-recipes.d.ts.map +1 -0
- package/build/src/cli/utility/run-recipes.js +43 -0
- package/build/src/cli/utility/run-recipes.js.map +1 -0
- package/build/src/cli/utility/run-scripts.d.ts +10 -0
- package/build/src/cli/utility/run-scripts.d.ts.map +1 -0
- package/build/src/cli/utility/run-scripts.js +257 -0
- package/build/src/cli/utility/run-scripts.js.map +1 -0
- package/build/src/cli/utility/transpile.d.ts +9 -0
- package/build/src/cli/utility/transpile.d.ts.map +1 -0
- package/build/src/cli/utility/transpile.js +64 -0
- package/build/src/cli/utility/transpile.js.map +1 -0
- 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 +26 -21
- 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 -24
- package/build/src/lib/item.d.ts.map +1 -1
- package/build/src/lib/item.js +129 -39
- 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 +252 -69
- package/build/src/lib/nova-config.js.map +1 -1
- package/build/src/lib/regex.d.ts +92 -26
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +92 -26
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/scaffold.d.ts +10 -0
- package/build/src/lib/scaffold.d.ts.map +1 -0
- package/build/src/lib/scaffold.js +535 -0
- package/build/src/lib/scaffold.js.map +1 -0
- package/build/src/lib/schema.d.ts +2 -9
- package/build/src/lib/schema.d.ts.map +1 -1
- package/build/src/lib/schema.js +6 -8
- package/build/src/lib/schema.js.map +1 -1
- package/build/src/lib/utility.d.ts +21 -18
- package/build/src/lib/utility.d.ts.map +1 -1
- package/build/src/lib/utility.js +176 -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 +11 -0
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js +57 -0
- package/build/src/rules/eslint/formatting/no-raw-text-in-code.js.map +1 -0
- 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 +25 -0
- package/build/src/rules/eslint/formatting/require-padding-lines.d.ts.map +1 -0
- package/build/src/rules/eslint/formatting/require-padding-lines.js +309 -0
- package/build/src/rules/eslint/formatting/require-padding-lines.js.map +1 -0
- 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 -5
- package/build/src/rules/eslint/index.d.ts.map +1 -1
- package/build/src/rules/eslint/index.js +44 -5
- 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 +13 -0
- package/build/src/rules/eslint/nova/no-logger-dev.d.ts.map +1 -0
- package/build/src/rules/eslint/nova/no-logger-dev.js +112 -0
- package/build/src/rules/eslint/nova/no-logger-dev.js.map +1 -0
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts +11 -0
- package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-assign-then-return.js +96 -0
- package/build/src/rules/eslint/patterns/no-assign-then-return.js.map +1 -0
- 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 +11 -0
- package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts.map +1 -0
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js +69 -0
- package/build/src/rules/eslint/patterns/no-bracket-assignment.js.map +1 -0
- 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 +11 -0
- package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts.map +1 -0
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js +55 -0
- package/build/src/rules/eslint/regex/no-regex-literal-flags.js.map +1 -0
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts +12 -0
- package/build/src/rules/eslint/regex/no-regex-literals.d.ts.map +1 -0
- package/build/src/rules/eslint/regex/no-regex-literals.js +72 -0
- package/build/src/rules/eslint/regex/no-regex-literals.js.map +1 -0
- 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 +11 -0
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js +65 -0
- package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js.map +1 -0
- 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 +16 -0
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js +186 -0
- package/build/src/rules/eslint/typescript/no-inline-type-annotation.js.map +1 -0
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts +12 -0
- package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts.map +1 -0
- package/build/src/rules/eslint/typescript/no-shared-type-import.js +71 -0
- package/build/src/rules/eslint/typescript/no-shared-type-import.js.map +1 -0
- 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 +77 -63
- package/build/src/toolkit/cli-header.js.map +1 -1
- package/build/src/toolkit/index.d.ts +1 -0
- package/build/src/toolkit/index.d.ts.map +1 -1
- package/build/src/toolkit/index.js +1 -0
- package/build/src/toolkit/index.js.map +1 -1
- package/build/src/toolkit/logger.d.ts +9 -8
- package/build/src/toolkit/logger.d.ts.map +1 -1
- package/build/src/toolkit/logger.js +51 -32
- package/build/src/toolkit/logger.js.map +1 -1
- package/build/src/toolkit/markdown-table.d.ts +6 -5
- package/build/src/toolkit/markdown-table.d.ts.map +1 -1
- package/build/src/toolkit/markdown-table.js +36 -20
- package/build/src/toolkit/markdown-table.js.map +1 -1
- package/build/src/types/api/node-releases.d.ts +51 -0
- package/build/src/types/api/spdx-licenses.d.ts +41 -0
- package/build/src/types/cli/generate/github/funding.d.ts +59 -0
- package/build/src/types/cli/generate/github/issue-template.d.ts +142 -0
- package/build/src/types/cli/generate/github/workflows.d.ts +336 -0
- package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +43 -0
- package/build/src/types/cli/generate/must-haves/dotenv.d.ts +414 -0
- package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +33 -0
- package/build/src/types/cli/generate/must-haves/gitignore.d.ts +344 -0
- package/build/src/types/cli/generate/must-haves/license.d.ts +72 -0
- package/build/src/types/cli/generate/must-haves/read-me.d.ts +175 -0
- package/build/src/types/cli/index.d.ts +182 -0
- package/build/src/types/cli/recipe/index.d.ts +36 -0
- package/build/src/types/cli/recipe/package-json/cleanup.d.ts +125 -0
- package/build/src/types/cli/recipe/package-json/normalize-artifacts.d.ts +104 -0
- package/build/src/types/cli/recipe/package-json/normalize-bundler.d.ts +78 -0
- package/build/src/types/cli/recipe/package-json/normalize-dependencies.d.ts +150 -0
- package/build/src/types/cli/recipe/package-json/normalize-modules.d.ts +76 -0
- package/build/src/types/cli/recipe/package-json/normalize-tooling.d.ts +89 -0
- package/build/src/types/cli/recipe/package-json/sync-environment.d.ts +140 -0
- package/build/src/types/cli/recipe/package-json/sync-identity.d.ts +107 -0
- package/build/src/types/cli/recipe/package-json/sync-ownership.d.ts +152 -0
- package/build/src/types/cli/scaffold/app/expressjs.d.ts +21 -0
- package/build/src/types/cli/scaffold/app/nextjs.d.ts +21 -0
- package/build/src/types/cli/scaffold/app/vite.d.ts +21 -0
- package/build/src/types/cli/scaffold/app/workers.d.ts +21 -0
- package/build/src/types/cli/scaffold/docs/docusaurus.d.ts +21 -0
- package/build/src/types/cli/scaffold/starter/base.d.ts +57 -0
- package/build/src/types/cli/utility/changelog.d.ts +381 -0
- package/build/src/types/cli/utility/initialize.d.ts +1185 -0
- package/build/src/types/cli/utility/run-recipes.d.ts +25 -0
- package/build/src/types/cli/utility/run-scripts.d.ts +133 -0
- package/build/src/types/cli/utility/transpile.d.ts +90 -0
- package/build/src/types/cli/utility/type-check.d.ts +88 -0
- package/build/src/types/cli/utility/version.d.ts +286 -0
- package/build/src/types/fetch-response.d.ts +12 -0
- package/build/src/types/lib/item.d.ts +536 -0
- package/build/src/types/lib/nova-config.d.ts +421 -0
- package/build/src/types/lib/scaffold.d.ts +342 -0
- package/build/src/types/lib/utility.d.ts +486 -0
- package/build/src/types/lib/workflow-templates.d.ts +48 -0
- package/build/src/types/presets/eslint/dx-code-style.d.ts +8 -0
- package/build/src/types/presets/eslint/dx-ignore.d.ts +8 -0
- package/build/src/types/presets/eslint/fw-docusaurus.d.ts +8 -0
- package/build/src/types/presets/eslint/fw-expressjs.d.ts +8 -0
- package/build/src/types/presets/eslint/fw-nextjs.d.ts +8 -0
- package/build/src/types/presets/eslint/lang-javascript.d.ts +8 -0
- package/build/src/types/presets/eslint/lang-mdx.d.ts +8 -0
- package/build/src/types/presets/eslint/lang-typescript.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-browser.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-cloudflare-workers.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-edge.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-node.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-service-worker.d.ts +8 -0
- package/build/src/types/presets/eslint/runtime-web-worker.d.ts +8 -0
- package/build/src/types/presets/eslint/tool-vite.d.ts +8 -0
- package/build/src/types/rules/eslint/conventions/no-default-export-declaration.d.ts +32 -0
- package/build/src/types/rules/eslint/conventions/no-implicit-boolean.d.ts +72 -0
- package/build/src/types/rules/eslint/conventions/require-explicit-return.d.ts +73 -0
- package/build/src/types/rules/eslint/conventions/require-hash-private.d.ts +31 -0
- package/build/src/types/rules/eslint/conventions/require-kebab-case-filename.d.ts +64 -0
- package/build/src/types/rules/eslint/conventions/require-naming-convention.d.ts +265 -0
- package/build/src/types/rules/eslint/conventions/require-undefined-init.d.ts +30 -0
- package/build/src/types/rules/eslint/conventions/switch-case-blocks.d.ts +48 -0
- package/build/src/types/rules/eslint/formatting/no-complex-arrow-concise.d.ts +74 -0
- package/build/src/types/rules/eslint/formatting/no-multiline-strings.d.ts +104 -0
- package/build/src/types/rules/eslint/formatting/no-raw-text-in-code.d.ts +28 -0
- package/build/src/types/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +26 -0
- package/build/src/types/rules/eslint/formatting/require-import-order.d.ts +91 -0
- package/build/src/types/rules/eslint/formatting/require-multiline-condition-groups.d.ts +64 -0
- package/build/src/types/rules/eslint/formatting/require-multiline-conditions.d.ts +52 -0
- package/build/src/types/rules/eslint/formatting/require-padding-lines.d.ts +212 -0
- package/build/src/types/rules/eslint/formatting/require-ternary-parens.d.ts +32 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-body.d.ts +56 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +302 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +108 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +61 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-private.d.ts +40 -0
- package/build/src/types/rules/eslint/jsdoc/require-jsdoc-since.d.ts +30 -0
- package/build/src/types/rules/eslint/nova/no-logger-dev.d.ts +60 -0
- package/build/src/types/rules/eslint/patterns/no-assign-then-return.d.ts +42 -0
- package/build/src/types/rules/eslint/patterns/no-await-in-loop.d.ts +87 -0
- package/build/src/types/rules/eslint/patterns/no-boolean-var-for-if.d.ts +48 -0
- package/build/src/types/rules/eslint/patterns/no-bracket-assignment.d.ts +34 -0
- package/build/src/types/rules/eslint/patterns/no-bracket-method-call.d.ts +46 -0
- package/build/src/types/rules/eslint/patterns/no-template-curly-in-string.d.ts +32 -0
- package/build/src/types/rules/eslint/patterns/no-use-before-define.d.ts +84 -0
- package/build/src/types/rules/eslint/regex/no-regex-literal-flags.d.ts +26 -0
- package/build/src/types/rules/eslint/regex/no-regex-literals.d.ts +40 -0
- package/build/src/types/rules/eslint/safety/no-script-url.d.ts +37 -0
- package/build/src/types/rules/eslint/syntax/no-destructuring.d.ts +131 -0
- package/build/src/types/rules/eslint/syntax/no-numeric-literals.d.ts +57 -0
- package/build/src/types/rules/eslint/syntax/no-optional-chaining.d.ts +26 -0
- package/build/src/types/rules/eslint/syntax/no-rest-params.d.ts +78 -0
- package/build/src/types/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +30 -0
- package/build/src/types/rules/eslint/typescript/no-explicit-any.d.ts +26 -0
- package/build/src/types/rules/eslint/typescript/no-inline-type-annotation.d.ts +94 -0
- package/build/src/types/rules/eslint/typescript/no-shared-type-import.d.ts +43 -0
- package/build/src/types/rules/eslint/typescript/require-bracket-property-access.d.ts +53 -0
- package/build/src/types/rules/eslint/typescript/require-type-naming.d.ts +51 -0
- package/build/src/types/shared.d.ts +724 -0
- package/build/src/types/tests/api/node-releases.test.d.ts +14 -0
- package/build/src/types/tests/api/spdx-licenses.test.d.ts +18 -0
- package/build/src/types/tests/cli/generate/github/funding.test.d.ts +26 -0
- package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +14 -0
- package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +38 -0
- package/build/src/types/tests/cli/generate/must-haves/agent-conventions.test.d.ts +32 -0
- package/build/src/types/tests/cli/generate/must-haves/dotenv.test.d.ts +14 -0
- package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +22 -0
- package/build/src/types/tests/cli/generate/must-haves/gitignore.test.d.ts +14 -0
- package/build/src/types/tests/cli/generate/must-haves/license.test.d.ts +26 -0
- package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +26 -0
- package/build/src/types/tests/cli/recipe/package-json/cleanup.test.d.ts +42 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +40 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-modules.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/sync-environment.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/sync-identity.test.d.ts +32 -0
- package/build/src/types/tests/cli/recipe/package-json/sync-ownership.test.d.ts +32 -0
- package/build/src/types/tests/cli/scaffold/app/expressjs.test.d.ts +40 -0
- package/build/src/types/tests/cli/scaffold/app/nextjs.test.d.ts +42 -0
- package/build/src/types/tests/cli/scaffold/app/vite.test.d.ts +42 -0
- package/build/src/types/tests/cli/scaffold/app/workers.test.d.ts +40 -0
- package/build/src/types/tests/cli/scaffold/docs/docusaurus.test.d.ts +40 -0
- package/build/src/types/tests/cli/scaffold/starter/base.test.d.ts +40 -0
- package/build/src/types/tests/cli/utility/changelog.test.d.ts +68 -0
- package/build/src/types/tests/cli/utility/initialize.test.d.ts +14 -0
- package/build/src/types/tests/cli/utility/run-recipes.test.d.ts +22 -0
- package/build/src/types/tests/cli/utility/run-scripts.test.d.ts +52 -0
- package/build/src/types/tests/cli/utility/transpile.test.d.ts +26 -0
- package/build/src/types/tests/cli/utility/type-check.test.d.ts +22 -0
- package/build/src/types/tests/cli/utility/version.test.d.ts +12 -0
- package/build/src/types/tests/lib/item.test.d.ts +88 -0
- package/build/src/types/tests/lib/nova-config.test.d.ts +138 -0
- package/build/src/types/tests/lib/regex.test.d.ts +122 -0
- package/build/src/types/tests/lib/scaffold.test.d.ts +26 -0
- package/build/src/types/tests/lib/schema.test.d.ts +36 -0
- package/build/src/types/tests/lib/utility.test.d.ts +324 -0
- package/build/src/types/tests/lib/workflow-templates.test.d.ts +77 -0
- package/build/src/types/tests/rules/eslint/conventions/no-default-export-declaration.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/no-implicit-boolean.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-explicit-return.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-hash-private.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-kebab-case-filename.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-naming-convention.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/require-undefined-init.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/conventions/switch-case-blocks.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-complex-arrow-concise.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-multiline-strings.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/no-ternary-in-template-literal.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-import-order.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-condition-groups.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-multiline-conditions.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/formatting/require-ternary-parens.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-body.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-hierarchy.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-alignment.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-name.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-private.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-since.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/nova/no-logger-dev.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-await-in-loop.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-boolean-var-for-if.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-bracket-method-call.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-template-curly-in-string.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/patterns/no-use-before-define.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/regex/no-regex-literals.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/safety/no-script-url.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-destructuring.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-numeric-literals.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-optional-chaining.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/syntax/no-rest-params.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-explicit-any.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +8 -0
- package/build/src/types/tests/rules/eslint/typescript/require-bracket-property-access.test.d.ts +12 -0
- package/build/src/types/tests/rules/eslint/typescript/require-type-naming.test.d.ts +8 -0
- package/build/src/types/tests/toolkit/bootstrap.test.d.ts +108 -0
- package/build/src/types/tests/toolkit/cli-header.test.d.ts +46 -0
- package/build/src/types/tests/toolkit/logger.test.d.ts +20 -0
- package/build/src/types/tests/toolkit/markdown-table.test.d.ts +65 -0
- package/build/src/types/tests/type-declarations.test.d.ts +564 -0
- package/build/src/types/toolkit/bootstrap.d.ts +133 -0
- package/build/src/types/toolkit/cli-header.d.ts +203 -0
- package/build/src/types/toolkit/logger.d.ts +160 -0
- package/build/src/types/toolkit/markdown-table.d.ts +159 -0
- package/build/templates/.novaignore +0 -0
- package/build/templates/generators/github/funding/FUNDING.yml +12 -0
- package/build/templates/generators/github/issue-template/BUG-REPORT.yml +86 -0
- package/build/templates/generators/github/issue-template/FEATURE-REQUEST.yml +61 -0
- package/build/templates/generators/github/issue-template/SUPPORT-REQUEST.yml +50 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/android.yml +16 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/apple.yml +23 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/csharp.yml +20 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/docker.yml +33 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/homebridge.yml +16 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/nodejs.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/pfsense.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/php.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/python.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/screenshots.yml +7 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/synology.yml +8 -0
- package/build/templates/generators/github/issue-template/bug-report-fields/web.yml +21 -0
- package/build/templates/generators/github/issue-template/config.yml +1 -0
- package/build/templates/generators/github/issue-template/legal-agreements/bug-report.yml +8 -0
- package/build/templates/generators/github/issue-template/legal-agreements/feature-request.yml +8 -0
- package/build/templates/generators/github/issue-template/legal-agreements/support-request.yml +8 -0
- package/build/templates/generators/github/workflows/check-sponsor-gated-issues/base.yml +57 -0
- package/build/templates/generators/github/workflows/lock-inactive-issues/base.yml +43 -0
- package/build/templates/generators/github/workflows/lock-inactive-issues/triggers/schedule.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-aws-amplify-nextjs/base.yml +53 -0
- package/build/templates/generators/github/workflows/publish-to-aws-amplify-nextjs/triggers/push.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-aws-amplify-nextjs/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-cloudflare-pages-docusaurus/base.yml +62 -0
- package/build/templates/generators/github/workflows/publish-to-cloudflare-pages-docusaurus/triggers/push.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-cloudflare-pages-docusaurus/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/base.yml +58 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/workflow-run-any.yml +7 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/workflow-run-failure.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-docker-hub/triggers/workflow-run-success.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/base.yml +108 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/workflow-run-any.yml +7 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/workflow-run-failure.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-github-packages/triggers/workflow-run-success.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-github-pages-docusaurus/base.yml +79 -0
- package/build/templates/generators/github/workflows/publish-to-github-pages-docusaurus/triggers/push.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-github-pages-docusaurus/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-npm/base.yml +91 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/release.yml +5 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/workflow-run-any.yml +7 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/workflow-run-failure.yml +8 -0
- package/build/templates/generators/github/workflows/publish-to-npm/triggers/workflow-run-success.yml +8 -0
- package/build/templates/generators/must-haves/agent-conventions/.cursorrules +54 -0
- package/build/templates/generators/must-haves/agent-conventions/AGENTS.md +54 -0
- package/build/templates/generators/must-haves/agent-conventions/CLAUDE.md +54 -0
- package/build/templates/generators/must-haves/agent-conventions/PROJECT_RULES.md +290 -0
- package/build/templates/generators/must-haves/agent-conventions/VISION.md +62 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/csharp.md +317 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/css.md +188 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/docker.md +131 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/documentation.md +615 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/java.md +285 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/kotlin.md +297 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/php.md +257 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/python.md +260 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/shell.md +205 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/swift.md +312 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/typescript.md +1530 -0
- package/build/templates/generators/must-haves/agent-conventions/conventions/universal.md +202 -0
- package/build/templates/generators/must-haves/dotenv/.env.sample +14 -0
- package/build/templates/generators/must-haves/editorconfig/.editorconfig +212 -0
- package/build/templates/generators/must-haves/license/AGPL-3.0 +662 -0
- package/build/templates/generators/must-haves/license/Apache-2.0 +202 -0
- package/build/templates/generators/must-haves/license/BSD-2-Clause +25 -0
- package/build/templates/generators/must-haves/license/BSD-3-Clause +29 -0
- package/build/templates/generators/must-haves/license/BSL-1.0 +24 -0
- package/build/templates/generators/must-haves/license/CC0-1.0 +122 -0
- package/build/templates/generators/must-haves/license/EPL-2.0 +278 -0
- package/build/templates/generators/must-haves/license/GPL-2.0 +340 -0
- package/build/templates/generators/must-haves/license/GPL-3.0 +675 -0
- package/build/templates/generators/must-haves/license/LGPL-2.1 +505 -0
- package/build/templates/generators/must-haves/license/MIT +22 -0
- package/build/templates/generators/must-haves/license/MPL-2.0 +374 -0
- package/build/templates/generators/must-haves/license/Proprietary +22 -0
- package/build/templates/generators/must-haves/license/Unlicense +25 -0
- package/build/templates/generators/must-haves/read-me/README.md +17 -0
- package/build/templates/scaffold/app/express/package.json +20 -0
- package/build/templates/scaffold/app/express/src/index.ts +12 -0
- package/build/templates/scaffold/app/express/tsconfig.json +15 -0
- package/build/templates/scaffold/app/nextjs/next.config.mjs +4 -0
- package/build/templates/scaffold/app/nextjs/package.json +22 -0
- package/build/templates/scaffold/app/nextjs/src/app/globals.css +11 -0
- package/build/templates/scaffold/app/nextjs/src/app/layout.tsx +18 -0
- package/build/templates/scaffold/app/nextjs/src/app/page.tsx +8 -0
- package/build/templates/scaffold/app/nextjs/tsconfig.json +26 -0
- package/build/templates/scaffold/app/vite/index.html +12 -0
- package/build/templates/scaffold/app/vite/package.json +17 -0
- package/build/templates/scaffold/app/vite/src/main.ts +5 -0
- package/build/templates/scaffold/app/vite/tsconfig.json +16 -0
- package/build/templates/scaffold/app/vite/vite.config.mts +3 -0
- package/build/templates/scaffold/app/workers/package.json +16 -0
- package/build/templates/scaffold/app/workers/src/index.ts +13 -0
- package/build/templates/scaffold/app/workers/tsconfig.json +17 -0
- package/build/templates/scaffold/app/workers/wrangler.toml +3 -0
- package/build/templates/scaffold/docs/docusaurus/docs/intro.md +9 -0
- package/build/templates/scaffold/docs/docusaurus/docusaurus.config.ts +33 -0
- package/build/templates/scaffold/docs/docusaurus/package.json +20 -0
- package/build/templates/scaffold/docs/docusaurus/sidebars.ts +9 -0
- package/build/templates/scaffold/docs/docusaurus/static/.gitkeep +0 -0
- package/build/templates/scaffold/docs/docusaurus/tsconfig.json +8 -0
- package/package.json +38 -32
- package/build/eslint.config.d.ts +0 -34
- package/build/eslint.config.d.ts.map +0 -1
- package/build/eslint.config.js +0 -40
- package/build/eslint.config.js.map +0 -1
- package/build/src/cli/recipe/pin-versions.d.ts +0 -7
- package/build/src/cli/recipe/pin-versions.d.ts.map +0 -1
- package/build/src/cli/recipe/pin-versions.js +0 -145
- package/build/src/cli/recipe/pin-versions.js.map +0 -1
- package/build/src/cli/recipe/sync-lts-engines.d.ts +0 -6
- package/build/src/cli/recipe/sync-lts-engines.d.ts.map +0 -1
- package/build/src/cli/recipe/sync-lts-engines.js +0 -118
- package/build/src/cli/recipe/sync-lts-engines.js.map +0 -1
- package/build/src/cli/recipe/sync-packages.d.ts +0 -18
- package/build/src/cli/recipe/sync-packages.d.ts.map +0 -1
- package/build/src/cli/recipe/sync-packages.js +0 -1212
- package/build/src/cli/recipe/sync-packages.js.map +0 -1
- 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/no-logger-dev.d.ts +0 -6
- package/build/src/rules/eslint/no-logger-dev.d.ts.map +0 -1
- package/build/src/rules/eslint/no-logger-dev.js +0 -88
- package/build/src/rules/eslint/no-logger-dev.js.map +0 -1
- package/build/src/rules/eslint/no-raw-text-in-code.d.ts +0 -6
- package/build/src/rules/eslint/no-raw-text-in-code.d.ts.map +0 -1
- package/build/src/rules/eslint/no-raw-text-in-code.js +0 -34
- package/build/src/rules/eslint/no-raw-text-in-code.js.map +0 -1
- package/build/src/rules/eslint/no-regex-literal-flags.d.ts +0 -6
- package/build/src/rules/eslint/no-regex-literal-flags.d.ts.map +0 -1
- package/build/src/rules/eslint/no-regex-literal-flags.js +0 -30
- package/build/src/rules/eslint/no-regex-literal-flags.js.map +0 -1
- package/build/src/rules/eslint/no-regex-literals.d.ts +0 -9
- package/build/src/rules/eslint/no-regex-literals.d.ts.map +0 -1
- package/build/src/rules/eslint/no-regex-literals.js +0 -55
- package/build/src/rules/eslint/no-regex-literals.js.map +0 -1
- package/build/src/rules/eslint/switch-case-blocks.d.ts +0 -6
- package/build/src/rules/eslint/switch-case-blocks.d.ts.map +0 -1
- package/build/src/rules/eslint/switch-case-blocks.js +0 -36
- package/build/src/rules/eslint/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/pin-versions.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/pin-versions.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/pin-versions.test.js +0 -197
- package/build/src/tests/cli/recipe/pin-versions.test.js.map +0 -1
- package/build/src/tests/cli/recipe/sync-lts-engines.test.d.ts +0 -2
- package/build/src/tests/cli/recipe/sync-lts-engines.test.d.ts.map +0 -1
- package/build/src/tests/cli/recipe/sync-lts-engines.test.js +0 -131
- package/build/src/tests/cli/recipe/sync-lts-engines.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 -489
- 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/no-logger-dev.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/no-logger-dev.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/no-logger-dev.test.js +0 -55
- package/build/src/tests/rules/eslint/no-logger-dev.test.js.map +0 -1
- package/build/src/tests/rules/eslint/no-raw-text-in-code.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/no-raw-text-in-code.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/no-raw-text-in-code.test.js +0 -47
- package/build/src/tests/rules/eslint/no-raw-text-in-code.test.js.map +0 -1
- package/build/src/tests/rules/eslint/no-regex-literal-flags.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/no-regex-literal-flags.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/no-regex-literal-flags.test.js +0 -47
- package/build/src/tests/rules/eslint/no-regex-literal-flags.test.js.map +0 -1
- package/build/src/tests/rules/eslint/no-regex-literals.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/no-regex-literals.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/no-regex-literals.test.js +0 -49
- package/build/src/tests/rules/eslint/no-regex-literals.test.js.map +0 -1
- package/build/src/tests/rules/eslint/switch-case-blocks.test.d.ts +0 -2
- package/build/src/tests/rules/eslint/switch-case-blocks.test.d.ts.map +0 -1
- package/build/src/tests/rules/eslint/switch-case-blocks.test.js +0 -43
- package/build/src/tests/rules/eslint/switch-case-blocks.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,564 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tests - Type Declarations - Derive Class Prefix.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.15.0
|
|
5
|
+
*/
|
|
6
|
+
export type TestsTypeDeclarationsDeriveClassPrefixFilePath = string;
|
|
7
|
+
|
|
8
|
+
export type TestsTypeDeclarationsDeriveClassPrefixReturns = string;
|
|
9
|
+
|
|
10
|
+
export type TestsTypeDeclarationsDeriveClassPrefixCurrentDirectory = string;
|
|
11
|
+
|
|
12
|
+
export type TestsTypeDeclarationsDeriveClassPrefixRelativePath = string;
|
|
13
|
+
|
|
14
|
+
export type TestsTypeDeclarationsDeriveClassPrefixRelativeCleaned = string;
|
|
15
|
+
|
|
16
|
+
export type TestsTypeDeclarationsDeriveClassPrefixSegments = string[];
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Tests - Type Declarations - Derive Source Path.
|
|
20
|
+
*
|
|
21
|
+
* @since 0.15.0
|
|
22
|
+
*/
|
|
23
|
+
export type TestsTypeDeclarationsDeriveSourcePathDtsPath = string;
|
|
24
|
+
|
|
25
|
+
export type TestsTypeDeclarationsDeriveSourcePathReturns = string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Tests - Type Declarations - Discover Type Files.
|
|
29
|
+
*
|
|
30
|
+
* @since 0.15.0
|
|
31
|
+
*/
|
|
32
|
+
export type TestsTypeDeclarationsDiscoverTypeFilesReturns = Promise<string[]>;
|
|
33
|
+
|
|
34
|
+
export type TestsTypeDeclarationsDiscoverTypeFilesPatterns = string[];
|
|
35
|
+
|
|
36
|
+
export type TestsTypeDeclarationsDiscoverTypeFilesMatched = string[];
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Tests - Type Declarations - Extract Imported Names.
|
|
40
|
+
*
|
|
41
|
+
* @since 0.15.0
|
|
42
|
+
*/
|
|
43
|
+
export type TestsTypeDeclarationsExtractImportedNamesLines = string[];
|
|
44
|
+
|
|
45
|
+
export type TestsTypeDeclarationsExtractImportedNamesReturns = Set<string>;
|
|
46
|
+
|
|
47
|
+
export type TestsTypeDeclarationsExtractImportedNamesImportedNames = Set<string>;
|
|
48
|
+
|
|
49
|
+
export type TestsTypeDeclarationsExtractImportedNamesInImportBlock = boolean;
|
|
50
|
+
|
|
51
|
+
export type TestsTypeDeclarationsExtractImportedNamesMatch = RegExpMatchArray | null;
|
|
52
|
+
|
|
53
|
+
export type TestsTypeDeclarationsExtractImportedNamesInlineMatchCapture = string;
|
|
54
|
+
|
|
55
|
+
export type TestsTypeDeclarationsExtractImportedNamesSpecifiers = string[];
|
|
56
|
+
|
|
57
|
+
export type TestsTypeDeclarationsExtractImportedNamesTrimmed = string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Tests - Type Declarations - Extract Object Types.
|
|
61
|
+
*
|
|
62
|
+
* @since 0.15.0
|
|
63
|
+
*/
|
|
64
|
+
export type TestsTypeDeclarationsExtractObjectTypesLines = string[];
|
|
65
|
+
|
|
66
|
+
export type TestsTypeDeclarationsExtractObjectTypesClassPrefix = string;
|
|
67
|
+
|
|
68
|
+
export type TestsTypeDeclarationsExtractObjectTypesObjectPropertyKey = string;
|
|
69
|
+
|
|
70
|
+
export type TestsTypeDeclarationsExtractObjectTypesObjectPropertyValueType = string;
|
|
71
|
+
|
|
72
|
+
export type TestsTypeDeclarationsExtractObjectTypesObjectPropertyLineIndex = number;
|
|
73
|
+
|
|
74
|
+
export type TestsTypeDeclarationsExtractObjectTypesObjectProperty = {
|
|
75
|
+
key: TestsTypeDeclarationsExtractObjectTypesObjectPropertyKey;
|
|
76
|
+
valueType: TestsTypeDeclarationsExtractObjectTypesObjectPropertyValueType;
|
|
77
|
+
typeLineIndex: TestsTypeDeclarationsExtractObjectTypesObjectPropertyLineIndex;
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export type TestsTypeDeclarationsExtractObjectTypesObjectTypeProperties = TestsTypeDeclarationsExtractObjectTypesObjectProperty[];
|
|
81
|
+
|
|
82
|
+
export type TestsTypeDeclarationsExtractObjectTypesObjectTypeName = string;
|
|
83
|
+
|
|
84
|
+
export type TestsTypeDeclarationsExtractObjectTypesObjectTypeLineIndex = number;
|
|
85
|
+
|
|
86
|
+
export type TestsTypeDeclarationsExtractObjectTypesObjectType = {
|
|
87
|
+
name: TestsTypeDeclarationsExtractObjectTypesObjectTypeName;
|
|
88
|
+
lineIndex: TestsTypeDeclarationsExtractObjectTypesObjectTypeLineIndex;
|
|
89
|
+
properties: TestsTypeDeclarationsExtractObjectTypesObjectTypeProperties;
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
export type TestsTypeDeclarationsExtractObjectTypesReturns = TestsTypeDeclarationsExtractObjectTypesObjectType[];
|
|
93
|
+
|
|
94
|
+
export type TestsTypeDeclarationsExtractObjectTypesObjectTypes = TestsTypeDeclarationsExtractObjectTypesObjectType[];
|
|
95
|
+
|
|
96
|
+
export type TestsTypeDeclarationsExtractObjectTypesTypeLineMap = Map<string, number>;
|
|
97
|
+
|
|
98
|
+
export type TestsTypeDeclarationsExtractObjectTypesLineIndex = number;
|
|
99
|
+
|
|
100
|
+
export type TestsTypeDeclarationsExtractObjectTypesLine = string;
|
|
101
|
+
|
|
102
|
+
export type TestsTypeDeclarationsExtractObjectTypesMatch = RegExpMatchArray | null;
|
|
103
|
+
|
|
104
|
+
export type TestsTypeDeclarationsExtractObjectTypesTrimmed = string;
|
|
105
|
+
|
|
106
|
+
export type TestsTypeDeclarationsExtractObjectTypesPropertyKey = string;
|
|
107
|
+
|
|
108
|
+
export type TestsTypeDeclarationsExtractObjectTypesPropertyValueType = string;
|
|
109
|
+
|
|
110
|
+
export type TestsTypeDeclarationsExtractObjectTypesTypeName = string;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Tests - Type Declarations - Extract Referenced Types.
|
|
114
|
+
*
|
|
115
|
+
* @since 0.15.0
|
|
116
|
+
*/
|
|
117
|
+
export type TestsTypeDeclarationsExtractReferencedTypesLine = string;
|
|
118
|
+
|
|
119
|
+
export type TestsTypeDeclarationsExtractReferencedTypesClassPrefix = string;
|
|
120
|
+
|
|
121
|
+
export type TestsTypeDeclarationsExtractReferencedTypesReturns = string[];
|
|
122
|
+
|
|
123
|
+
export type TestsTypeDeclarationsExtractReferencedTypesMatch = RegExpMatchArray | null;
|
|
124
|
+
|
|
125
|
+
export type TestsTypeDeclarationsExtractReferencedTypesTypeName = string;
|
|
126
|
+
|
|
127
|
+
export type TestsTypeDeclarationsExtractReferencedTypesRightSide = string;
|
|
128
|
+
|
|
129
|
+
export type TestsTypeDeclarationsExtractReferencedTypesReferencedTypes = string[];
|
|
130
|
+
|
|
131
|
+
export type TestsTypeDeclarationsExtractReferencedTypesTypePattern = RegExp;
|
|
132
|
+
|
|
133
|
+
export type TestsTypeDeclarationsExtractReferencedTypesTypeMatch = RegExpExecArray | null;
|
|
134
|
+
|
|
135
|
+
export type TestsTypeDeclarationsExtractReferencedTypesReferencedType = string;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Tests - Type Declarations - Extract Sections.
|
|
139
|
+
*
|
|
140
|
+
* @since 0.15.0
|
|
141
|
+
*/
|
|
142
|
+
export type TestsTypeDeclarationsExtractSectionsLines = string[];
|
|
143
|
+
|
|
144
|
+
export type TestsTypeDeclarationsExtractSectionsSectionPrefix = string;
|
|
145
|
+
|
|
146
|
+
export type TestsTypeDeclarationsExtractSectionsSectionTypeLines = string[];
|
|
147
|
+
|
|
148
|
+
export type TestsTypeDeclarationsExtractSectionsSection = {
|
|
149
|
+
prefix: TestsTypeDeclarationsExtractSectionsSectionPrefix;
|
|
150
|
+
typeLines: TestsTypeDeclarationsExtractSectionsSectionTypeLines;
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
export type TestsTypeDeclarationsExtractSectionsReturns = TestsTypeDeclarationsExtractSectionsSection[];
|
|
154
|
+
|
|
155
|
+
export type TestsTypeDeclarationsExtractSectionsSections = TestsTypeDeclarationsExtractSectionsSection[];
|
|
156
|
+
|
|
157
|
+
export type TestsTypeDeclarationsExtractSectionsCurrentSection = TestsTypeDeclarationsExtractSectionsSection | undefined;
|
|
158
|
+
|
|
159
|
+
export type TestsTypeDeclarationsExtractSectionsLineIndex = number;
|
|
160
|
+
|
|
161
|
+
export type TestsTypeDeclarationsExtractSectionsLine = string;
|
|
162
|
+
|
|
163
|
+
export type TestsTypeDeclarationsExtractSectionsSectionComment = RegExpMatchArray | null;
|
|
164
|
+
|
|
165
|
+
export type TestsTypeDeclarationsExtractSectionsRawPrefix = string;
|
|
166
|
+
|
|
167
|
+
export type TestsTypeDeclarationsExtractSectionsSegments = string[];
|
|
168
|
+
|
|
169
|
+
export type TestsTypeDeclarationsExtractSectionsMethodName = string;
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* Tests - Type Declarations - Extract Source Sections.
|
|
173
|
+
*
|
|
174
|
+
* @since 0.15.0
|
|
175
|
+
*/
|
|
176
|
+
export type TestsTypeDeclarationsExtractSourceSectionsLines = string[];
|
|
177
|
+
|
|
178
|
+
export type TestsTypeDeclarationsExtractSourceSectionsSectionPrefix = string;
|
|
179
|
+
|
|
180
|
+
export type TestsTypeDeclarationsExtractSourceSectionsSectionTypeLines = string[];
|
|
181
|
+
|
|
182
|
+
export type TestsTypeDeclarationsExtractSourceSectionsSection = {
|
|
183
|
+
prefix: TestsTypeDeclarationsExtractSourceSectionsSectionPrefix;
|
|
184
|
+
typeLines: TestsTypeDeclarationsExtractSourceSectionsSectionTypeLines;
|
|
185
|
+
};
|
|
186
|
+
|
|
187
|
+
export type TestsTypeDeclarationsExtractSourceSectionsReturns = TestsTypeDeclarationsExtractSourceSectionsSection[];
|
|
188
|
+
|
|
189
|
+
export type TestsTypeDeclarationsExtractSourceSectionsSections = TestsTypeDeclarationsExtractSourceSectionsSection[];
|
|
190
|
+
|
|
191
|
+
export type TestsTypeDeclarationsExtractSourceSectionsNextIsSummary = boolean;
|
|
192
|
+
|
|
193
|
+
export type TestsTypeDeclarationsExtractSourceSectionsSectionComment = RegExpMatchArray | null;
|
|
194
|
+
|
|
195
|
+
export type TestsTypeDeclarationsExtractSourceSectionsRawPrefix = string;
|
|
196
|
+
|
|
197
|
+
export type TestsTypeDeclarationsExtractSourceSectionsSegments = string[];
|
|
198
|
+
|
|
199
|
+
export type TestsTypeDeclarationsExtractSourceSectionsMethodName = string;
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Tests - Type Declarations - Extract Type Names.
|
|
203
|
+
*
|
|
204
|
+
* @since 0.15.0
|
|
205
|
+
*/
|
|
206
|
+
export type TestsTypeDeclarationsExtractTypeNamesTypeLines = string[];
|
|
207
|
+
|
|
208
|
+
export type TestsTypeDeclarationsExtractTypeNamesReturns = string[];
|
|
209
|
+
|
|
210
|
+
export type TestsTypeDeclarationsExtractTypeNamesTypeNames = string[];
|
|
211
|
+
|
|
212
|
+
export type TestsTypeDeclarationsExtractTypeNamesMatch = RegExpMatchArray | null;
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* Tests - Type Declarations - File Exists.
|
|
216
|
+
*
|
|
217
|
+
* @since 0.15.0
|
|
218
|
+
*/
|
|
219
|
+
export type TestsTypeDeclarationsFileExistsFilePath = string;
|
|
220
|
+
|
|
221
|
+
export type TestsTypeDeclarationsFileExistsReturns = Promise<boolean>;
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* Tests - Type Declarations - Find First Occurrence.
|
|
225
|
+
*
|
|
226
|
+
* @since 0.15.0
|
|
227
|
+
*/
|
|
228
|
+
export type TestsTypeDeclarationsFindFirstOccurrenceSourceLines = string[];
|
|
229
|
+
|
|
230
|
+
export type TestsTypeDeclarationsFindFirstOccurrenceTypeName = string;
|
|
231
|
+
|
|
232
|
+
export type TestsTypeDeclarationsFindFirstOccurrenceReturns = number;
|
|
233
|
+
|
|
234
|
+
export type TestsTypeDeclarationsFindFirstOccurrenceInImportBlock = boolean;
|
|
235
|
+
|
|
236
|
+
export type TestsTypeDeclarationsFindFirstOccurrenceLineIndex = number;
|
|
237
|
+
|
|
238
|
+
export type TestsTypeDeclarationsFindFirstOccurrenceLine = string;
|
|
239
|
+
|
|
240
|
+
export type TestsTypeDeclarationsFindFirstOccurrenceTypeNamePattern = RegExp;
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* Tests - Type Declarations - Get Package Root.
|
|
244
|
+
*
|
|
245
|
+
* @since 0.15.0
|
|
246
|
+
*/
|
|
247
|
+
export type TestsTypeDeclarationsGetPackageRootReturns = string;
|
|
248
|
+
|
|
249
|
+
export type TestsTypeDeclarationsGetPackageRootCurrentFilePath = string;
|
|
250
|
+
|
|
251
|
+
export type TestsTypeDeclarationsGetPackageRootCurrentFileDirectory = string;
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* Tests - Type Declarations - Test Config.
|
|
255
|
+
*
|
|
256
|
+
* @since 0.15.0
|
|
257
|
+
*/
|
|
258
|
+
export type TestsTypeDeclarationsTestConfigStandaloneTypeFiles = string[];
|
|
259
|
+
|
|
260
|
+
export type TestsTypeDeclarationsTestConfigTypeRoots = string[];
|
|
261
|
+
|
|
262
|
+
export type TestsTypeDeclarationsTestConfig = {
|
|
263
|
+
standaloneTypeFiles: TestsTypeDeclarationsTestConfigStandaloneTypeFiles;
|
|
264
|
+
typeRoots: TestsTypeDeclarationsTestConfigTypeRoots;
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* Tests - Type Declarations - Type Declaration Cross-section References.
|
|
269
|
+
*
|
|
270
|
+
* @since 0.15.0
|
|
271
|
+
*/
|
|
272
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesFiles = string[];
|
|
273
|
+
|
|
274
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesCurrentDirectory = string;
|
|
275
|
+
|
|
276
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesRelativePath = string;
|
|
277
|
+
|
|
278
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesContent = string;
|
|
279
|
+
|
|
280
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesLines = string[];
|
|
281
|
+
|
|
282
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesClassPrefix = string;
|
|
283
|
+
|
|
284
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesImportedNames = Set<string>;
|
|
285
|
+
|
|
286
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSectionPrefix = string;
|
|
287
|
+
|
|
288
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSectionTypeLines = string[];
|
|
289
|
+
|
|
290
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSection = {
|
|
291
|
+
prefix: TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSectionPrefix;
|
|
292
|
+
typeLines: TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSectionTypeLines;
|
|
293
|
+
};
|
|
294
|
+
|
|
295
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSections = TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSection[];
|
|
296
|
+
|
|
297
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesSectionPrefixes = string[];
|
|
298
|
+
|
|
299
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesViolations = string[];
|
|
300
|
+
|
|
301
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesCurrentSectionPrefix = string;
|
|
302
|
+
|
|
303
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesReferencedTypes = string[];
|
|
304
|
+
|
|
305
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesIsSameSection = boolean;
|
|
306
|
+
|
|
307
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesIsImported = boolean;
|
|
308
|
+
|
|
309
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesIsOtherSection = boolean;
|
|
310
|
+
|
|
311
|
+
export type TestsTypeDeclarationsTypeDeclarationCrossSectionReferencesViolation = string;
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* Tests - Type Declarations - Type Declaration First-come-first-serve Order.
|
|
315
|
+
*
|
|
316
|
+
* @since 0.15.0
|
|
317
|
+
*/
|
|
318
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderFiles = string[];
|
|
319
|
+
|
|
320
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderCurrentDirectory = string;
|
|
321
|
+
|
|
322
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderRelativePath = string;
|
|
323
|
+
|
|
324
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSourcePath = string;
|
|
325
|
+
|
|
326
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSourceExists = boolean;
|
|
327
|
+
|
|
328
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSourcePathAlternative = string;
|
|
329
|
+
|
|
330
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderContent = string;
|
|
331
|
+
|
|
332
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderLines = string[];
|
|
333
|
+
|
|
334
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSectionPrefix = string;
|
|
335
|
+
|
|
336
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSectionTypeLines = string[];
|
|
337
|
+
|
|
338
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSection = {
|
|
339
|
+
prefix: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSectionPrefix;
|
|
340
|
+
typeLines: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSectionTypeLines;
|
|
341
|
+
};
|
|
342
|
+
|
|
343
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSections = TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSection[];
|
|
344
|
+
|
|
345
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderClassPrefix = string;
|
|
346
|
+
|
|
347
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyKey = string;
|
|
348
|
+
|
|
349
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyValueType = string;
|
|
350
|
+
|
|
351
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyLineIndex = number;
|
|
352
|
+
|
|
353
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectProperty = {
|
|
354
|
+
key: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyKey;
|
|
355
|
+
valueType: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyValueType;
|
|
356
|
+
typeLineIndex: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyLineIndex;
|
|
357
|
+
};
|
|
358
|
+
|
|
359
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeProperties = TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectProperty[];
|
|
360
|
+
|
|
361
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeName = string;
|
|
362
|
+
|
|
363
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeLineIndex = number;
|
|
364
|
+
|
|
365
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectType = {
|
|
366
|
+
name: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeName;
|
|
367
|
+
lineIndex: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeLineIndex;
|
|
368
|
+
properties: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypeProperties;
|
|
369
|
+
};
|
|
370
|
+
|
|
371
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectTypes = TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectType[];
|
|
372
|
+
|
|
373
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderObjectPropertyTypeNames = Set<string>;
|
|
374
|
+
|
|
375
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderViolations = string[];
|
|
376
|
+
|
|
377
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypeNames = string[];
|
|
378
|
+
|
|
379
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePositions = TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePosition[];
|
|
380
|
+
|
|
381
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderSourceLineIndex = number;
|
|
382
|
+
|
|
383
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderLineIndex = number;
|
|
384
|
+
|
|
385
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePositionName = string;
|
|
386
|
+
|
|
387
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePositionSourceLine = number;
|
|
388
|
+
|
|
389
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePosition = {
|
|
390
|
+
name: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePositionName;
|
|
391
|
+
sourceLine: TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderTypePositionSourceLine;
|
|
392
|
+
};
|
|
393
|
+
|
|
394
|
+
export type TestsTypeDeclarationsTypeDeclarationFirstComeFirstServeOrderViolation = string;
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* Tests - Type Declarations - Type Declaration Import Specifier Order.
|
|
398
|
+
*
|
|
399
|
+
* @since 0.15.0
|
|
400
|
+
*/
|
|
401
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderFiles = string[];
|
|
402
|
+
|
|
403
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderCurrentDirectory = string;
|
|
404
|
+
|
|
405
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderRelativePath = string;
|
|
406
|
+
|
|
407
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderContent = string;
|
|
408
|
+
|
|
409
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderLines = string[];
|
|
410
|
+
|
|
411
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderViolations = string[];
|
|
412
|
+
|
|
413
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderSpecifierBuffer = string[];
|
|
414
|
+
|
|
415
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderInImportBlock = boolean;
|
|
416
|
+
|
|
417
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderMatch = RegExpMatchArray | null;
|
|
418
|
+
|
|
419
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderInlineMatchCapture = string;
|
|
420
|
+
|
|
421
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderSpecifiers = string[];
|
|
422
|
+
|
|
423
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderPreviousSpecifier = string | undefined;
|
|
424
|
+
|
|
425
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderCurrentSpecifier = string | undefined;
|
|
426
|
+
|
|
427
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderViolation = string;
|
|
428
|
+
|
|
429
|
+
export type TestsTypeDeclarationsTypeDeclarationImportSpecifierOrderTrimmed = string;
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* Tests - Type Declarations - Type Declaration Object Property Types.
|
|
433
|
+
*
|
|
434
|
+
* @since 0.15.0
|
|
435
|
+
*/
|
|
436
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesFiles = string[];
|
|
437
|
+
|
|
438
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesCurrentDirectory = string;
|
|
439
|
+
|
|
440
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesRelativePath = string;
|
|
441
|
+
|
|
442
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesContent = string;
|
|
443
|
+
|
|
444
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesLines = string[];
|
|
445
|
+
|
|
446
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesClassPrefix = string;
|
|
447
|
+
|
|
448
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesViolations = string[];
|
|
449
|
+
|
|
450
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesDefinedTypes = Set<string>;
|
|
451
|
+
|
|
452
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesLineIndex = number;
|
|
453
|
+
|
|
454
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesLine = string;
|
|
455
|
+
|
|
456
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesMatch = RegExpMatchArray | null;
|
|
457
|
+
|
|
458
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyKey = string;
|
|
459
|
+
|
|
460
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyValueType = string;
|
|
461
|
+
|
|
462
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyLineIndex = number;
|
|
463
|
+
|
|
464
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectProperty = {
|
|
465
|
+
key: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyKey;
|
|
466
|
+
valueType: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyValueType;
|
|
467
|
+
typeLineIndex: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectPropertyLineIndex;
|
|
468
|
+
};
|
|
469
|
+
|
|
470
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeProperties = TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectProperty[];
|
|
471
|
+
|
|
472
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeName = string;
|
|
473
|
+
|
|
474
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeLineIndex = number;
|
|
475
|
+
|
|
476
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectType = {
|
|
477
|
+
name: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeName;
|
|
478
|
+
lineIndex: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeLineIndex;
|
|
479
|
+
properties: TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypeProperties;
|
|
480
|
+
};
|
|
481
|
+
|
|
482
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectTypes = TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesObjectType[];
|
|
483
|
+
|
|
484
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesPropertyExpectedPrefix = string;
|
|
485
|
+
|
|
486
|
+
export type TestsTypeDeclarationsTypeDeclarationObjectPropertyTypesViolation = string;
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* Tests - Type Declarations - Type Declaration Section Alphabetical Order.
|
|
490
|
+
*
|
|
491
|
+
* @since 0.15.0
|
|
492
|
+
*/
|
|
493
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderFiles = string[];
|
|
494
|
+
|
|
495
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderCurrentDirectory = string;
|
|
496
|
+
|
|
497
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderRelativePath = string;
|
|
498
|
+
|
|
499
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderContent = string;
|
|
500
|
+
|
|
501
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderLines = string[];
|
|
502
|
+
|
|
503
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSections = TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSection[];
|
|
504
|
+
|
|
505
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderViolations = string[];
|
|
506
|
+
|
|
507
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSectionIndex = number;
|
|
508
|
+
|
|
509
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSectionPrefix = string;
|
|
510
|
+
|
|
511
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSectionTypeLines = string[];
|
|
512
|
+
|
|
513
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSection = {
|
|
514
|
+
prefix: TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSectionPrefix;
|
|
515
|
+
typeLines: TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderSectionTypeLines;
|
|
516
|
+
};
|
|
517
|
+
|
|
518
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderCompareResult = number;
|
|
519
|
+
|
|
520
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionAlphabeticalOrderViolation = string;
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* Tests - Type Declarations - Type Declaration Section Coverage.
|
|
524
|
+
*
|
|
525
|
+
* @since 0.15.0
|
|
526
|
+
*/
|
|
527
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageFiles = string[];
|
|
528
|
+
|
|
529
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageCurrentDirectory = string;
|
|
530
|
+
|
|
531
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageRelativePath = string;
|
|
532
|
+
|
|
533
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSourcePath = string;
|
|
534
|
+
|
|
535
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSourceExists = boolean;
|
|
536
|
+
|
|
537
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSourcePathAlternative = string;
|
|
538
|
+
|
|
539
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageContent = string;
|
|
540
|
+
|
|
541
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageLines = string[];
|
|
542
|
+
|
|
543
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSectionPrefix = string;
|
|
544
|
+
|
|
545
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSectionTypeLines = string[];
|
|
546
|
+
|
|
547
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSection = {
|
|
548
|
+
prefix: TestsTypeDeclarationsTypeDeclarationSectionCoverageSectionPrefix;
|
|
549
|
+
typeLines: TestsTypeDeclarationsTypeDeclarationSectionCoverageSectionTypeLines;
|
|
550
|
+
};
|
|
551
|
+
|
|
552
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSourceSections = TestsTypeDeclarationsTypeDeclarationSectionCoverageSection[];
|
|
553
|
+
|
|
554
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSections = TestsTypeDeclarationsTypeDeclarationSectionCoverageSection[];
|
|
555
|
+
|
|
556
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageDtsSectionPrefixes = string[];
|
|
557
|
+
|
|
558
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageViolations = string[];
|
|
559
|
+
|
|
560
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageSourceSectionPrefix = string;
|
|
561
|
+
|
|
562
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageIsParent = boolean;
|
|
563
|
+
|
|
564
|
+
export type TestsTypeDeclarationsTypeDeclarationSectionCoverageViolation = string;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Toolkit - Bootstrap - Get Cache Dir.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.14.0
|
|
5
|
+
*/
|
|
6
|
+
export type ToolkitBootstrapGetCacheDirAppName = string;
|
|
7
|
+
|
|
8
|
+
export type ToolkitBootstrapGetCacheDirReturn = string;
|
|
9
|
+
|
|
10
|
+
export type ToolkitBootstrapGetCacheDirHomeDirPath = string;
|
|
11
|
+
|
|
12
|
+
export type ToolkitBootstrapGetCacheDirCachePath = string;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Toolkit - Bootstrap - Get Config Dir.
|
|
16
|
+
*
|
|
17
|
+
* @since 0.14.0
|
|
18
|
+
*/
|
|
19
|
+
export type ToolkitBootstrapGetConfigDirAppName = string;
|
|
20
|
+
|
|
21
|
+
export type ToolkitBootstrapGetConfigDirReturn = string;
|
|
22
|
+
|
|
23
|
+
export type ToolkitBootstrapGetConfigDirHomeDirPath = string;
|
|
24
|
+
|
|
25
|
+
export type ToolkitBootstrapGetConfigDirDefaultPath = string;
|
|
26
|
+
|
|
27
|
+
export type ToolkitBootstrapGetConfigDirBasePath = string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Toolkit - Bootstrap - Get Data Dir.
|
|
31
|
+
*
|
|
32
|
+
* @since 0.14.0
|
|
33
|
+
*/
|
|
34
|
+
export type ToolkitBootstrapGetDataDirAppName = string;
|
|
35
|
+
|
|
36
|
+
export type ToolkitBootstrapGetDataDirReturn = string;
|
|
37
|
+
|
|
38
|
+
export type ToolkitBootstrapGetDataDirHomeDirPath = string;
|
|
39
|
+
|
|
40
|
+
export type ToolkitBootstrapGetDataDirDataPath = string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Toolkit - Bootstrap - Get Project Root.
|
|
44
|
+
*
|
|
45
|
+
* @since 0.14.0
|
|
46
|
+
*/
|
|
47
|
+
export type ToolkitBootstrapGetProjectRootReturn = string | undefined;
|
|
48
|
+
|
|
49
|
+
export type ToolkitBootstrapGetProjectRootDir = string;
|
|
50
|
+
|
|
51
|
+
export type ToolkitBootstrapGetProjectRootFirstPackageDir = string | undefined;
|
|
52
|
+
|
|
53
|
+
export type ToolkitBootstrapGetProjectRootFilePath = string;
|
|
54
|
+
|
|
55
|
+
export type ToolkitBootstrapGetProjectRootContent = string;
|
|
56
|
+
|
|
57
|
+
export type ToolkitBootstrapGetProjectRootParsed = Record<string, unknown>;
|
|
58
|
+
|
|
59
|
+
export type ToolkitBootstrapGetProjectRootParent = string;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Toolkit - Bootstrap - Load Env.
|
|
63
|
+
*
|
|
64
|
+
* @since 0.14.0
|
|
65
|
+
*/
|
|
66
|
+
export type ToolkitBootstrapLoadEnvDirectory = string;
|
|
67
|
+
|
|
68
|
+
export type ToolkitBootstrapLoadEnvReturn = void;
|
|
69
|
+
|
|
70
|
+
export type ToolkitBootstrapLoadEnvFilePath = string;
|
|
71
|
+
|
|
72
|
+
export type ToolkitBootstrapLoadEnvContent = string;
|
|
73
|
+
|
|
74
|
+
export type ToolkitBootstrapLoadEnvLines = string[];
|
|
75
|
+
|
|
76
|
+
export type ToolkitBootstrapLoadEnvLine = string;
|
|
77
|
+
|
|
78
|
+
export type ToolkitBootstrapLoadEnvMatch = RegExpMatchArray | null;
|
|
79
|
+
|
|
80
|
+
export type ToolkitBootstrapLoadEnvKey = string;
|
|
81
|
+
|
|
82
|
+
export type ToolkitBootstrapLoadEnvValue = string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Toolkit - Bootstrap - Resolve Dir.
|
|
86
|
+
*
|
|
87
|
+
* @since 0.14.0
|
|
88
|
+
*/
|
|
89
|
+
export type ToolkitBootstrapResolveDirAppName = string;
|
|
90
|
+
|
|
91
|
+
export type ToolkitBootstrapResolveDirKeyword = string;
|
|
92
|
+
|
|
93
|
+
export type ToolkitBootstrapResolveDirReturn = string;
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Toolkit - Bootstrap - Resolve File Dir.
|
|
97
|
+
*
|
|
98
|
+
* @since 0.14.0
|
|
99
|
+
*/
|
|
100
|
+
export type ToolkitBootstrapResolveFileDirAppName = string;
|
|
101
|
+
|
|
102
|
+
export type ToolkitBootstrapResolveFileDirFilename = string;
|
|
103
|
+
|
|
104
|
+
export type ToolkitBootstrapResolveFileDirSearchOrder = string[];
|
|
105
|
+
|
|
106
|
+
export type ToolkitBootstrapResolveFileDirReturn = string | undefined;
|
|
107
|
+
|
|
108
|
+
export type ToolkitBootstrapResolveFileDirLocation = string;
|
|
109
|
+
|
|
110
|
+
export type ToolkitBootstrapResolveFileDirDirectory = string;
|
|
111
|
+
|
|
112
|
+
export type ToolkitBootstrapResolveFileDirFilePath = string;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Toolkit - Bootstrap - Resolve File Dirs.
|
|
116
|
+
*
|
|
117
|
+
* @since 0.14.0
|
|
118
|
+
*/
|
|
119
|
+
export type ToolkitBootstrapResolveFileDirsAppName = string;
|
|
120
|
+
|
|
121
|
+
export type ToolkitBootstrapResolveFileDirsFilename = string;
|
|
122
|
+
|
|
123
|
+
export type ToolkitBootstrapResolveFileDirsSearchOrder = string[];
|
|
124
|
+
|
|
125
|
+
export type ToolkitBootstrapResolveFileDirsReturn = string[];
|
|
126
|
+
|
|
127
|
+
export type ToolkitBootstrapResolveFileDirsResults = string[];
|
|
128
|
+
|
|
129
|
+
export type ToolkitBootstrapResolveFileDirsLocation = string;
|
|
130
|
+
|
|
131
|
+
export type ToolkitBootstrapResolveFileDirsDirectory = string;
|
|
132
|
+
|
|
133
|
+
export type ToolkitBootstrapResolveFileDirsFilePath = string;
|