knip 5.49.0 → 5.50.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.
Files changed (315) hide show
  1. package/dist/plugins/create-typescript-app/index.js +11 -0
  2. package/dist/plugins/index.js +2 -0
  3. package/dist/schema/plugins.js +1 -0
  4. package/dist/types/PluginNames.js +1 -0
  5. package/dist/version.js +1 -1
  6. package/package.json +1 -1
  7. package/schema.json +4 -0
  8. package/dist/CacheConsultant.d.ts +0 -14
  9. package/dist/ConfigurationChief.d.ts +0 -181
  10. package/dist/ConsoleStreamer.d.ts +0 -12
  11. package/dist/DependencyDeputy.d.ts +0 -78
  12. package/dist/IssueCollector.d.ts +0 -39
  13. package/dist/IssueFixer.d.ts +0 -27
  14. package/dist/PackageJsonPeeker.d.ts +0 -13
  15. package/dist/PrincipalFactory.d.ts +0 -20
  16. package/dist/ProjectPrincipal.d.ts +0 -58
  17. package/dist/WorkspaceWorker.d.ts +0 -69
  18. package/dist/binaries/bash-parser.d.ts +0 -3
  19. package/dist/binaries/fallback.d.ts +0 -2
  20. package/dist/binaries/index.d.ts +0 -2
  21. package/dist/binaries/package-manager/bun.d.ts +0 -2
  22. package/dist/binaries/package-manager/bunx.d.ts +0 -3
  23. package/dist/binaries/package-manager/index.d.ts +0 -10
  24. package/dist/binaries/package-manager/npm.d.ts +0 -2
  25. package/dist/binaries/package-manager/npx.d.ts +0 -2
  26. package/dist/binaries/package-manager/pnpm.d.ts +0 -2
  27. package/dist/binaries/package-manager/pnpx.d.ts +0 -3
  28. package/dist/binaries/package-manager/yarn.d.ts +0 -2
  29. package/dist/binaries/plugins.d.ts +0 -2
  30. package/dist/binaries/util.d.ts +0 -3
  31. package/dist/cli.d.ts +0 -1
  32. package/dist/compilers/astro.d.ts +0 -6
  33. package/dist/compilers/compilers.d.ts +0 -5
  34. package/dist/compilers/index.d.ts +0 -987
  35. package/dist/compilers/mdx.d.ts +0 -6
  36. package/dist/compilers/svelte.d.ts +0 -6
  37. package/dist/compilers/types.d.ts +0 -7
  38. package/dist/compilers/vue.d.ts +0 -6
  39. package/dist/constants.d.ts +0 -26
  40. package/dist/graph/analyze.d.ts +0 -30
  41. package/dist/graph/build.d.ts +0 -40
  42. package/dist/index.d.ts +0 -11
  43. package/dist/manifest/helpers.d.ts +0 -9
  44. package/dist/manifest/index.d.ts +0 -12
  45. package/dist/plugins/_template/index.d.ts +0 -12
  46. package/dist/plugins/_template/types.d.ts +0 -4
  47. package/dist/plugins/angular/index.d.ts +0 -10
  48. package/dist/plugins/angular/types.d.ts +0 -1048
  49. package/dist/plugins/astro/index.d.ts +0 -11
  50. package/dist/plugins/ava/index.d.ts +0 -12
  51. package/dist/plugins/ava/types.d.ts +0 -8
  52. package/dist/plugins/babel/helpers.d.ts +0 -14
  53. package/dist/plugins/babel/index.d.ts +0 -12
  54. package/dist/plugins/babel/types.d.ts +0 -10
  55. package/dist/plugins/c8/index.d.ts +0 -10
  56. package/dist/plugins/capacitor/index.d.ts +0 -10
  57. package/dist/plugins/capacitor/types.d.ts +0 -3
  58. package/dist/plugins/changesets/index.d.ts +0 -11
  59. package/dist/plugins/changesets/types.d.ts +0 -3
  60. package/dist/plugins/commitizen/index.d.ts +0 -12
  61. package/dist/plugins/commitizen/types.d.ts +0 -3
  62. package/dist/plugins/commitlint/index.d.ts +0 -10
  63. package/dist/plugins/commitlint/types.d.ts +0 -12
  64. package/dist/plugins/cspell/index.d.ts +0 -10
  65. package/dist/plugins/cspell/types.d.ts +0 -3
  66. package/dist/plugins/cucumber/index.d.ts +0 -12
  67. package/dist/plugins/cucumber/types.d.ts +0 -7
  68. package/dist/plugins/cypress/helpers.d.ts +0 -3
  69. package/dist/plugins/cypress/index.d.ts +0 -12
  70. package/dist/plugins/cypress/types.d.ts +0 -6
  71. package/dist/plugins/dependency-cruiser/index.d.ts +0 -12
  72. package/dist/plugins/dotenv/index.d.ts +0 -8
  73. package/dist/plugins/drizzle/index.d.ts +0 -10
  74. package/dist/plugins/drizzle/types.d.ts +0 -3
  75. package/dist/plugins/eleventy/helpers.d.ts +0 -138
  76. package/dist/plugins/eleventy/index.d.ts +0 -14
  77. package/dist/plugins/eleventy/types.d.ts +0 -10
  78. package/dist/plugins/eslint/helpers.d.ts +0 -4
  79. package/dist/plugins/eslint/index.d.ts +0 -15
  80. package/dist/plugins/eslint/types.d.ts +0 -29
  81. package/dist/plugins/expo/helpers.d.ts +0 -20
  82. package/dist/plugins/expo/index.d.ts +0 -14
  83. package/dist/plugins/expo/types.d.ts +0 -28
  84. package/dist/plugins/gatsby/index.d.ts +0 -11
  85. package/dist/plugins/gatsby/types.d.ts +0 -15
  86. package/dist/plugins/github-action/index.d.ts +0 -9
  87. package/dist/plugins/github-actions/index.d.ts +0 -11
  88. package/dist/plugins/github-actions/types.d.ts +0 -20
  89. package/dist/plugins/glob/index.d.ts +0 -12
  90. package/dist/plugins/graphql-codegen/index.d.ts +0 -11
  91. package/dist/plugins/graphql-codegen/types.d.ts +0 -37
  92. package/dist/plugins/husky/index.d.ts +0 -10
  93. package/dist/plugins/index.d.ts +0 -782
  94. package/dist/plugins/jest/helpers.d.ts +0 -4
  95. package/dist/plugins/jest/index.d.ts +0 -15
  96. package/dist/plugins/jest/types.d.ts +0 -3
  97. package/dist/plugins/karma/helpers.d.ts +0 -7
  98. package/dist/plugins/karma/index.d.ts +0 -12
  99. package/dist/plugins/karma/types.d.ts +0 -22
  100. package/dist/plugins/ladle/index.d.ts +0 -13
  101. package/dist/plugins/ladle/types.d.ts +0 -4
  102. package/dist/plugins/lefthook/index.d.ts +0 -9
  103. package/dist/plugins/lint-staged/index.d.ts +0 -11
  104. package/dist/plugins/lint-staged/types.d.ts +0 -5
  105. package/dist/plugins/linthtml/index.d.ts +0 -11
  106. package/dist/plugins/linthtml/types.d.ts +0 -4
  107. package/dist/plugins/lockfile-lint/index.d.ts +0 -8
  108. package/dist/plugins/lost-pixel/index.d.ts +0 -8
  109. package/dist/plugins/markdownlint/helpers.d.ts +0 -1
  110. package/dist/plugins/markdownlint/index.d.ts +0 -10
  111. package/dist/plugins/markdownlint/types.d.ts +0 -3
  112. package/dist/plugins/metro/index.d.ts +0 -15
  113. package/dist/plugins/metro/types.d.ts +0 -13
  114. package/dist/plugins/mocha/index.d.ts +0 -15
  115. package/dist/plugins/mocha/types.d.ts +0 -4
  116. package/dist/plugins/moonrepo/index.d.ts +0 -11
  117. package/dist/plugins/moonrepo/types.d.ts +0 -7
  118. package/dist/plugins/msw/index.d.ts +0 -11
  119. package/dist/plugins/msw/types.d.ts +0 -3
  120. package/dist/plugins/nest/index.d.ts +0 -10
  121. package/dist/plugins/nest/types.d.ts +0 -3
  122. package/dist/plugins/netlify/helpers.d.ts +0 -2
  123. package/dist/plugins/netlify/index.d.ts +0 -12
  124. package/dist/plugins/netlify/types.d.ts +0 -11
  125. package/dist/plugins/next/index.d.ts +0 -10
  126. package/dist/plugins/next/resolveFromAST.d.ts +0 -2
  127. package/dist/plugins/node/index.d.ts +0 -16
  128. package/dist/plugins/nodemon/index.d.ts +0 -10
  129. package/dist/plugins/npm-package-json-lint/index.d.ts +0 -11
  130. package/dist/plugins/npm-package-json-lint/types.d.ts +0 -3
  131. package/dist/plugins/nuxt/index.d.ts +0 -14
  132. package/dist/plugins/nuxt/types.d.ts +0 -8
  133. package/dist/plugins/nx/index.d.ts +0 -14
  134. package/dist/plugins/nx/types.d.ts +0 -19
  135. package/dist/plugins/nyc/index.d.ts +0 -10
  136. package/dist/plugins/nyc/types.d.ts +0 -4
  137. package/dist/plugins/oclif/index.d.ts +0 -10
  138. package/dist/plugins/oclif/types.d.ts +0 -4
  139. package/dist/plugins/playwright/index.d.ts +0 -21
  140. package/dist/plugins/playwright/types.d.ts +0 -36
  141. package/dist/plugins/playwright-ct/index.d.ts +0 -11
  142. package/dist/plugins/playwright-test/index.d.ts +0 -13
  143. package/dist/plugins/plop/index.d.ts +0 -8
  144. package/dist/plugins/postcss/index.d.ts +0 -10
  145. package/dist/plugins/postcss/types.d.ts +0 -3
  146. package/dist/plugins/preconstruct/index.d.ts +0 -10
  147. package/dist/plugins/preconstruct/types.d.ts +0 -3
  148. package/dist/plugins/prettier/index.d.ts +0 -10
  149. package/dist/plugins/prettier/types.d.ts +0 -8
  150. package/dist/plugins/react-cosmos/index.d.ts +0 -12
  151. package/dist/plugins/react-cosmos/types.d.ts +0 -5
  152. package/dist/plugins/react-router/index.d.ts +0 -10
  153. package/dist/plugins/react-router/types.d.ts +0 -7
  154. package/dist/plugins/release-it/index.d.ts +0 -10
  155. package/dist/plugins/release-it/types.d.ts +0 -10
  156. package/dist/plugins/remark/index.d.ts +0 -11
  157. package/dist/plugins/remark/types.d.ts +0 -3
  158. package/dist/plugins/remix/index.d.ts +0 -9
  159. package/dist/plugins/rollup/index.d.ts +0 -10
  160. package/dist/plugins/rsbuild/index.d.ts +0 -10
  161. package/dist/plugins/rsbuild/types.d.ts +0 -3
  162. package/dist/plugins/rspack/index.d.ts +0 -10
  163. package/dist/plugins/semantic-release/index.d.ts +0 -12
  164. package/dist/plugins/semantic-release/types.d.ts +0 -3
  165. package/dist/plugins/sentry/index.d.ts +0 -8
  166. package/dist/plugins/simple-git-hooks/index.d.ts +0 -10
  167. package/dist/plugins/simple-git-hooks/types.d.ts +0 -3
  168. package/dist/plugins/size-limit/index.d.ts +0 -8
  169. package/dist/plugins/sst/index.d.ts +0 -9
  170. package/dist/plugins/sst/resolveFromAST.d.ts +0 -2
  171. package/dist/plugins/starlight/index.d.ts +0 -9
  172. package/dist/plugins/starlight/resolveFromAST.d.ts +0 -2
  173. package/dist/plugins/storybook/index.d.ts +0 -13
  174. package/dist/plugins/storybook/types.d.ts +0 -20
  175. package/dist/plugins/stryker/index.d.ts +0 -10
  176. package/dist/plugins/stryker/types.d.ts +0 -5
  177. package/dist/plugins/stylelint/index.d.ts +0 -10
  178. package/dist/plugins/stylelint/types.d.ts +0 -8
  179. package/dist/plugins/svelte/index.d.ts +0 -9
  180. package/dist/plugins/syncpack/index.d.ts +0 -8
  181. package/dist/plugins/tailwind/index.d.ts +0 -8
  182. package/dist/plugins/tanstack-router/index.d.ts +0 -12
  183. package/dist/plugins/tanstack-router/resolveFromAST.d.ts +0 -2
  184. package/dist/plugins/tanstack-router/types.d.ts +0 -7
  185. package/dist/plugins/travis/index.d.ts +0 -10
  186. package/dist/plugins/ts-node/index.d.ts +0 -15
  187. package/dist/plugins/tsup/index.d.ts +0 -13
  188. package/dist/plugins/tsup/types.d.ts +0 -7
  189. package/dist/plugins/tsx/index.d.ts +0 -9
  190. package/dist/plugins/typedoc/index.d.ts +0 -16
  191. package/dist/plugins/typedoc/types.d.ts +0 -4
  192. package/dist/plugins/typescript/index.d.ts +0 -21
  193. package/dist/plugins/unbuild/index.d.ts +0 -10
  194. package/dist/plugins/unbuild/types.d.ts +0 -13
  195. package/dist/plugins/unocss/index.d.ts +0 -8
  196. package/dist/plugins/vercel-og/index.d.ts +0 -8
  197. package/dist/plugins/vike/index.d.ts +0 -8
  198. package/dist/plugins/vite/index.d.ts +0 -11
  199. package/dist/plugins/vitest/helpers.d.ts +0 -3
  200. package/dist/plugins/vitest/index.d.ts +0 -17
  201. package/dist/plugins/vitest/types.d.ts +0 -39
  202. package/dist/plugins/vue/index.d.ts +0 -10
  203. package/dist/plugins/vue/types.d.ts +0 -5
  204. package/dist/plugins/webdriver-io/index.d.ts +0 -10
  205. package/dist/plugins/webdriver-io/types.d.ts +0 -3
  206. package/dist/plugins/webpack/index.d.ts +0 -19
  207. package/dist/plugins/webpack/types.d.ts +0 -12
  208. package/dist/plugins/wireit/index.d.ts +0 -10
  209. package/dist/plugins/wireit/types.d.ts +0 -3
  210. package/dist/plugins/wrangler/index.d.ts +0 -10
  211. package/dist/plugins/wrangler/types.d.ts +0 -3
  212. package/dist/plugins/xo/index.d.ts +0 -11
  213. package/dist/plugins/xo/types.d.ts +0 -12
  214. package/dist/plugins/yarn/index.d.ts +0 -9
  215. package/dist/plugins/yorkie/index.d.ts +0 -11
  216. package/dist/plugins.d.ts +0 -7
  217. package/dist/reporters/codeclimate.d.ts +0 -3
  218. package/dist/reporters/codeowners.d.ts +0 -3
  219. package/dist/reporters/compact.d.ts +0 -3
  220. package/dist/reporters/disclosure.d.ts +0 -3
  221. package/dist/reporters/index.d.ts +0 -10
  222. package/dist/reporters/json.d.ts +0 -3
  223. package/dist/reporters/markdown.d.ts +0 -3
  224. package/dist/reporters/symbols.d.ts +0 -3
  225. package/dist/reporters/util.d.ts +0 -22
  226. package/dist/reporters/watch.d.ts +0 -12
  227. package/dist/schema/configuration.d.ts +0 -5439
  228. package/dist/schema/plugins.d.ts +0 -2204
  229. package/dist/types/PluginNames.d.ts +0 -2
  230. package/dist/types/args.d.ts +0 -14
  231. package/dist/types/cli.d.ts +0 -27
  232. package/dist/types/config.d.ts +0 -119
  233. package/dist/types/exports.d.ts +0 -24
  234. package/dist/types/imports.d.ts +0 -12
  235. package/dist/types/issues.d.ts +0 -88
  236. package/dist/types/module-graph.d.ts +0 -67
  237. package/dist/types/package-json.d.ts +0 -53
  238. package/dist/types/project.d.ts +0 -18
  239. package/dist/types/workspace.d.ts +0 -27
  240. package/dist/typescript/SourceFile.d.ts +0 -35
  241. package/dist/typescript/SourceFileManager.d.ts +0 -19
  242. package/dist/typescript/ast-helpers.d.ts +0 -38
  243. package/dist/typescript/create-hosts.d.ts +0 -21
  244. package/dist/typescript/find-internal-references.d.ts +0 -4
  245. package/dist/typescript/get-imports-and-exports.d.ts +0 -18
  246. package/dist/typescript/resolve-module-names.d.ts +0 -4
  247. package/dist/typescript/visitors/dynamic-imports/importCall.d.ts +0 -3
  248. package/dist/typescript/visitors/dynamic-imports/importType.d.ts +0 -3
  249. package/dist/typescript/visitors/dynamic-imports/index.d.ts +0 -3
  250. package/dist/typescript/visitors/dynamic-imports/jsDocType.d.ts +0 -4
  251. package/dist/typescript/visitors/dynamic-imports/requireCall.d.ts +0 -3
  252. package/dist/typescript/visitors/dynamic-imports/resolveCall.d.ts +0 -3
  253. package/dist/typescript/visitors/exports/exportAssignment.d.ts +0 -3
  254. package/dist/typescript/visitors/exports/exportDeclaration.d.ts +0 -3
  255. package/dist/typescript/visitors/exports/exportKeyword.d.ts +0 -3
  256. package/dist/typescript/visitors/exports/exportsAccessExpression.d.ts +0 -3
  257. package/dist/typescript/visitors/exports/index.d.ts +0 -3
  258. package/dist/typescript/visitors/exports/moduleExportsAccessExpression.d.ts +0 -3
  259. package/dist/typescript/visitors/helpers.d.ts +0 -8
  260. package/dist/typescript/visitors/imports/importDeclaration.d.ts +0 -3
  261. package/dist/typescript/visitors/imports/importEqualsDeclaration.d.ts +0 -3
  262. package/dist/typescript/visitors/imports/index.d.ts +0 -3
  263. package/dist/typescript/visitors/imports/reExportDeclaration.d.ts +0 -3
  264. package/dist/typescript/visitors/index.d.ts +0 -12
  265. package/dist/typescript/visitors/scripts/bun.d.ts +0 -3
  266. package/dist/typescript/visitors/scripts/execa.d.ts +0 -3
  267. package/dist/typescript/visitors/scripts/index.d.ts +0 -3
  268. package/dist/typescript/visitors/scripts/zx.d.ts +0 -3
  269. package/dist/util/Performance.d.ts +0 -26
  270. package/dist/util/array.d.ts +0 -5
  271. package/dist/util/cli-arguments.d.ts +0 -44
  272. package/dist/util/codeowners.d.ts +0 -2
  273. package/dist/util/create-workspace-graph.d.ts +0 -3
  274. package/dist/util/debug.d.ts +0 -4
  275. package/dist/util/empty.d.ts +0 -1
  276. package/dist/util/errors.d.ts +0 -13
  277. package/dist/util/file-entry-cache.d.ts +0 -29
  278. package/dist/util/fs.d.ts +0 -9
  279. package/dist/util/get-included-issue-types.d.ts +0 -18
  280. package/dist/util/get-referenced-inputs.d.ts +0 -5
  281. package/dist/util/git.d.ts +0 -1
  282. package/dist/util/glob-core.d.ts +0 -28
  283. package/dist/util/glob.d.ts +0 -16
  284. package/dist/util/graph-sequencer.d.ts +0 -9
  285. package/dist/util/has-strictly-ns-references.d.ts +0 -4
  286. package/dist/util/input.d.ts +0 -43
  287. package/dist/util/is-identifier-referenced.d.ts +0 -9
  288. package/dist/util/issue-initializers.d.ts +0 -4
  289. package/dist/util/jiti.d.ts +0 -1
  290. package/dist/util/loader.d.ts +0 -1
  291. package/dist/util/log.d.ts +0 -2
  292. package/dist/util/map-workspaces.d.ts +0 -5
  293. package/dist/util/math.d.ts +0 -6
  294. package/dist/util/module-graph.d.ts +0 -6
  295. package/dist/util/modules.d.ts +0 -10
  296. package/dist/util/object.d.ts +0 -4
  297. package/dist/util/package-json.d.ts +0 -14
  298. package/dist/util/package-name.d.ts +0 -2
  299. package/dist/util/path.d.ts +0 -13
  300. package/dist/util/plugin-config.d.ts +0 -24
  301. package/dist/util/plugin.d.ts +0 -9
  302. package/dist/util/regex.d.ts +0 -3
  303. package/dist/util/remove-export.d.ts +0 -8
  304. package/dist/util/reporter.d.ts +0 -3
  305. package/dist/util/require.d.ts +0 -1
  306. package/dist/util/resolve.d.ts +0 -2
  307. package/dist/util/string.d.ts +0 -1
  308. package/dist/util/tag.d.ts +0 -5
  309. package/dist/util/to-source-path.d.ts +0 -5
  310. package/dist/util/trace.d.ts +0 -20
  311. package/dist/util/tsconfig-loader.d.ts +0 -6
  312. package/dist/util/unwrap-function.d.ts +0 -1
  313. package/dist/util/watch.d.ts +0 -25
  314. package/dist/util/workspace.d.ts +0 -1
  315. package/dist/version.d.ts +0 -1
@@ -1,12 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
2
- import type { ReactCosmosConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- entry: string[];
9
- resolveConfig: ResolveConfig<ReactCosmosConfig>;
10
- resolveEntryPaths: ResolveEntryPaths<ReactCosmosConfig>;
11
- };
12
- export default _default;
@@ -1,5 +0,0 @@
1
- export type ReactCosmosConfig = {
2
- plugins?: string[];
3
- fixtureFileSuffix?: string;
4
- fixturesDir?: string;
5
- };
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveEntryPaths } from '../../types/config.js';
2
- import type { PluginConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveEntryPaths: ResolveEntryPaths<PluginConfig>;
9
- };
10
- export default _default;
@@ -1,7 +0,0 @@
1
- export type PluginConfig = {
2
- appDirectory?: string;
3
- };
4
- export interface RouteConfigEntry {
5
- file: string;
6
- children?: RouteConfigEntry[];
7
- }
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { ReleaseItConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<ReleaseItConfig>;
9
- };
10
- export default _default;
@@ -1,10 +0,0 @@
1
- export type ReleaseItConfig = {
2
- github?: {
3
- releaseNotes?: string | (() => string) | null;
4
- };
5
- gitlab?: {
6
- releaseNotes?: string | (() => string) | null;
7
- };
8
- plugins?: Record<string, unknown>;
9
- hooks?: Record<string, string | string[]>;
10
- };
@@ -1,11 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { RemarkConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- packageJsonPath: string;
8
- config: string[];
9
- resolveConfig: ResolveConfig<RemarkConfig>;
10
- };
11
- export default _default;
@@ -1,3 +0,0 @@
1
- export type RemarkConfig = {
2
- plugins?: (string | [string, boolean] | unknown)[];
3
- };
@@ -1,9 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: RegExp[];
5
- isEnabled: IsPluginEnabled;
6
- entry: string[];
7
- production: string[];
8
- };
9
- export default _default;
@@ -1,10 +0,0 @@
1
- import type { Args } from '../../types/args.js';
2
- import type { IsPluginEnabled } from '../../types/config.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- entry: string[];
8
- args: Args;
9
- };
10
- export default _default;
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { RsbuildConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<RsbuildConfig>;
9
- };
10
- export default _default;
@@ -1,3 +0,0 @@
1
- export type RsbuildConfig = {
2
- plugins?: unknown[];
3
- };
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { WebpackConfig } from '../webpack/types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<WebpackConfig>;
9
- };
10
- export default _default;
@@ -1,12 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { SemanticReleaseConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- isRootOnly: true;
8
- packageJsonPath: string;
9
- config: string[];
10
- resolveConfig: ResolveConfig<SemanticReleaseConfig>;
11
- };
12
- export default _default;
@@ -1,3 +0,0 @@
1
- export type SemanticReleaseConfig = {
2
- plugins?: (string | [string, Record<string, unknown>])[];
3
- };
@@ -1,8 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: RegExp[];
5
- isEnabled: IsPluginEnabled;
6
- entry: string[];
7
- };
8
- export default _default;
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { SimpleGitHooksConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<SimpleGitHooksConfig>;
9
- };
10
- export default _default;
@@ -1,3 +0,0 @@
1
- type Config = Record<string, string>;
2
- export type SimpleGitHooksConfig = Config | (() => Config);
3
- export {};
@@ -1,8 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: string[];
5
- isEnabled: IsPluginEnabled;
6
- config: string[];
7
- };
8
- export default _default;
@@ -1,9 +0,0 @@
1
- import type { IsPluginEnabled, ResolveFromAST } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: string[];
5
- isEnabled: IsPluginEnabled;
6
- config: string[];
7
- resolveFromAST: ResolveFromAST;
8
- };
9
- export default _default;
@@ -1,2 +0,0 @@
1
- import type { ResolveFromAST } from '../../types/config.js';
2
- export declare const getInputsFromHandlers: ResolveFromAST;
@@ -1,9 +0,0 @@
1
- import type { IsPluginEnabled, ResolveFromAST } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: string[];
5
- isEnabled: IsPluginEnabled;
6
- config: string[];
7
- resolveFromAST: ResolveFromAST;
8
- };
9
- export default _default;
@@ -1,2 +0,0 @@
1
- import ts from 'typescript';
2
- export declare const getComponentPathsFromSourceFile: (sourceFile: ts.SourceFile) => Set<string>;
@@ -1,13 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
2
- import type { StorybookConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: (string | RegExp)[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- entry: string[];
9
- project: string[];
10
- resolveEntryPaths: ResolveEntryPaths<StorybookConfig>;
11
- resolveConfig: ResolveConfig<StorybookConfig>;
12
- };
13
- export default _default;
@@ -1,20 +0,0 @@
1
- type Stories = (string | {
2
- directory: string;
3
- files?: string;
4
- titlePrefix?: string;
5
- })[];
6
- export type StorybookConfig = {
7
- stories?: Stories | ((patterns: string[]) => Promise<string[]>);
8
- addons?: (string | {
9
- name: string;
10
- })[];
11
- core?: {
12
- builder?: string | {
13
- name?: string;
14
- };
15
- };
16
- framework?: string | {
17
- name?: string;
18
- };
19
- };
20
- export {};
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { StrykerConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<StrykerConfig>;
9
- };
10
- export default _default;
@@ -1,5 +0,0 @@
1
- export type StrykerConfig = {
2
- testRunner?: string;
3
- checkers?: string[];
4
- plugins?: string[];
5
- };
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { StyleLintConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<StyleLintConfig>;
9
- };
10
- export default _default;
@@ -1,8 +0,0 @@
1
- export type BaseStyleLintConfig = {
2
- customSyntax?: unknown;
3
- extends?: string | string[];
4
- plugins?: unknown[];
5
- };
6
- export type StyleLintConfig = BaseStyleLintConfig & {
7
- overrides: BaseStyleLintConfig[];
8
- };
@@ -1,9 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: string[];
5
- isEnabled: IsPluginEnabled;
6
- entry: string[];
7
- production: string[];
8
- };
9
- export default _default;
@@ -1,8 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: string[];
5
- isEnabled: IsPluginEnabled;
6
- config: string[];
7
- };
8
- export default _default;
@@ -1,8 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: string[];
5
- isEnabled: IsPluginEnabled;
6
- entry: string[];
7
- };
8
- export default _default;
@@ -1,12 +0,0 @@
1
- import type { IsPluginEnabled, ResolveEntryPaths, ResolveFromAST } from '../../types/config.js';
2
- import type { TanstackRouterConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- production: string[];
9
- resolveEntryPaths: ResolveEntryPaths<TanstackRouterConfig>;
10
- resolveFromAST: ResolveFromAST;
11
- };
12
- export default _default;
@@ -1,2 +0,0 @@
1
- import ts from 'typescript';
2
- export declare const getCustomConfig: (sourceFile: ts.SourceFile) => Record<string, string>;
@@ -1,7 +0,0 @@
1
- export type TanstackRouterConfig = {
2
- routeFilePrefix?: string;
3
- routeFileIgnorePrefix?: string;
4
- routeFileIgnorePattern?: string;
5
- routesDirectory?: string;
6
- generatedRouteTree?: string;
7
- };
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: string;
5
- isEnabled: IsPluginEnabled;
6
- isRootOnly: true;
7
- config: string[];
8
- resolveConfig: ResolveConfig;
9
- };
10
- export default _default;
@@ -1,15 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- args: {
4
- binaries: string[];
5
- positional: boolean;
6
- nodeImportArgs: boolean;
7
- boolean: string[];
8
- alias: {
9
- transpileOnly: string[];
10
- compilerHost: string[];
11
- ignoreDiagnostics: string[];
12
- };
13
- };
14
- };
15
- export default _default;
@@ -1,13 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { TsupConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<TsupConfig>;
9
- args: {
10
- config: boolean;
11
- };
12
- };
13
- export default _default;
@@ -1,7 +0,0 @@
1
- type Entry = string[] | Record<string, string>;
2
- type Options = {
3
- entry?: Entry;
4
- };
5
- type MaybePromise<T> = T | Promise<T>;
6
- export type TsupConfig = Options | Options[] | ((overrideOptions: Options) => MaybePromise<Options | Options[]>);
7
- export {};
@@ -1,9 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- args: {
4
- positional: boolean;
5
- nodeImportArgs: boolean;
6
- args: (args: string[]) => string[];
7
- };
8
- };
9
- export default _default;
@@ -1,16 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { TypeDocConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- packageJsonPath: string;
8
- config: string[];
9
- resolveConfig: ResolveConfig<TypeDocConfig | {
10
- typedocOptions: TypeDocConfig;
11
- }>;
12
- args: {
13
- resolve: string[];
14
- };
15
- };
16
- export default _default;
@@ -1,4 +0,0 @@
1
- export type TypeDocConfig = {
2
- plugin?: string[];
3
- theme?: string[];
4
- };
@@ -1,21 +0,0 @@
1
- import type { TsConfigJson } from 'type-fest';
2
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
3
- export declare const docs: {
4
- note: string;
5
- };
6
- declare const _default: {
7
- title: string;
8
- enablers: string[];
9
- isEnabled: IsPluginEnabled;
10
- config: string[];
11
- resolveConfig: ResolveConfig<TsConfigJson>;
12
- args: {
13
- binaries: string[];
14
- string: string[];
15
- alias: {
16
- project: string[];
17
- };
18
- config: [string, (p: string) => string][];
19
- };
20
- };
21
- export default _default;
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { UnbuildConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<UnbuildConfig>;
9
- };
10
- export default _default;
@@ -1,13 +0,0 @@
1
- type UnbuildConfigObject = Partial<{
2
- name: string;
3
- entries: string[] | {
4
- builder: string;
5
- input: string;
6
- outDir: string;
7
- }[];
8
- outDir: string;
9
- declaration: boolean;
10
- rollup: Record<string, unknown>;
11
- }>;
12
- export type UnbuildConfig = UnbuildConfigObject | UnbuildConfigObject[];
13
- export {};
@@ -1,8 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: string[];
5
- isEnabled: IsPluginEnabled;
6
- config: string[];
7
- };
8
- export default _default;
@@ -1,8 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: string[];
5
- isEnabled: IsPluginEnabled;
6
- production: string[];
7
- };
8
- export default _default;
@@ -1,8 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: string[];
5
- isEnabled: IsPluginEnabled;
6
- production: string[];
7
- };
8
- export default _default;
@@ -1,11 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- export declare const config: string[];
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveEntryPaths: import("../../types/config.js").ResolveEntryPaths<import("../vitest/types.js").ViteConfigOrFn | import("../vitest/types.js").VitestWorkspaceConfig>;
9
- resolveConfig: import("../../types/config.js").ResolveConfig<import("../vitest/types.js").ViteConfigOrFn | import("../vitest/types.js").VitestWorkspaceConfig>;
10
- };
11
- export default _default;
@@ -1,3 +0,0 @@
1
- import type { ViteConfig } from './types.js';
2
- export declare const getEnvPackageName: (env: string) => string;
3
- export declare const getExternalReporters: (reporters?: ViteConfig["test"]["reporters"]) => string[];
@@ -1,17 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
2
- import type { ViteConfigOrFn, VitestWorkspaceConfig } from './types.js';
3
- export declare const resolveEntryPaths: ResolveEntryPaths<ViteConfigOrFn | VitestWorkspaceConfig>;
4
- export declare const resolveConfig: ResolveConfig<ViteConfigOrFn | VitestWorkspaceConfig>;
5
- declare const _default: {
6
- title: string;
7
- enablers: string[];
8
- isEnabled: IsPluginEnabled;
9
- config: string[];
10
- entry: string[];
11
- resolveEntryPaths: ResolveEntryPaths<ViteConfigOrFn | VitestWorkspaceConfig>;
12
- resolveConfig: ResolveConfig<ViteConfigOrFn | VitestWorkspaceConfig>;
13
- args: {
14
- config: boolean;
15
- };
16
- };
17
- export default _default;
@@ -1,39 +0,0 @@
1
- interface VitestConfig {
2
- test: {
3
- include: string[];
4
- coverage?: {
5
- enabled?: boolean;
6
- provider: string;
7
- };
8
- root?: string;
9
- environment?: string;
10
- globalSetup?: string | string[];
11
- reporters?: (string | [string, unknown] | unknown)[];
12
- setupFiles?: string | string[];
13
- workspace?: (ViteConfig & {
14
- test: VitestConfig['test'] & {
15
- workspace: never;
16
- };
17
- })[];
18
- };
19
- }
20
- export interface ViteConfig extends VitestConfig {
21
- plugins?: unknown[];
22
- build?: {
23
- lib?: {
24
- entry: string | string[] | {
25
- [entryAlias: string]: string;
26
- };
27
- };
28
- };
29
- }
30
- export type COMMAND = 'dev' | 'serve' | 'build';
31
- export type MODE = 'development' | 'production';
32
- interface Options {
33
- command: COMMAND;
34
- mode: MODE;
35
- ssrBuild?: boolean | undefined;
36
- }
37
- export type ViteConfigOrFn = ViteConfig | ((options: Options) => ViteConfig) | ((options: Options) => Promise<ViteConfig>);
38
- export type VitestWorkspaceConfig = (string | ViteConfig)[];
39
- export {};
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { VueConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<VueConfig>;
9
- };
10
- export default _default;
@@ -1,5 +0,0 @@
1
- import type { Configuration } from 'webpack';
2
- export type VueConfig = {
3
- configureWebpack?: Configuration | ((config: Configuration) => Configuration | undefined);
4
- };
5
- export type { Configuration as WebpackConfiguration };
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { WebdriverIOConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<WebdriverIOConfig>;
9
- };
10
- export default _default;
@@ -1,3 +0,0 @@
1
- export type WebdriverIOConfig = {
2
- config: WebdriverIO.Config;
3
- };