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,4 +0,0 @@
1
- import type { PluginOptions } from '../../types/config.js';
2
- import type { JestInitialOptions } from './types.js';
3
- export declare const resolveExtensibleConfig: (configFilePath: string) => Promise<any>;
4
- export declare const getReportersDependencies: (config: JestInitialOptions, options: PluginOptions) => string[];
@@ -1,15 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
2
- import type { JestConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- entry: string[];
9
- resolveEntryPaths: ResolveEntryPaths<JestConfig>;
10
- resolveConfig: ResolveConfig<JestConfig>;
11
- args: {
12
- config: boolean;
13
- };
14
- };
15
- export default _default;
@@ -1,3 +0,0 @@
1
- import type { Config } from '@jest/types';
2
- export type JestInitialOptions = Config.InitialOptions;
3
- export type JestConfig = JestInitialOptions | (() => JestInitialOptions) | (() => Promise<JestInitialOptions>);
@@ -1,7 +0,0 @@
1
- import { type Input } from '../../util/input.js';
2
- import type { Config, ConfigOptions } from './types.js';
3
- export declare const configFiles: string[];
4
- export declare const inputsFromFrameworks: (frameworks: readonly string[]) => readonly Input[];
5
- export declare const inputsFromPlugins: (plugins: ConfigOptions["plugins"], devDependencies: Record<string, string> | undefined) => readonly Input[];
6
- export type ConfigFile = (config: Config) => void;
7
- export declare const loadConfig: (configFile: ConfigFile) => ConfigOptions | undefined;
@@ -1,12 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
2
- import { type ConfigFile } from './helpers.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- entry: string[];
9
- resolveConfig: ResolveConfig<ConfigFile>;
10
- resolveEntryPaths: ResolveEntryPaths<ConfigFile>;
11
- };
12
- export default _default;
@@ -1,22 +0,0 @@
1
- export interface Config {
2
- set: (config: ConfigOptions) => void;
3
- }
4
- export interface ConfigOptions {
5
- basePath?: string | undefined;
6
- exclude?: string[] | undefined;
7
- files?: Array<FilePattern | string> | undefined;
8
- frameworks?: string[] | undefined;
9
- plugins?: Array<PluginName | InlinePluginDef> | undefined;
10
- }
11
- type PluginName = string;
12
- type InlinePluginDef = Record<PluginName, InlinePluginType>;
13
- type InlinePluginType = FactoryFnType | ConstructorFnType | ValueType;
14
- type FactoryFnType = ['factory', FactoryFn];
15
- type FactoryFn = (...params: any[]) => any;
16
- type ConstructorFnType = ['type', ConstructorFn];
17
- type ConstructorFn = Function | (new (...params: any[]) => any);
18
- type ValueType = ['value', any];
19
- interface FilePattern {
20
- pattern: string;
21
- }
22
- export {};
@@ -1,13 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
2
- import type { LadleConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- entry: string[];
9
- project: string[];
10
- resolveEntryPaths: ResolveEntryPaths<LadleConfig>;
11
- resolveConfig: ResolveConfig<LadleConfig>;
12
- };
13
- export default _default;
@@ -1,4 +0,0 @@
1
- export type LadleConfig = {
2
- stories?: string | string[];
3
- viteConfig?: string;
4
- };
@@ -1,9 +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
- config: string[];
7
- resolveConfig: ResolveConfig;
8
- };
9
- export default _default;
@@ -1,11 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { LintStagedConfig } 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<LintStagedConfig>;
10
- };
11
- export default _default;
@@ -1,5 +0,0 @@
1
- type Script = string | string[];
2
- type Entry = Script | ((filenames: string[]) => Script | Promise<Script>);
3
- type Config = Record<string, Entry>;
4
- export type LintStagedConfig = Config | (() => Config);
5
- export {};
@@ -1,11 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { LintHTMLConfig } 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<LintHTMLConfig>;
10
- };
11
- export default _default;
@@ -1,4 +0,0 @@
1
- export type LintHTMLConfig = {
2
- extends?: string | string[];
3
- plugins?: string[];
4
- };
@@ -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
- config: string[];
7
- };
8
- export default _default;
@@ -1 +0,0 @@
1
- export declare const getArgumentValues: (value: string, matcher: RegExp) => string[];
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { MarkdownlintConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<MarkdownlintConfig>;
9
- };
10
- export default _default;
@@ -1,3 +0,0 @@
1
- export type MarkdownlintConfig = {
2
- extends?: string;
3
- };
@@ -1,15 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
2
- import type { MetroConfig } from './types.js';
3
- export declare const docs: {
4
- note: string;
5
- production: string[];
6
- };
7
- declare const _default: {
8
- title: string;
9
- enablers: string[];
10
- isEnabled: IsPluginEnabled;
11
- config: string[];
12
- resolveEntryPaths: ResolveEntryPaths<MetroConfig>;
13
- resolveConfig: ResolveConfig<MetroConfig>;
14
- };
15
- export default _default;
@@ -1,13 +0,0 @@
1
- export type MetroConfig = {
2
- projectRoot?: string;
3
- transformerPath?: string;
4
- transformer?: {
5
- minifierPath?: string;
6
- assetPlugins?: string[];
7
- babelTransformerPath?: string;
8
- };
9
- resolver?: {
10
- platforms?: string[];
11
- sourceExts?: string[];
12
- };
13
- };
@@ -1,15 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
2
- import type { MochaConfig } 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<MochaConfig>;
10
- resolveEntryPaths: ResolveEntryPaths<MochaConfig>;
11
- args: {
12
- nodeImportArgs: boolean;
13
- };
14
- };
15
- export default _default;
@@ -1,4 +0,0 @@
1
- export interface MochaConfig {
2
- require?: string | string[];
3
- spec?: string | string[];
4
- }
@@ -1,11 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { MoonConfiguration } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- isRootOnly: true;
8
- config: string[];
9
- resolveConfig: ResolveConfig<MoonConfiguration>;
10
- };
11
- export default _default;
@@ -1,7 +0,0 @@
1
- export interface MoonConfiguration {
2
- tasks?: {
3
- [taskName: string]: {
4
- command: string;
5
- };
6
- };
7
- }
@@ -1,11 +0,0 @@
1
- import type { IsPluginEnabled, ResolveEntryPaths } from '../../types/config.js';
2
- import type { MSWConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- entry: string[];
9
- resolveEntryPaths: ResolveEntryPaths<MSWConfig>;
10
- };
11
- export default _default;
@@ -1,3 +0,0 @@
1
- export interface MSWConfig {
2
- workerDirectory?: string;
3
- }
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { NestConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: RegExp[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<NestConfig>;
9
- };
10
- export default _default;
@@ -1,3 +0,0 @@
1
- export type NestConfig = {
2
- collection?: string;
3
- };
@@ -1,2 +0,0 @@
1
- import type { FunctionsConfig } from './types.js';
2
- export declare const extractFunctionsConfigProperty: (config: FunctionsConfig, property: keyof FunctionsConfig) => string[];
@@ -1,12 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
2
- import type { NetlifyConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: (string | RegExp)[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- production: string[];
9
- resolveEntryPaths: ResolveEntryPaths<NetlifyConfig>;
10
- resolveConfig: ResolveConfig<NetlifyConfig>;
11
- };
12
- export default _default;
@@ -1,11 +0,0 @@
1
- export type NetlifyConfig = {
2
- plugins?: {
3
- package: string;
4
- }[];
5
- functions?: FunctionsConfig;
6
- };
7
- export type FunctionsConfig = {
8
- directory?: string;
9
- external_node_modules?: string[];
10
- included_files?: string[];
11
- };
@@ -1,10 +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
- production: string[];
8
- resolveFromAST: ResolveFromAST;
9
- };
10
- export default _default;
@@ -1,2 +0,0 @@
1
- import ts from 'typescript';
2
- export declare const getPageExtensions: (sourceFile: ts.SourceFile) => string[];
@@ -1,16 +0,0 @@
1
- import type { IsPluginEnabled, ResolveEntryPaths } from '../../types/config.js';
2
- import type { PackageJson } from '../../types/package-json.js';
3
- declare const _default: {
4
- title: string;
5
- isEnabled: IsPluginEnabled;
6
- packageJsonPath: (id: PackageJson) => PackageJson;
7
- config: string[];
8
- resolveEntryPaths: ResolveEntryPaths<PackageJson>;
9
- args: {
10
- positional: boolean;
11
- nodeImportArgs: boolean;
12
- resolve: string[];
13
- args: (args: string[]) => string[];
14
- };
15
- };
16
- export default _default;
@@ -1,10 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- args: {
4
- positional: boolean;
5
- nodeImportArgs: boolean;
6
- string: string[];
7
- fromArgs: string[];
8
- };
9
- };
10
- export default _default;
@@ -1,11 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { NpmPkgJsonLintConfig } 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<NpmPkgJsonLintConfig>;
10
- };
11
- export default _default;
@@ -1,3 +0,0 @@
1
- export type NpmPkgJsonLintConfig = {
2
- extends?: string;
3
- };
@@ -1,14 +0,0 @@
1
- import type { IsPluginEnabled, ResolveEntryPaths } from '../../types/config.js';
2
- import type { NuxtConfig } from './types.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
- production: string[];
12
- resolveEntryPaths: ResolveEntryPaths<NuxtConfig>;
13
- };
14
- export default _default;
@@ -1,8 +0,0 @@
1
- export type NuxtConfig = {
2
- srcDir?: string;
3
- dir?: {
4
- pages?: string;
5
- layouts?: string;
6
- middleware?: string;
7
- };
8
- };
@@ -1,14 +0,0 @@
1
- import type { ParsedArgs } from 'minimist';
2
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
3
- import type { NxConfigRoot, NxProjectConfiguration } from './types.js';
4
- declare const _default: {
5
- title: string;
6
- enablers: (string | RegExp)[];
7
- isEnabled: IsPluginEnabled;
8
- config: string[];
9
- resolveConfig: ResolveConfig<NxProjectConfiguration | NxConfigRoot>;
10
- args: {
11
- fromArgs: (parsed: ParsedArgs) => string[];
12
- };
13
- };
14
- export default _default;
@@ -1,19 +0,0 @@
1
- export interface NxProjectConfiguration {
2
- targets?: {
3
- [targetName: string]: {
4
- command?: string;
5
- executor?: string;
6
- options?: {
7
- command?: string;
8
- commands?: string[];
9
- };
10
- };
11
- };
12
- }
13
- export interface NxConfigRoot {
14
- plugins?: Array<string | {
15
- plugin: string;
16
- }>;
17
- generators?: Record<string, unknown>;
18
- targetDefaults?: Record<string, unknown>;
19
- }
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { NycConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<NycConfig>;
9
- };
10
- export default _default;
@@ -1,4 +0,0 @@
1
- export type NycConfig = {
2
- extends?: string;
3
- require?: string[];
4
- };
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { OclifConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<OclifConfig>;
9
- };
10
- export default _default;
@@ -1,4 +0,0 @@
1
- export type OclifConfig = {
2
- plugins?: string[];
3
- devPlugins?: string[];
4
- };
@@ -1,21 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig, ResolveEntryPaths } from '../../types/config.js';
2
- import type { PlaywrightTestConfig } from './types.js';
3
- export declare const entry: string[];
4
- export declare const resolveEntryPaths: ResolveEntryPaths<PlaywrightTestConfig>;
5
- export declare const resolveConfig: ResolveConfig<PlaywrightTestConfig>;
6
- declare const _default: {
7
- title: string;
8
- enablers: string[];
9
- isEnabled: IsPluginEnabled;
10
- config: string[];
11
- entry: string[];
12
- resolveConfig: ResolveConfig<PlaywrightTestConfig>;
13
- resolveEntryPaths: ResolveEntryPaths<PlaywrightTestConfig>;
14
- args: {
15
- binaries: string[];
16
- positional: boolean;
17
- args: (args: string[]) => string[];
18
- config: boolean;
19
- };
20
- };
21
- export default _default;
@@ -1,36 +0,0 @@
1
- type LiteralUnion<T extends U, U = string> = T | (U & {
2
- zz_IGNORE_ME?: never;
3
- });
4
- type ReporterDescription = Readonly<['blob'] | ['blob', {
5
- outputDir?: string;
6
- fileName?: string;
7
- }] | ['dot'] | ['line'] | ['list'] | ['list', {
8
- printSteps?: boolean;
9
- }] | ['github'] | ['junit'] | ['junit', {
10
- outputFile?: string;
11
- stripANSIControlSequences?: boolean;
12
- includeProjectInTestName?: boolean;
13
- }] | ['json'] | ['json', {
14
- outputFile?: string;
15
- }] | ['html'] | [
16
- 'html',
17
- {
18
- outputFolder?: string;
19
- open?: 'always' | 'never' | 'on-failure';
20
- host?: string;
21
- port?: number;
22
- attachmentsBaseURL?: string;
23
- }
24
- ] | ['null'] | [string] | [string, any]>;
25
- type Project = {
26
- name: string;
27
- use: string;
28
- testMatch?: string | RegExp | (string | RegExp)[];
29
- };
30
- export type PlaywrightTestConfig = {
31
- projects?: Project[];
32
- testMatch?: string | RegExp | (string | RegExp)[];
33
- testDir?: string;
34
- reporter?: LiteralUnion<'dot' | 'line' | 'list' | 'junit' | 'html' | 'json' | 'github' | 'null', string> | ReporterDescription[];
35
- };
36
- export {};
@@ -1,11 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: RegExp[];
5
- isEnabled: IsPluginEnabled;
6
- config: string[];
7
- entry: string[];
8
- resolveEntryPaths: import("../../types/config.js").ResolveEntryPaths<import("../playwright/types.js").PlaywrightTestConfig>;
9
- resolveConfig: import("../../types/config.js").ResolveConfig<import("../playwright/types.js").PlaywrightTestConfig>;
10
- };
11
- export default _default;
@@ -1,13 +0,0 @@
1
- import type { IsPluginEnabled } from '../../types/config.js';
2
- declare const _default: {
3
- title: string;
4
- enablers: string[];
5
- isEnabled: IsPluginEnabled;
6
- args: {
7
- binaries: string[];
8
- positional: boolean;
9
- args: (args: string[]) => string[];
10
- config: boolean;
11
- };
12
- };
13
- 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,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { PostCSSConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<PostCSSConfig>;
9
- };
10
- export default _default;
@@ -1,3 +0,0 @@
1
- export type PostCSSConfig = {
2
- plugins?: string[] | [string, unknown][] | Record<string, unknown>;
3
- };
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { PreconstructConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveEntryPaths: ResolveConfig<PreconstructConfig>;
9
- };
10
- export default _default;
@@ -1,3 +0,0 @@
1
- export type PreconstructConfig = {
2
- entrypoints?: string[];
3
- };
@@ -1,10 +0,0 @@
1
- import type { IsPluginEnabled, ResolveConfig } from '../../types/config.js';
2
- import type { PrettierConfig } from './types.js';
3
- declare const _default: {
4
- title: string;
5
- enablers: string[];
6
- isEnabled: IsPluginEnabled;
7
- config: string[];
8
- resolveConfig: ResolveConfig<PrettierConfig>;
9
- };
10
- export default _default;
@@ -1,8 +0,0 @@
1
- export type PrettierConfig = {
2
- plugins?: (string | {
3
- parsers?: Record<string, unknown>;
4
- printers?: Record<string, unknown>;
5
- languages?: unknown[];
6
- options?: Record<string, unknown>;
7
- })[];
8
- };