knip 5.50.0 → 5.50.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CacheConsultant.d.ts +14 -0
- package/dist/ConfigurationChief.d.ts +182 -0
- package/dist/ConsoleStreamer.d.ts +12 -0
- package/dist/DependencyDeputy.d.ts +78 -0
- package/dist/IssueCollector.d.ts +39 -0
- package/dist/IssueFixer.d.ts +27 -0
- package/dist/PackageJsonPeeker.d.ts +13 -0
- package/dist/PrincipalFactory.d.ts +20 -0
- package/dist/ProjectPrincipal.d.ts +58 -0
- package/dist/WorkspaceWorker.d.ts +69 -0
- package/dist/binaries/bash-parser.d.ts +3 -0
- package/dist/binaries/fallback.d.ts +2 -0
- package/dist/binaries/index.d.ts +2 -0
- package/dist/binaries/package-manager/bun.d.ts +2 -0
- package/dist/binaries/package-manager/bunx.d.ts +3 -0
- package/dist/binaries/package-manager/index.d.ts +10 -0
- package/dist/binaries/package-manager/npm.d.ts +2 -0
- package/dist/binaries/package-manager/npx.d.ts +2 -0
- package/dist/binaries/package-manager/pnpm.d.ts +2 -0
- package/dist/binaries/package-manager/pnpx.d.ts +3 -0
- package/dist/binaries/package-manager/yarn.d.ts +2 -0
- package/dist/binaries/plugins.d.ts +2 -0
- package/dist/binaries/util.d.ts +3 -0
- package/dist/cli.d.ts +1 -0
- package/dist/compilers/astro.d.ts +6 -0
- package/dist/compilers/compilers.d.ts +5 -0
- package/dist/compilers/index.d.ts +997 -0
- package/dist/compilers/mdx.d.ts +6 -0
- package/dist/compilers/svelte.d.ts +6 -0
- package/dist/compilers/types.d.ts +7 -0
- package/dist/compilers/vue.d.ts +6 -0
- package/dist/constants.d.ts +26 -0
- package/dist/graph/analyze.d.ts +30 -0
- package/dist/graph/build.d.ts +40 -0
- package/dist/index.d.ts +11 -0
- package/dist/manifest/helpers.d.ts +9 -0
- package/dist/manifest/index.d.ts +12 -0
- package/dist/plugins/_template/index.d.ts +12 -0
- package/dist/plugins/_template/types.d.ts +4 -0
- package/dist/plugins/angular/index.d.ts +10 -0
- package/dist/plugins/angular/types.d.ts +1048 -0
- package/dist/plugins/astro/index.d.ts +11 -0
- package/dist/plugins/ava/index.d.ts +12 -0
- package/dist/plugins/ava/types.d.ts +8 -0
- package/dist/plugins/babel/helpers.d.ts +14 -0
- package/dist/plugins/babel/index.d.ts +12 -0
- package/dist/plugins/babel/types.d.ts +10 -0
- package/dist/plugins/c8/index.d.ts +10 -0
- package/dist/plugins/capacitor/index.d.ts +10 -0
- package/dist/plugins/capacitor/types.d.ts +3 -0
- package/dist/plugins/changesets/index.d.ts +11 -0
- package/dist/plugins/changesets/types.d.ts +3 -0
- package/dist/plugins/commitizen/index.d.ts +12 -0
- package/dist/plugins/commitizen/types.d.ts +3 -0
- package/dist/plugins/commitlint/index.d.ts +10 -0
- package/dist/plugins/commitlint/types.d.ts +12 -0
- package/dist/plugins/create-typescript-app/index.d.ts +8 -0
- package/dist/plugins/cspell/index.d.ts +10 -0
- package/dist/plugins/cspell/types.d.ts +3 -0
- package/dist/plugins/cucumber/index.d.ts +12 -0
- package/dist/plugins/cucumber/types.d.ts +7 -0
- package/dist/plugins/cypress/helpers.d.ts +3 -0
- package/dist/plugins/cypress/index.d.ts +12 -0
- package/dist/plugins/cypress/types.d.ts +6 -0
- package/dist/plugins/dependency-cruiser/index.d.ts +12 -0
- package/dist/plugins/dotenv/index.d.ts +8 -0
- package/dist/plugins/drizzle/index.d.ts +10 -0
- package/dist/plugins/drizzle/types.d.ts +3 -0
- package/dist/plugins/eleventy/helpers.d.ts +138 -0
- package/dist/plugins/eleventy/index.d.ts +14 -0
- package/dist/plugins/eleventy/types.d.ts +10 -0
- package/dist/plugins/eslint/helpers.d.ts +4 -0
- package/dist/plugins/eslint/index.d.ts +15 -0
- package/dist/plugins/eslint/types.d.ts +29 -0
- package/dist/plugins/expo/helpers.d.ts +20 -0
- package/dist/plugins/expo/index.d.ts +14 -0
- package/dist/plugins/expo/types.d.ts +28 -0
- package/dist/plugins/gatsby/index.d.ts +11 -0
- package/dist/plugins/gatsby/types.d.ts +15 -0
- package/dist/plugins/github-action/index.d.ts +9 -0
- package/dist/plugins/github-actions/index.d.ts +11 -0
- package/dist/plugins/github-actions/types.d.ts +20 -0
- package/dist/plugins/glob/index.d.ts +12 -0
- package/dist/plugins/graphql-codegen/index.d.ts +11 -0
- package/dist/plugins/graphql-codegen/types.d.ts +37 -0
- package/dist/plugins/husky/index.d.ts +10 -0
- package/dist/plugins/index.d.ts +788 -0
- package/dist/plugins/jest/helpers.d.ts +4 -0
- package/dist/plugins/jest/index.d.ts +15 -0
- package/dist/plugins/jest/types.d.ts +3 -0
- package/dist/plugins/karma/helpers.d.ts +7 -0
- package/dist/plugins/karma/index.d.ts +12 -0
- package/dist/plugins/karma/types.d.ts +22 -0
- package/dist/plugins/ladle/index.d.ts +13 -0
- package/dist/plugins/ladle/types.d.ts +4 -0
- package/dist/plugins/lefthook/index.d.ts +9 -0
- package/dist/plugins/lint-staged/index.d.ts +11 -0
- package/dist/plugins/lint-staged/types.d.ts +5 -0
- package/dist/plugins/linthtml/index.d.ts +11 -0
- package/dist/plugins/linthtml/types.d.ts +4 -0
- package/dist/plugins/lockfile-lint/index.d.ts +8 -0
- package/dist/plugins/lost-pixel/index.d.ts +8 -0
- package/dist/plugins/markdownlint/helpers.d.ts +1 -0
- package/dist/plugins/markdownlint/index.d.ts +10 -0
- package/dist/plugins/markdownlint/types.d.ts +3 -0
- package/dist/plugins/metro/index.d.ts +15 -0
- package/dist/plugins/metro/types.d.ts +13 -0
- package/dist/plugins/mocha/index.d.ts +15 -0
- package/dist/plugins/mocha/types.d.ts +4 -0
- package/dist/plugins/moonrepo/index.d.ts +11 -0
- package/dist/plugins/moonrepo/types.d.ts +7 -0
- package/dist/plugins/msw/index.d.ts +11 -0
- package/dist/plugins/msw/types.d.ts +3 -0
- package/dist/plugins/nest/index.d.ts +10 -0
- package/dist/plugins/nest/types.d.ts +3 -0
- package/dist/plugins/netlify/helpers.d.ts +2 -0
- package/dist/plugins/netlify/index.d.ts +12 -0
- package/dist/plugins/netlify/types.d.ts +11 -0
- package/dist/plugins/next/index.d.ts +10 -0
- package/dist/plugins/next/resolveFromAST.d.ts +2 -0
- package/dist/plugins/node/index.d.ts +16 -0
- package/dist/plugins/nodemon/index.d.ts +10 -0
- package/dist/plugins/npm-package-json-lint/index.d.ts +11 -0
- package/dist/plugins/npm-package-json-lint/types.d.ts +3 -0
- package/dist/plugins/nuxt/index.d.ts +14 -0
- package/dist/plugins/nuxt/types.d.ts +8 -0
- package/dist/plugins/nx/index.d.ts +14 -0
- package/dist/plugins/nx/types.d.ts +19 -0
- package/dist/plugins/nyc/index.d.ts +10 -0
- package/dist/plugins/nyc/types.d.ts +4 -0
- package/dist/plugins/oclif/index.d.ts +10 -0
- package/dist/plugins/oclif/types.d.ts +4 -0
- package/dist/plugins/playwright/index.d.ts +21 -0
- package/dist/plugins/playwright/types.d.ts +36 -0
- package/dist/plugins/playwright-ct/index.d.ts +11 -0
- package/dist/plugins/playwright-test/index.d.ts +13 -0
- package/dist/plugins/plop/index.d.ts +8 -0
- package/dist/plugins/postcss/index.d.ts +10 -0
- package/dist/plugins/postcss/types.d.ts +3 -0
- package/dist/plugins/preconstruct/index.d.ts +10 -0
- package/dist/plugins/preconstruct/types.d.ts +3 -0
- package/dist/plugins/prettier/index.d.ts +10 -0
- package/dist/plugins/prettier/types.d.ts +8 -0
- package/dist/plugins/react-cosmos/index.d.ts +12 -0
- package/dist/plugins/react-cosmos/types.d.ts +5 -0
- package/dist/plugins/react-router/index.d.ts +10 -0
- package/dist/plugins/react-router/types.d.ts +7 -0
- package/dist/plugins/release-it/index.d.ts +10 -0
- package/dist/plugins/release-it/types.d.ts +10 -0
- package/dist/plugins/remark/index.d.ts +11 -0
- package/dist/plugins/remark/types.d.ts +3 -0
- package/dist/plugins/remix/index.d.ts +9 -0
- package/dist/plugins/rollup/index.d.ts +10 -0
- package/dist/plugins/rsbuild/index.d.ts +10 -0
- package/dist/plugins/rsbuild/types.d.ts +3 -0
- package/dist/plugins/rspack/index.d.ts +10 -0
- package/dist/plugins/semantic-release/index.d.ts +12 -0
- package/dist/plugins/semantic-release/types.d.ts +3 -0
- package/dist/plugins/sentry/index.d.ts +8 -0
- package/dist/plugins/simple-git-hooks/index.d.ts +10 -0
- package/dist/plugins/simple-git-hooks/types.d.ts +3 -0
- package/dist/plugins/size-limit/index.d.ts +8 -0
- package/dist/plugins/sst/index.d.ts +9 -0
- package/dist/plugins/sst/resolveFromAST.d.ts +2 -0
- package/dist/plugins/starlight/index.d.ts +9 -0
- package/dist/plugins/starlight/resolveFromAST.d.ts +2 -0
- package/dist/plugins/storybook/index.d.ts +13 -0
- package/dist/plugins/storybook/types.d.ts +20 -0
- package/dist/plugins/stryker/index.d.ts +10 -0
- package/dist/plugins/stryker/types.d.ts +5 -0
- package/dist/plugins/stylelint/index.d.ts +10 -0
- package/dist/plugins/stylelint/types.d.ts +8 -0
- package/dist/plugins/svelte/index.d.ts +9 -0
- package/dist/plugins/syncpack/index.d.ts +8 -0
- package/dist/plugins/tailwind/index.d.ts +8 -0
- package/dist/plugins/tanstack-router/index.d.ts +12 -0
- package/dist/plugins/tanstack-router/resolveFromAST.d.ts +2 -0
- package/dist/plugins/tanstack-router/types.d.ts +7 -0
- package/dist/plugins/travis/index.d.ts +10 -0
- package/dist/plugins/ts-node/index.d.ts +15 -0
- package/dist/plugins/tsup/index.d.ts +13 -0
- package/dist/plugins/tsup/types.d.ts +7 -0
- package/dist/plugins/tsx/index.d.ts +9 -0
- package/dist/plugins/typedoc/index.d.ts +16 -0
- package/dist/plugins/typedoc/types.d.ts +4 -0
- package/dist/plugins/typescript/index.d.ts +21 -0
- package/dist/plugins/unbuild/index.d.ts +10 -0
- package/dist/plugins/unbuild/types.d.ts +13 -0
- package/dist/plugins/unocss/index.d.ts +8 -0
- package/dist/plugins/vercel-og/index.d.ts +8 -0
- package/dist/plugins/vike/index.d.ts +8 -0
- package/dist/plugins/vite/index.d.ts +11 -0
- package/dist/plugins/vitest/helpers.d.ts +3 -0
- package/dist/plugins/vitest/index.d.ts +17 -0
- package/dist/plugins/vitest/types.d.ts +39 -0
- package/dist/plugins/vue/index.d.ts +10 -0
- package/dist/plugins/vue/types.d.ts +5 -0
- package/dist/plugins/webdriver-io/index.d.ts +10 -0
- package/dist/plugins/webdriver-io/types.d.ts +3 -0
- package/dist/plugins/webpack/index.d.ts +19 -0
- package/dist/plugins/webpack/types.d.ts +12 -0
- package/dist/plugins/wireit/index.d.ts +10 -0
- package/dist/plugins/wireit/types.d.ts +3 -0
- package/dist/plugins/wrangler/index.d.ts +10 -0
- package/dist/plugins/wrangler/types.d.ts +3 -0
- package/dist/plugins/xo/index.d.ts +11 -0
- package/dist/plugins/xo/types.d.ts +12 -0
- package/dist/plugins/yarn/index.d.ts +9 -0
- package/dist/plugins/yorkie/index.d.ts +11 -0
- package/dist/plugins.d.ts +7 -0
- package/dist/reporters/codeclimate.d.ts +3 -0
- package/dist/reporters/codeowners.d.ts +3 -0
- package/dist/reporters/compact.d.ts +3 -0
- package/dist/reporters/disclosure.d.ts +3 -0
- package/dist/reporters/index.d.ts +10 -0
- package/dist/reporters/json.d.ts +3 -0
- package/dist/reporters/markdown.d.ts +3 -0
- package/dist/reporters/symbols.d.ts +3 -0
- package/dist/reporters/util.d.ts +22 -0
- package/dist/reporters/watch.d.ts +12 -0
- package/dist/schema/configuration.d.ts +5495 -0
- package/dist/schema/plugins.d.ts +2227 -0
- package/dist/types/PluginNames.d.ts +2 -0
- package/dist/types/args.d.ts +14 -0
- package/dist/types/cli.d.ts +27 -0
- package/dist/types/config.d.ts +119 -0
- package/dist/types/exports.d.ts +24 -0
- package/dist/types/imports.d.ts +12 -0
- package/dist/types/issues.d.ts +88 -0
- package/dist/types/module-graph.d.ts +67 -0
- package/dist/types/package-json.d.ts +53 -0
- package/dist/types/project.d.ts +18 -0
- package/dist/types/workspace.d.ts +27 -0
- package/dist/typescript/SourceFile.d.ts +35 -0
- package/dist/typescript/SourceFileManager.d.ts +19 -0
- package/dist/typescript/ast-helpers.d.ts +38 -0
- package/dist/typescript/create-hosts.d.ts +21 -0
- package/dist/typescript/find-internal-references.d.ts +4 -0
- package/dist/typescript/get-imports-and-exports.d.ts +18 -0
- package/dist/typescript/resolve-module-names.d.ts +4 -0
- package/dist/typescript/visitors/dynamic-imports/importCall.d.ts +3 -0
- package/dist/typescript/visitors/dynamic-imports/importType.d.ts +3 -0
- package/dist/typescript/visitors/dynamic-imports/index.d.ts +3 -0
- package/dist/typescript/visitors/dynamic-imports/jsDocType.d.ts +4 -0
- package/dist/typescript/visitors/dynamic-imports/requireCall.d.ts +3 -0
- package/dist/typescript/visitors/dynamic-imports/resolveCall.d.ts +3 -0
- package/dist/typescript/visitors/exports/exportAssignment.d.ts +3 -0
- package/dist/typescript/visitors/exports/exportDeclaration.d.ts +3 -0
- package/dist/typescript/visitors/exports/exportKeyword.d.ts +3 -0
- package/dist/typescript/visitors/exports/exportsAccessExpression.d.ts +3 -0
- package/dist/typescript/visitors/exports/index.d.ts +3 -0
- package/dist/typescript/visitors/exports/moduleExportsAccessExpression.d.ts +3 -0
- package/dist/typescript/visitors/helpers.d.ts +8 -0
- package/dist/typescript/visitors/imports/importDeclaration.d.ts +3 -0
- package/dist/typescript/visitors/imports/importEqualsDeclaration.d.ts +3 -0
- package/dist/typescript/visitors/imports/index.d.ts +3 -0
- package/dist/typescript/visitors/imports/reExportDeclaration.d.ts +3 -0
- package/dist/typescript/visitors/index.d.ts +12 -0
- package/dist/typescript/visitors/scripts/bun.d.ts +3 -0
- package/dist/typescript/visitors/scripts/execa.d.ts +3 -0
- package/dist/typescript/visitors/scripts/index.d.ts +3 -0
- package/dist/typescript/visitors/scripts/zx.d.ts +3 -0
- package/dist/util/Performance.d.ts +26 -0
- package/dist/util/array.d.ts +5 -0
- package/dist/util/cli-arguments.d.ts +44 -0
- package/dist/util/codeowners.d.ts +2 -0
- package/dist/util/create-workspace-graph.d.ts +3 -0
- package/dist/util/debug.d.ts +4 -0
- package/dist/util/empty.d.ts +1 -0
- package/dist/util/errors.d.ts +13 -0
- package/dist/util/file-entry-cache.d.ts +29 -0
- package/dist/util/fs.d.ts +9 -0
- package/dist/util/get-included-issue-types.d.ts +18 -0
- package/dist/util/get-referenced-inputs.d.ts +5 -0
- package/dist/util/git.d.ts +1 -0
- package/dist/util/glob-core.d.ts +28 -0
- package/dist/util/glob.d.ts +16 -0
- package/dist/util/graph-sequencer.d.ts +9 -0
- package/dist/util/has-strictly-ns-references.d.ts +4 -0
- package/dist/util/input.d.ts +43 -0
- package/dist/util/is-identifier-referenced.d.ts +9 -0
- package/dist/util/issue-initializers.d.ts +4 -0
- package/dist/util/jiti.d.ts +1 -0
- package/dist/util/loader.d.ts +1 -0
- package/dist/util/log.d.ts +2 -0
- package/dist/util/map-workspaces.d.ts +5 -0
- package/dist/util/math.d.ts +6 -0
- package/dist/util/module-graph.d.ts +6 -0
- package/dist/util/modules.d.ts +10 -0
- package/dist/util/object.d.ts +4 -0
- package/dist/util/package-json.d.ts +14 -0
- package/dist/util/package-name.d.ts +2 -0
- package/dist/util/path.d.ts +13 -0
- package/dist/util/plugin-config.d.ts +24 -0
- package/dist/util/plugin.d.ts +9 -0
- package/dist/util/regex.d.ts +3 -0
- package/dist/util/remove-export.d.ts +8 -0
- package/dist/util/reporter.d.ts +3 -0
- package/dist/util/require.d.ts +1 -0
- package/dist/util/resolve.d.ts +2 -0
- package/dist/util/string.d.ts +1 -0
- package/dist/util/tag.d.ts +5 -0
- package/dist/util/to-source-path.d.ts +5 -0
- package/dist/util/trace.d.ts +20 -0
- package/dist/util/tsconfig-loader.d.ts +6 -0
- package/dist/util/unwrap-function.d.ts +1 -0
- package/dist/util/watch.d.ts +25 -0
- package/dist/util/workspace.d.ts +1 -0
- package/dist/version.d.ts +1 -0
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,1048 @@
|
|
|
1
|
+
type FileVersion = number;
|
|
2
|
+
export type Project = Project1 & {
|
|
3
|
+
cli?: {
|
|
4
|
+
[k: string]: unknown;
|
|
5
|
+
};
|
|
6
|
+
schematics?: SchematicOptions;
|
|
7
|
+
prefix?: string;
|
|
8
|
+
root: string;
|
|
9
|
+
i18n?: I18N;
|
|
10
|
+
sourceRoot?: string;
|
|
11
|
+
projectType: 'application' | 'library';
|
|
12
|
+
architect?: {
|
|
13
|
+
[k: string]: {
|
|
14
|
+
builder: string;
|
|
15
|
+
defaultConfiguration?: string;
|
|
16
|
+
options?: {
|
|
17
|
+
[k: string]: unknown;
|
|
18
|
+
};
|
|
19
|
+
configurations?: {
|
|
20
|
+
[k: string]: {
|
|
21
|
+
[k: string]: unknown;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
} | {
|
|
25
|
+
builder?: '@angular/build:application';
|
|
26
|
+
defaultConfiguration?: string;
|
|
27
|
+
options?: ApplicationSchemaForBuildFacade;
|
|
28
|
+
configurations?: {
|
|
29
|
+
[k: string]: ApplicationSchemaForBuildFacade;
|
|
30
|
+
};
|
|
31
|
+
} | {
|
|
32
|
+
builder?: '@angular-devkit/build-angular:application';
|
|
33
|
+
defaultConfiguration?: string;
|
|
34
|
+
options?: ApplicationSchemaForBuildFacade;
|
|
35
|
+
configurations?: {
|
|
36
|
+
[k: string]: ApplicationSchemaForBuildFacade;
|
|
37
|
+
};
|
|
38
|
+
} | {
|
|
39
|
+
builder?: '@angular-devkit/build-angular:app-shell';
|
|
40
|
+
defaultConfiguration?: string;
|
|
41
|
+
options?: AppShellTarget;
|
|
42
|
+
configurations?: {
|
|
43
|
+
[k: string]: AppShellTarget;
|
|
44
|
+
};
|
|
45
|
+
} | {
|
|
46
|
+
builder?: '@angular-devkit/build-angular:browser';
|
|
47
|
+
defaultConfiguration?: string;
|
|
48
|
+
options?: WebpackBrowserSchemaForBuildFacade;
|
|
49
|
+
configurations?: {
|
|
50
|
+
[k: string]: WebpackBrowserSchemaForBuildFacade;
|
|
51
|
+
};
|
|
52
|
+
} | {
|
|
53
|
+
builder?: '@angular-devkit/build-angular:browser-esbuild';
|
|
54
|
+
defaultConfiguration?: string;
|
|
55
|
+
options?: EsbuildBrowserSchemaForBuildFacade;
|
|
56
|
+
configurations?: {
|
|
57
|
+
[k: string]: EsbuildBrowserSchemaForBuildFacade;
|
|
58
|
+
};
|
|
59
|
+
} | {
|
|
60
|
+
builder?: '@angular/build:dev-server';
|
|
61
|
+
defaultConfiguration?: string;
|
|
62
|
+
options?: DevServerTarget;
|
|
63
|
+
configurations?: {
|
|
64
|
+
[k: string]: DevServerTarget;
|
|
65
|
+
};
|
|
66
|
+
} | {
|
|
67
|
+
builder?: '@angular-devkit/build-angular:dev-server';
|
|
68
|
+
defaultConfiguration?: string;
|
|
69
|
+
options?: DevServerTarget1;
|
|
70
|
+
configurations?: {
|
|
71
|
+
[k: string]: DevServerTarget1;
|
|
72
|
+
};
|
|
73
|
+
} | {
|
|
74
|
+
builder?: '@angular/build:extract-i18n';
|
|
75
|
+
defaultConfiguration?: string;
|
|
76
|
+
options?: ExtractI18NTarget;
|
|
77
|
+
configurations?: {
|
|
78
|
+
[k: string]: ExtractI18NTarget;
|
|
79
|
+
};
|
|
80
|
+
} | {
|
|
81
|
+
builder?: '@angular-devkit/build-angular:extract-i18n';
|
|
82
|
+
defaultConfiguration?: string;
|
|
83
|
+
options?: ExtractI18NTarget1;
|
|
84
|
+
configurations?: {
|
|
85
|
+
[k: string]: ExtractI18NTarget1;
|
|
86
|
+
};
|
|
87
|
+
} | {
|
|
88
|
+
builder?: '@angular-devkit/build-angular:karma';
|
|
89
|
+
defaultConfiguration?: string;
|
|
90
|
+
options?: KarmaTarget;
|
|
91
|
+
configurations?: {
|
|
92
|
+
[k: string]: KarmaTarget;
|
|
93
|
+
};
|
|
94
|
+
} | {
|
|
95
|
+
builder?: '@angular-devkit/build-angular:jest';
|
|
96
|
+
defaultConfiguration?: string;
|
|
97
|
+
options?: JestBrowserSchemaForBuildFacade;
|
|
98
|
+
configurations?: {
|
|
99
|
+
[k: string]: JestBrowserSchemaForBuildFacade;
|
|
100
|
+
};
|
|
101
|
+
} | {
|
|
102
|
+
builder?: '@angular-devkit/build-angular:web-test-runner';
|
|
103
|
+
defaultConfiguration?: string;
|
|
104
|
+
options?: WebTestRunnerTarget;
|
|
105
|
+
configurations?: {
|
|
106
|
+
[k: string]: WebTestRunnerTarget;
|
|
107
|
+
};
|
|
108
|
+
} | {
|
|
109
|
+
builder?: '@angular-devkit/build-angular:prerender';
|
|
110
|
+
defaultConfiguration?: string;
|
|
111
|
+
options?: PrerenderTarget;
|
|
112
|
+
configurations?: {
|
|
113
|
+
[k: string]: PrerenderTarget;
|
|
114
|
+
};
|
|
115
|
+
} | {
|
|
116
|
+
builder?: '@angular-devkit/build-angular:ssr-dev-server';
|
|
117
|
+
defaultConfiguration?: string;
|
|
118
|
+
options?: SSRDevServerTarget;
|
|
119
|
+
configurations?: {
|
|
120
|
+
[k: string]: SSRDevServerTarget;
|
|
121
|
+
};
|
|
122
|
+
} | {
|
|
123
|
+
builder?: '@angular-devkit/build-angular:server';
|
|
124
|
+
defaultConfiguration?: string;
|
|
125
|
+
options?: UniversalTarget;
|
|
126
|
+
configurations?: {
|
|
127
|
+
[k: string]: UniversalTarget;
|
|
128
|
+
};
|
|
129
|
+
} | {
|
|
130
|
+
builder?: '@angular-devkit/build-angular:ng-packagr';
|
|
131
|
+
defaultConfiguration?: string;
|
|
132
|
+
options?: NgPackagrTarget;
|
|
133
|
+
configurations?: {
|
|
134
|
+
[k: string]: NgPackagrTarget;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
targets?: {
|
|
139
|
+
[k: string]: {
|
|
140
|
+
builder: string;
|
|
141
|
+
defaultConfiguration?: string;
|
|
142
|
+
options?: {
|
|
143
|
+
[k: string]: unknown;
|
|
144
|
+
};
|
|
145
|
+
configurations?: {
|
|
146
|
+
[k: string]: {
|
|
147
|
+
[k: string]: unknown;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
} | {
|
|
151
|
+
builder?: '@angular/build:application';
|
|
152
|
+
defaultConfiguration?: string;
|
|
153
|
+
options?: ApplicationSchemaForBuildFacade;
|
|
154
|
+
configurations?: {
|
|
155
|
+
[k: string]: ApplicationSchemaForBuildFacade;
|
|
156
|
+
};
|
|
157
|
+
} | {
|
|
158
|
+
builder?: '@angular-devkit/build-angular:application';
|
|
159
|
+
defaultConfiguration?: string;
|
|
160
|
+
options?: ApplicationSchemaForBuildFacade;
|
|
161
|
+
configurations?: {
|
|
162
|
+
[k: string]: ApplicationSchemaForBuildFacade;
|
|
163
|
+
};
|
|
164
|
+
} | {
|
|
165
|
+
builder?: '@angular-devkit/build-angular:app-shell';
|
|
166
|
+
defaultConfiguration?: string;
|
|
167
|
+
options?: AppShellTarget;
|
|
168
|
+
configurations?: {
|
|
169
|
+
[k: string]: AppShellTarget;
|
|
170
|
+
};
|
|
171
|
+
} | {
|
|
172
|
+
builder?: '@angular-devkit/build-angular:browser';
|
|
173
|
+
defaultConfiguration?: string;
|
|
174
|
+
options?: WebpackBrowserSchemaForBuildFacade;
|
|
175
|
+
configurations?: {
|
|
176
|
+
[k: string]: WebpackBrowserSchemaForBuildFacade;
|
|
177
|
+
};
|
|
178
|
+
} | {
|
|
179
|
+
builder?: '@angular-devkit/build-angular:browser-esbuild';
|
|
180
|
+
defaultConfiguration?: string;
|
|
181
|
+
options?: EsbuildBrowserSchemaForBuildFacade;
|
|
182
|
+
configurations?: {
|
|
183
|
+
[k: string]: EsbuildBrowserSchemaForBuildFacade;
|
|
184
|
+
};
|
|
185
|
+
} | {
|
|
186
|
+
builder?: '@angular/build:dev-server';
|
|
187
|
+
defaultConfiguration?: string;
|
|
188
|
+
options?: DevServerTarget;
|
|
189
|
+
configurations?: {
|
|
190
|
+
[k: string]: DevServerTarget;
|
|
191
|
+
};
|
|
192
|
+
} | {
|
|
193
|
+
builder?: '@angular-devkit/build-angular:dev-server';
|
|
194
|
+
defaultConfiguration?: string;
|
|
195
|
+
options?: DevServerTarget1;
|
|
196
|
+
configurations?: {
|
|
197
|
+
[k: string]: DevServerTarget1;
|
|
198
|
+
};
|
|
199
|
+
} | {
|
|
200
|
+
builder?: '@angular/build:extract-i18n';
|
|
201
|
+
defaultConfiguration?: string;
|
|
202
|
+
options?: ExtractI18NTarget;
|
|
203
|
+
configurations?: {
|
|
204
|
+
[k: string]: ExtractI18NTarget;
|
|
205
|
+
};
|
|
206
|
+
} | {
|
|
207
|
+
builder?: '@angular-devkit/build-angular:extract-i18n';
|
|
208
|
+
defaultConfiguration?: string;
|
|
209
|
+
options?: ExtractI18NTarget1;
|
|
210
|
+
configurations?: {
|
|
211
|
+
[k: string]: ExtractI18NTarget1;
|
|
212
|
+
};
|
|
213
|
+
} | {
|
|
214
|
+
builder?: '@angular-devkit/build-angular:karma';
|
|
215
|
+
defaultConfiguration?: string;
|
|
216
|
+
options?: KarmaTarget;
|
|
217
|
+
configurations?: {
|
|
218
|
+
[k: string]: KarmaTarget;
|
|
219
|
+
};
|
|
220
|
+
} | {
|
|
221
|
+
builder?: '@angular-devkit/build-angular:jest';
|
|
222
|
+
defaultConfiguration?: string;
|
|
223
|
+
options?: JestBrowserSchemaForBuildFacade;
|
|
224
|
+
configurations?: {
|
|
225
|
+
[k: string]: JestBrowserSchemaForBuildFacade;
|
|
226
|
+
};
|
|
227
|
+
} | {
|
|
228
|
+
builder?: '@angular-devkit/build-angular:web-test-runner';
|
|
229
|
+
defaultConfiguration?: string;
|
|
230
|
+
options?: WebTestRunnerTarget;
|
|
231
|
+
configurations?: {
|
|
232
|
+
[k: string]: WebTestRunnerTarget;
|
|
233
|
+
};
|
|
234
|
+
} | {
|
|
235
|
+
builder?: '@angular-devkit/build-angular:prerender';
|
|
236
|
+
defaultConfiguration?: string;
|
|
237
|
+
options?: PrerenderTarget;
|
|
238
|
+
configurations?: {
|
|
239
|
+
[k: string]: PrerenderTarget;
|
|
240
|
+
};
|
|
241
|
+
} | {
|
|
242
|
+
builder?: '@angular-devkit/build-angular:ssr-dev-server';
|
|
243
|
+
defaultConfiguration?: string;
|
|
244
|
+
options?: SSRDevServerTarget;
|
|
245
|
+
configurations?: {
|
|
246
|
+
[k: string]: SSRDevServerTarget;
|
|
247
|
+
};
|
|
248
|
+
} | {
|
|
249
|
+
builder?: '@angular-devkit/build-angular:server';
|
|
250
|
+
defaultConfiguration?: string;
|
|
251
|
+
options?: UniversalTarget;
|
|
252
|
+
configurations?: {
|
|
253
|
+
[k: string]: UniversalTarget;
|
|
254
|
+
};
|
|
255
|
+
} | {
|
|
256
|
+
builder?: '@angular-devkit/build-angular:ng-packagr';
|
|
257
|
+
defaultConfiguration?: string;
|
|
258
|
+
options?: NgPackagrTarget;
|
|
259
|
+
configurations?: {
|
|
260
|
+
[k: string]: NgPackagrTarget;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
[k: string]: unknown;
|
|
265
|
+
};
|
|
266
|
+
type Project1 = {
|
|
267
|
+
[k: string]: unknown;
|
|
268
|
+
};
|
|
269
|
+
type PrerenderTarget = {
|
|
270
|
+
[k: string]: unknown;
|
|
271
|
+
};
|
|
272
|
+
export interface AngularCLIWorkspaceConfiguration {
|
|
273
|
+
$schema?: string;
|
|
274
|
+
version: FileVersion;
|
|
275
|
+
cli?: CliOptions;
|
|
276
|
+
schematics?: SchematicOptions;
|
|
277
|
+
newProjectRoot?: string;
|
|
278
|
+
projects?: {
|
|
279
|
+
[k: string]: Project;
|
|
280
|
+
};
|
|
281
|
+
}
|
|
282
|
+
interface CliOptions {
|
|
283
|
+
schematicCollections?: string[];
|
|
284
|
+
packageManager?: 'npm' | 'cnpm' | 'yarn' | 'pnpm' | 'bun';
|
|
285
|
+
warnings?: {
|
|
286
|
+
versionMismatch?: boolean;
|
|
287
|
+
};
|
|
288
|
+
analytics?: boolean | string;
|
|
289
|
+
cache?: {
|
|
290
|
+
environment?: 'local' | 'ci' | 'all';
|
|
291
|
+
enabled?: boolean;
|
|
292
|
+
path?: string;
|
|
293
|
+
};
|
|
294
|
+
}
|
|
295
|
+
interface SchematicOptions {
|
|
296
|
+
'@schematics/angular:application'?: AngularApplicationOptionsSchema;
|
|
297
|
+
'@schematics/angular:class'?: AngularClassOptionsSchema;
|
|
298
|
+
'@schematics/angular:component'?: AngularComponentOptionsSchema;
|
|
299
|
+
'@schematics/angular:directive'?: AngularDirectiveOptionsSchema;
|
|
300
|
+
'@schematics/angular:enum'?: AngularEnumOptionsSchema;
|
|
301
|
+
'@schematics/angular:guard'?: AngularGuardOptionsSchema;
|
|
302
|
+
'@schematics/angular:interceptor'?: AngularInterceptorOptionsSchema;
|
|
303
|
+
'@schematics/angular:interface'?: AngularInterfaceOptionsSchema;
|
|
304
|
+
'@schematics/angular:library'?: LibraryOptionsSchema;
|
|
305
|
+
'@schematics/angular:pipe'?: AngularPipeOptionsSchema;
|
|
306
|
+
'@schematics/angular:ng-new'?: AngularNgNewOptionsSchema;
|
|
307
|
+
'@schematics/angular:resolver'?: AngularResolverOptionsSchema;
|
|
308
|
+
'@schematics/angular:service'?: AngularServiceOptionsSchema;
|
|
309
|
+
'@schematics/angular:web-worker'?: AngularWebWorkerOptionsSchema;
|
|
310
|
+
[k: string]: unknown;
|
|
311
|
+
}
|
|
312
|
+
interface AngularApplicationOptionsSchema {
|
|
313
|
+
projectRoot?: string;
|
|
314
|
+
name: string;
|
|
315
|
+
inlineStyle?: boolean;
|
|
316
|
+
inlineTemplate?: boolean;
|
|
317
|
+
viewEncapsulation?: 'Emulated' | 'None' | 'ShadowDom';
|
|
318
|
+
routing?: boolean;
|
|
319
|
+
prefix?: string;
|
|
320
|
+
style?: 'css' | 'scss' | 'sass' | 'less';
|
|
321
|
+
skipTests?: boolean;
|
|
322
|
+
skipPackageJson?: boolean;
|
|
323
|
+
minimal?: boolean;
|
|
324
|
+
skipInstall?: boolean;
|
|
325
|
+
strict?: boolean;
|
|
326
|
+
standalone?: boolean;
|
|
327
|
+
ssr?: boolean;
|
|
328
|
+
serverRouting?: boolean;
|
|
329
|
+
experimentalZoneless?: boolean;
|
|
330
|
+
}
|
|
331
|
+
interface AngularClassOptionsSchema {
|
|
332
|
+
name: string;
|
|
333
|
+
path?: string;
|
|
334
|
+
project: string;
|
|
335
|
+
skipTests?: boolean;
|
|
336
|
+
type?: string;
|
|
337
|
+
}
|
|
338
|
+
interface AngularComponentOptionsSchema {
|
|
339
|
+
path?: string;
|
|
340
|
+
project: string;
|
|
341
|
+
name: string;
|
|
342
|
+
displayBlock?: boolean;
|
|
343
|
+
inlineStyle?: boolean;
|
|
344
|
+
inlineTemplate?: boolean;
|
|
345
|
+
standalone?: boolean;
|
|
346
|
+
viewEncapsulation?: 'Emulated' | 'None' | 'ShadowDom';
|
|
347
|
+
changeDetection?: 'Default' | 'OnPush';
|
|
348
|
+
prefix?: {
|
|
349
|
+
[k: string]: unknown;
|
|
350
|
+
} & string;
|
|
351
|
+
style?: 'css' | 'scss' | 'sass' | 'less' | 'none';
|
|
352
|
+
type?: string;
|
|
353
|
+
skipTests?: boolean;
|
|
354
|
+
flat?: boolean;
|
|
355
|
+
skipImport?: boolean;
|
|
356
|
+
selector?: string;
|
|
357
|
+
skipSelector?: boolean;
|
|
358
|
+
module?: string;
|
|
359
|
+
export?: boolean;
|
|
360
|
+
exportDefault?: boolean;
|
|
361
|
+
}
|
|
362
|
+
interface AngularDirectiveOptionsSchema {
|
|
363
|
+
name: string;
|
|
364
|
+
path?: string;
|
|
365
|
+
project: string;
|
|
366
|
+
prefix?: {
|
|
367
|
+
[k: string]: unknown;
|
|
368
|
+
} & string;
|
|
369
|
+
skipTests?: boolean;
|
|
370
|
+
skipImport?: boolean;
|
|
371
|
+
selector?: string;
|
|
372
|
+
standalone?: boolean;
|
|
373
|
+
flat?: boolean;
|
|
374
|
+
module?: string;
|
|
375
|
+
export?: boolean;
|
|
376
|
+
}
|
|
377
|
+
interface AngularEnumOptionsSchema {
|
|
378
|
+
name: string;
|
|
379
|
+
path?: string;
|
|
380
|
+
project: string;
|
|
381
|
+
type?: string;
|
|
382
|
+
}
|
|
383
|
+
interface AngularGuardOptionsSchema {
|
|
384
|
+
name: string;
|
|
385
|
+
skipTests?: boolean;
|
|
386
|
+
flat?: boolean;
|
|
387
|
+
path?: string;
|
|
388
|
+
project: string;
|
|
389
|
+
functional?: boolean;
|
|
390
|
+
implements?: [
|
|
391
|
+
'CanActivate' | 'CanActivateChild' | 'CanDeactivate' | 'CanMatch',
|
|
392
|
+
...('CanActivate' | 'CanActivateChild' | 'CanDeactivate' | 'CanMatch')[]
|
|
393
|
+
];
|
|
394
|
+
}
|
|
395
|
+
interface AngularInterceptorOptionsSchema {
|
|
396
|
+
name: string;
|
|
397
|
+
path?: string;
|
|
398
|
+
project: string;
|
|
399
|
+
flat?: boolean;
|
|
400
|
+
skipTests?: boolean;
|
|
401
|
+
functional?: boolean;
|
|
402
|
+
}
|
|
403
|
+
interface AngularInterfaceOptionsSchema {
|
|
404
|
+
name: string;
|
|
405
|
+
path?: string;
|
|
406
|
+
project: string;
|
|
407
|
+
prefix?: string;
|
|
408
|
+
type?: string;
|
|
409
|
+
}
|
|
410
|
+
interface LibraryOptionsSchema {
|
|
411
|
+
name: string;
|
|
412
|
+
entryFile?: string;
|
|
413
|
+
prefix?: string;
|
|
414
|
+
skipPackageJson?: boolean;
|
|
415
|
+
skipInstall?: boolean;
|
|
416
|
+
skipTsConfig?: boolean;
|
|
417
|
+
projectRoot?: string;
|
|
418
|
+
standalone?: boolean;
|
|
419
|
+
}
|
|
420
|
+
interface AngularPipeOptionsSchema {
|
|
421
|
+
name: string;
|
|
422
|
+
path?: string;
|
|
423
|
+
project: string;
|
|
424
|
+
flat?: boolean;
|
|
425
|
+
skipTests?: boolean;
|
|
426
|
+
skipImport?: boolean;
|
|
427
|
+
standalone?: boolean;
|
|
428
|
+
module?: string;
|
|
429
|
+
export?: boolean;
|
|
430
|
+
}
|
|
431
|
+
interface AngularNgNewOptionsSchema {
|
|
432
|
+
directory?: string;
|
|
433
|
+
name: string;
|
|
434
|
+
skipInstall?: boolean;
|
|
435
|
+
skipGit?: boolean;
|
|
436
|
+
commit?: boolean | {
|
|
437
|
+
name: string;
|
|
438
|
+
email: string;
|
|
439
|
+
message?: string;
|
|
440
|
+
[k: string]: unknown;
|
|
441
|
+
};
|
|
442
|
+
newProjectRoot?: string;
|
|
443
|
+
inlineStyle?: boolean;
|
|
444
|
+
inlineTemplate?: boolean;
|
|
445
|
+
viewEncapsulation?: 'Emulated' | 'None' | 'ShadowDom';
|
|
446
|
+
version: string;
|
|
447
|
+
routing?: boolean;
|
|
448
|
+
prefix?: string;
|
|
449
|
+
style?: 'css' | 'scss' | 'sass' | 'less';
|
|
450
|
+
skipTests?: boolean;
|
|
451
|
+
createApplication?: boolean;
|
|
452
|
+
minimal?: boolean;
|
|
453
|
+
strict?: boolean;
|
|
454
|
+
packageManager?: 'npm' | 'yarn' | 'pnpm' | 'cnpm' | 'bun';
|
|
455
|
+
standalone?: boolean;
|
|
456
|
+
ssr?: boolean;
|
|
457
|
+
serverRouting?: boolean;
|
|
458
|
+
experimentalZoneless?: boolean;
|
|
459
|
+
}
|
|
460
|
+
interface AngularResolverOptionsSchema {
|
|
461
|
+
name: string;
|
|
462
|
+
skipTests?: boolean;
|
|
463
|
+
flat?: boolean;
|
|
464
|
+
functional?: boolean;
|
|
465
|
+
path?: string;
|
|
466
|
+
project: string;
|
|
467
|
+
}
|
|
468
|
+
interface AngularServiceOptionsSchema {
|
|
469
|
+
name: string;
|
|
470
|
+
path?: string;
|
|
471
|
+
project: string;
|
|
472
|
+
flat?: boolean;
|
|
473
|
+
skipTests?: boolean;
|
|
474
|
+
}
|
|
475
|
+
interface AngularWebWorkerOptionsSchema {
|
|
476
|
+
path?: string;
|
|
477
|
+
project: string;
|
|
478
|
+
name: string;
|
|
479
|
+
snippet?: boolean;
|
|
480
|
+
}
|
|
481
|
+
interface I18N {
|
|
482
|
+
sourceLocale?: string | {
|
|
483
|
+
code?: string;
|
|
484
|
+
baseHref?: string;
|
|
485
|
+
};
|
|
486
|
+
locales?: {
|
|
487
|
+
[k: string]: string | string[] | {
|
|
488
|
+
translation?: string | string[];
|
|
489
|
+
baseHref?: string;
|
|
490
|
+
};
|
|
491
|
+
};
|
|
492
|
+
}
|
|
493
|
+
interface ApplicationSchemaForBuildFacade {
|
|
494
|
+
assets?: ({
|
|
495
|
+
followSymlinks?: boolean;
|
|
496
|
+
glob: string;
|
|
497
|
+
input: string;
|
|
498
|
+
ignore?: string[];
|
|
499
|
+
output?: string;
|
|
500
|
+
} | string)[];
|
|
501
|
+
browser: string;
|
|
502
|
+
server?: (string | false) & string;
|
|
503
|
+
polyfills?: string[];
|
|
504
|
+
tsConfig: string;
|
|
505
|
+
deployUrl?: string;
|
|
506
|
+
security?: {
|
|
507
|
+
autoCsp?: {
|
|
508
|
+
unsafeEval?: boolean;
|
|
509
|
+
} | boolean;
|
|
510
|
+
};
|
|
511
|
+
scripts?: ({
|
|
512
|
+
input: string;
|
|
513
|
+
bundleName?: string;
|
|
514
|
+
inject?: boolean;
|
|
515
|
+
} | string)[];
|
|
516
|
+
styles?: ({
|
|
517
|
+
input: string;
|
|
518
|
+
bundleName?: string;
|
|
519
|
+
inject?: boolean;
|
|
520
|
+
} | string)[];
|
|
521
|
+
inlineStyleLanguage?: 'css' | 'less' | 'sass' | 'scss';
|
|
522
|
+
stylePreprocessorOptions?: {
|
|
523
|
+
includePaths?: string[];
|
|
524
|
+
sass?: {
|
|
525
|
+
fatalDeprecations?: string[];
|
|
526
|
+
silenceDeprecations?: string[];
|
|
527
|
+
futureDeprecations?: string[];
|
|
528
|
+
};
|
|
529
|
+
};
|
|
530
|
+
externalDependencies?: string[];
|
|
531
|
+
clearScreen?: boolean;
|
|
532
|
+
optimization?: {
|
|
533
|
+
scripts?: boolean;
|
|
534
|
+
styles?: {
|
|
535
|
+
minify?: boolean;
|
|
536
|
+
inlineCritical?: boolean;
|
|
537
|
+
removeSpecialComments?: boolean;
|
|
538
|
+
} | boolean;
|
|
539
|
+
fonts?: {
|
|
540
|
+
inline?: boolean;
|
|
541
|
+
} | boolean;
|
|
542
|
+
} | boolean;
|
|
543
|
+
loader?: {
|
|
544
|
+
[k: string]: 'text' | 'binary' | 'file' | 'empty';
|
|
545
|
+
};
|
|
546
|
+
define?: {
|
|
547
|
+
[k: string]: string;
|
|
548
|
+
};
|
|
549
|
+
fileReplacements?: FileReplacement[];
|
|
550
|
+
outputPath: {
|
|
551
|
+
base: string;
|
|
552
|
+
browser?: string;
|
|
553
|
+
server?: string;
|
|
554
|
+
media?: string;
|
|
555
|
+
} | string;
|
|
556
|
+
aot?: boolean;
|
|
557
|
+
sourceMap?: {
|
|
558
|
+
scripts?: boolean;
|
|
559
|
+
styles?: boolean;
|
|
560
|
+
hidden?: boolean;
|
|
561
|
+
vendor?: boolean;
|
|
562
|
+
} | boolean;
|
|
563
|
+
baseHref?: string;
|
|
564
|
+
verbose?: boolean;
|
|
565
|
+
progress?: boolean;
|
|
566
|
+
i18nMissingTranslation?: 'warning' | 'error' | 'ignore';
|
|
567
|
+
i18nDuplicateTranslation?: 'warning' | 'error' | 'ignore';
|
|
568
|
+
localize?: boolean | [string, ...string[]];
|
|
569
|
+
watch?: boolean;
|
|
570
|
+
outputHashing?: 'none' | 'all' | 'media' | 'bundles';
|
|
571
|
+
poll?: number;
|
|
572
|
+
deleteOutputPath?: boolean;
|
|
573
|
+
preserveSymlinks?: boolean;
|
|
574
|
+
extractLicenses?: boolean;
|
|
575
|
+
namedChunks?: boolean;
|
|
576
|
+
subresourceIntegrity?: boolean;
|
|
577
|
+
serviceWorker?: string | false;
|
|
578
|
+
index: string | {
|
|
579
|
+
input: string;
|
|
580
|
+
output?: string;
|
|
581
|
+
preloadInitial?: boolean;
|
|
582
|
+
[k: string]: unknown;
|
|
583
|
+
} | false;
|
|
584
|
+
statsJson?: boolean;
|
|
585
|
+
budgets?: Budget[];
|
|
586
|
+
webWorkerTsConfig?: string;
|
|
587
|
+
crossOrigin?: 'none' | 'anonymous' | 'use-credentials';
|
|
588
|
+
allowedCommonJsDependencies?: string[];
|
|
589
|
+
prerender?: boolean | {
|
|
590
|
+
routesFile?: string;
|
|
591
|
+
discoverRoutes?: boolean;
|
|
592
|
+
};
|
|
593
|
+
ssr?: boolean | {
|
|
594
|
+
entry?: string;
|
|
595
|
+
experimentalPlatform?: 'node' | 'neutral';
|
|
596
|
+
};
|
|
597
|
+
appShell?: boolean;
|
|
598
|
+
outputMode?: 'static' | 'server';
|
|
599
|
+
}
|
|
600
|
+
interface FileReplacement {
|
|
601
|
+
replace: string;
|
|
602
|
+
with: string;
|
|
603
|
+
}
|
|
604
|
+
interface Budget {
|
|
605
|
+
type: 'all' | 'allScript' | 'any' | 'anyScript' | 'anyComponentStyle' | 'bundle' | 'initial';
|
|
606
|
+
name?: string;
|
|
607
|
+
baseline?: string;
|
|
608
|
+
maximumWarning?: string;
|
|
609
|
+
maximumError?: string;
|
|
610
|
+
minimumWarning?: string;
|
|
611
|
+
minimumError?: string;
|
|
612
|
+
warning?: string;
|
|
613
|
+
error?: string;
|
|
614
|
+
}
|
|
615
|
+
interface AppShellTarget {
|
|
616
|
+
browserTarget: string;
|
|
617
|
+
serverTarget: string;
|
|
618
|
+
appModuleBundle?: string;
|
|
619
|
+
route?: string;
|
|
620
|
+
inputIndexPath?: string;
|
|
621
|
+
outputIndexPath?: string;
|
|
622
|
+
}
|
|
623
|
+
export interface WebpackBrowserSchemaForBuildFacade {
|
|
624
|
+
assets?: ({
|
|
625
|
+
followSymlinks?: boolean;
|
|
626
|
+
glob: string;
|
|
627
|
+
input: string;
|
|
628
|
+
ignore?: string[];
|
|
629
|
+
output?: string;
|
|
630
|
+
} | string)[];
|
|
631
|
+
main: string;
|
|
632
|
+
polyfills?: string[] | string;
|
|
633
|
+
tsConfig: string;
|
|
634
|
+
scripts?: ({
|
|
635
|
+
input: string;
|
|
636
|
+
bundleName?: string;
|
|
637
|
+
inject?: boolean;
|
|
638
|
+
} | string)[];
|
|
639
|
+
styles?: ({
|
|
640
|
+
input: string;
|
|
641
|
+
bundleName?: string;
|
|
642
|
+
inject?: boolean;
|
|
643
|
+
} | string)[];
|
|
644
|
+
inlineStyleLanguage?: 'css' | 'less' | 'sass' | 'scss';
|
|
645
|
+
stylePreprocessorOptions?: {
|
|
646
|
+
includePaths?: string[];
|
|
647
|
+
};
|
|
648
|
+
optimization?: {
|
|
649
|
+
scripts?: boolean;
|
|
650
|
+
styles?: {
|
|
651
|
+
minify?: boolean;
|
|
652
|
+
inlineCritical?: boolean;
|
|
653
|
+
} | boolean;
|
|
654
|
+
fonts?: {
|
|
655
|
+
inline?: boolean;
|
|
656
|
+
} | boolean;
|
|
657
|
+
} | boolean;
|
|
658
|
+
fileReplacements?: ({
|
|
659
|
+
src: string;
|
|
660
|
+
replaceWith: string;
|
|
661
|
+
} | {
|
|
662
|
+
replace: string;
|
|
663
|
+
with: string;
|
|
664
|
+
})[];
|
|
665
|
+
outputPath: string;
|
|
666
|
+
resourcesOutputPath?: string;
|
|
667
|
+
aot?: boolean;
|
|
668
|
+
sourceMap?: {
|
|
669
|
+
scripts?: boolean;
|
|
670
|
+
styles?: boolean;
|
|
671
|
+
hidden?: boolean;
|
|
672
|
+
vendor?: boolean;
|
|
673
|
+
} | boolean;
|
|
674
|
+
vendorChunk?: boolean;
|
|
675
|
+
commonChunk?: boolean;
|
|
676
|
+
baseHref?: string;
|
|
677
|
+
deployUrl?: string;
|
|
678
|
+
verbose?: boolean;
|
|
679
|
+
progress?: boolean;
|
|
680
|
+
i18nMissingTranslation?: 'warning' | 'error' | 'ignore';
|
|
681
|
+
i18nDuplicateTranslation?: 'warning' | 'error' | 'ignore';
|
|
682
|
+
localize?: boolean | [string, ...string[]];
|
|
683
|
+
watch?: boolean;
|
|
684
|
+
outputHashing?: 'none' | 'all' | 'media' | 'bundles';
|
|
685
|
+
poll?: number;
|
|
686
|
+
deleteOutputPath?: boolean;
|
|
687
|
+
preserveSymlinks?: boolean;
|
|
688
|
+
extractLicenses?: boolean;
|
|
689
|
+
buildOptimizer?: boolean;
|
|
690
|
+
namedChunks?: boolean;
|
|
691
|
+
subresourceIntegrity?: boolean;
|
|
692
|
+
serviceWorker?: boolean;
|
|
693
|
+
ngswConfigPath?: string;
|
|
694
|
+
index: string | {
|
|
695
|
+
input: string;
|
|
696
|
+
output?: string;
|
|
697
|
+
[k: string]: unknown;
|
|
698
|
+
};
|
|
699
|
+
statsJson?: boolean;
|
|
700
|
+
budgets?: Budget1[];
|
|
701
|
+
webWorkerTsConfig?: string;
|
|
702
|
+
crossOrigin?: 'none' | 'anonymous' | 'use-credentials';
|
|
703
|
+
allowedCommonJsDependencies?: string[];
|
|
704
|
+
}
|
|
705
|
+
interface Budget1 {
|
|
706
|
+
type: 'all' | 'allScript' | 'any' | 'anyScript' | 'anyComponentStyle' | 'bundle' | 'initial';
|
|
707
|
+
name?: string;
|
|
708
|
+
baseline?: string;
|
|
709
|
+
maximumWarning?: string;
|
|
710
|
+
maximumError?: string;
|
|
711
|
+
minimumWarning?: string;
|
|
712
|
+
minimumError?: string;
|
|
713
|
+
warning?: string;
|
|
714
|
+
error?: string;
|
|
715
|
+
}
|
|
716
|
+
interface EsbuildBrowserSchemaForBuildFacade {
|
|
717
|
+
assets?: ({
|
|
718
|
+
followSymlinks?: boolean;
|
|
719
|
+
glob: string;
|
|
720
|
+
input: string;
|
|
721
|
+
ignore?: string[];
|
|
722
|
+
output?: string;
|
|
723
|
+
} | string)[];
|
|
724
|
+
main: string;
|
|
725
|
+
polyfills?: string[] | string;
|
|
726
|
+
tsConfig: string;
|
|
727
|
+
scripts?: ({
|
|
728
|
+
input: string;
|
|
729
|
+
bundleName?: string;
|
|
730
|
+
inject?: boolean;
|
|
731
|
+
} | string)[];
|
|
732
|
+
styles?: ({
|
|
733
|
+
input: string;
|
|
734
|
+
bundleName?: string;
|
|
735
|
+
inject?: boolean;
|
|
736
|
+
} | string)[];
|
|
737
|
+
inlineStyleLanguage?: 'css' | 'less' | 'sass' | 'scss';
|
|
738
|
+
stylePreprocessorOptions?: {
|
|
739
|
+
includePaths?: string[];
|
|
740
|
+
};
|
|
741
|
+
externalDependencies?: string[];
|
|
742
|
+
optimization?: {
|
|
743
|
+
scripts?: boolean;
|
|
744
|
+
styles?: {
|
|
745
|
+
minify?: boolean;
|
|
746
|
+
inlineCritical?: boolean;
|
|
747
|
+
} | boolean;
|
|
748
|
+
fonts?: {
|
|
749
|
+
inline?: boolean;
|
|
750
|
+
} | boolean;
|
|
751
|
+
} | boolean;
|
|
752
|
+
fileReplacements?: FileReplacement1[];
|
|
753
|
+
outputPath: string;
|
|
754
|
+
resourcesOutputPath?: string;
|
|
755
|
+
aot?: boolean;
|
|
756
|
+
sourceMap?: {
|
|
757
|
+
scripts?: boolean;
|
|
758
|
+
styles?: boolean;
|
|
759
|
+
hidden?: boolean;
|
|
760
|
+
vendor?: boolean;
|
|
761
|
+
} | boolean;
|
|
762
|
+
vendorChunk?: boolean;
|
|
763
|
+
commonChunk?: boolean;
|
|
764
|
+
baseHref?: string;
|
|
765
|
+
deployUrl?: string;
|
|
766
|
+
verbose?: boolean;
|
|
767
|
+
progress?: boolean;
|
|
768
|
+
i18nMissingTranslation?: 'warning' | 'error' | 'ignore';
|
|
769
|
+
i18nDuplicateTranslation?: 'warning' | 'error' | 'ignore';
|
|
770
|
+
localize?: boolean | [string, ...string[]];
|
|
771
|
+
watch?: boolean;
|
|
772
|
+
outputHashing?: 'none' | 'all' | 'media' | 'bundles';
|
|
773
|
+
poll?: number;
|
|
774
|
+
deleteOutputPath?: boolean;
|
|
775
|
+
preserveSymlinks?: boolean;
|
|
776
|
+
extractLicenses?: boolean;
|
|
777
|
+
buildOptimizer?: boolean;
|
|
778
|
+
namedChunks?: boolean;
|
|
779
|
+
subresourceIntegrity?: boolean;
|
|
780
|
+
serviceWorker?: boolean;
|
|
781
|
+
ngswConfigPath?: string;
|
|
782
|
+
index: string | {
|
|
783
|
+
input: string;
|
|
784
|
+
output?: string;
|
|
785
|
+
[k: string]: unknown;
|
|
786
|
+
} | false;
|
|
787
|
+
statsJson?: boolean;
|
|
788
|
+
budgets?: Budget2[];
|
|
789
|
+
webWorkerTsConfig?: string;
|
|
790
|
+
crossOrigin?: 'none' | 'anonymous' | 'use-credentials';
|
|
791
|
+
allowedCommonJsDependencies?: string[];
|
|
792
|
+
}
|
|
793
|
+
interface FileReplacement1 {
|
|
794
|
+
replace: string;
|
|
795
|
+
with: string;
|
|
796
|
+
}
|
|
797
|
+
interface Budget2 {
|
|
798
|
+
type: 'all' | 'allScript' | 'any' | 'anyScript' | 'anyComponentStyle' | 'bundle' | 'initial';
|
|
799
|
+
name?: string;
|
|
800
|
+
baseline?: string;
|
|
801
|
+
maximumWarning?: string;
|
|
802
|
+
maximumError?: string;
|
|
803
|
+
minimumWarning?: string;
|
|
804
|
+
minimumError?: string;
|
|
805
|
+
warning?: string;
|
|
806
|
+
error?: string;
|
|
807
|
+
}
|
|
808
|
+
interface DevServerTarget {
|
|
809
|
+
buildTarget: string;
|
|
810
|
+
port?: number;
|
|
811
|
+
host?: string;
|
|
812
|
+
proxyConfig?: string;
|
|
813
|
+
ssl?: boolean;
|
|
814
|
+
sslKey?: string;
|
|
815
|
+
sslCert?: string;
|
|
816
|
+
headers?: {
|
|
817
|
+
[k: string]: string;
|
|
818
|
+
};
|
|
819
|
+
open?: boolean;
|
|
820
|
+
verbose?: boolean;
|
|
821
|
+
liveReload?: boolean;
|
|
822
|
+
servePath?: string;
|
|
823
|
+
hmr?: boolean;
|
|
824
|
+
watch?: boolean;
|
|
825
|
+
poll?: number;
|
|
826
|
+
inspect?: string | boolean;
|
|
827
|
+
prebundle?: boolean | {
|
|
828
|
+
exclude: string[];
|
|
829
|
+
};
|
|
830
|
+
}
|
|
831
|
+
interface DevServerTarget1 {
|
|
832
|
+
buildTarget: string;
|
|
833
|
+
port?: number;
|
|
834
|
+
host?: string;
|
|
835
|
+
proxyConfig?: string;
|
|
836
|
+
ssl?: boolean;
|
|
837
|
+
sslKey?: string;
|
|
838
|
+
sslCert?: string;
|
|
839
|
+
headers?: {
|
|
840
|
+
[k: string]: string;
|
|
841
|
+
};
|
|
842
|
+
open?: boolean;
|
|
843
|
+
verbose?: boolean;
|
|
844
|
+
liveReload?: boolean;
|
|
845
|
+
publicHost?: string;
|
|
846
|
+
allowedHosts?: string[];
|
|
847
|
+
servePath?: string;
|
|
848
|
+
disableHostCheck?: boolean;
|
|
849
|
+
hmr?: boolean;
|
|
850
|
+
watch?: boolean;
|
|
851
|
+
poll?: number;
|
|
852
|
+
inspect?: string | boolean;
|
|
853
|
+
forceEsbuild?: boolean;
|
|
854
|
+
prebundle?: boolean | {
|
|
855
|
+
exclude: string[];
|
|
856
|
+
};
|
|
857
|
+
}
|
|
858
|
+
interface ExtractI18NTarget {
|
|
859
|
+
buildTarget?: string;
|
|
860
|
+
format?: 'xmb' | 'xlf' | 'xlif' | 'xliff' | 'xlf2' | 'xliff2' | 'json' | 'arb' | 'legacy-migrate';
|
|
861
|
+
progress?: boolean;
|
|
862
|
+
outputPath?: string;
|
|
863
|
+
outFile?: string;
|
|
864
|
+
}
|
|
865
|
+
interface ExtractI18NTarget1 {
|
|
866
|
+
buildTarget?: string;
|
|
867
|
+
format?: 'xmb' | 'xlf' | 'xlif' | 'xliff' | 'xlf2' | 'xliff2' | 'json' | 'arb' | 'legacy-migrate';
|
|
868
|
+
progress?: boolean;
|
|
869
|
+
outputPath?: string;
|
|
870
|
+
outFile?: string;
|
|
871
|
+
}
|
|
872
|
+
export interface KarmaTarget {
|
|
873
|
+
main?: string;
|
|
874
|
+
tsConfig: string;
|
|
875
|
+
karmaConfig?: string;
|
|
876
|
+
polyfills?: string[] | string;
|
|
877
|
+
assets?: ({
|
|
878
|
+
glob: string;
|
|
879
|
+
input: string;
|
|
880
|
+
output?: string;
|
|
881
|
+
ignore?: string[];
|
|
882
|
+
} | string)[];
|
|
883
|
+
scripts?: ({
|
|
884
|
+
input: string;
|
|
885
|
+
bundleName?: string;
|
|
886
|
+
inject?: boolean;
|
|
887
|
+
} | string)[];
|
|
888
|
+
styles?: ({
|
|
889
|
+
input: string;
|
|
890
|
+
bundleName?: string;
|
|
891
|
+
inject?: boolean;
|
|
892
|
+
} | string)[];
|
|
893
|
+
inlineStyleLanguage?: 'css' | 'less' | 'sass' | 'scss';
|
|
894
|
+
stylePreprocessorOptions?: {
|
|
895
|
+
includePaths?: string[];
|
|
896
|
+
};
|
|
897
|
+
include?: string[];
|
|
898
|
+
exclude?: string[];
|
|
899
|
+
sourceMap?: {
|
|
900
|
+
scripts?: boolean;
|
|
901
|
+
styles?: boolean;
|
|
902
|
+
vendor?: boolean;
|
|
903
|
+
} | boolean;
|
|
904
|
+
progress?: boolean;
|
|
905
|
+
watch?: boolean;
|
|
906
|
+
poll?: number;
|
|
907
|
+
preserveSymlinks?: boolean;
|
|
908
|
+
browsers?: string | false;
|
|
909
|
+
codeCoverage?: boolean;
|
|
910
|
+
codeCoverageExclude?: string[];
|
|
911
|
+
fileReplacements?: ({
|
|
912
|
+
src: string;
|
|
913
|
+
replaceWith: string;
|
|
914
|
+
} | {
|
|
915
|
+
replace: string;
|
|
916
|
+
with: string;
|
|
917
|
+
})[];
|
|
918
|
+
reporters?: string[];
|
|
919
|
+
builderMode?: 'detect' | 'browser' | 'application';
|
|
920
|
+
webWorkerTsConfig?: string;
|
|
921
|
+
}
|
|
922
|
+
interface JestBrowserSchemaForBuildFacade {
|
|
923
|
+
include?: string[];
|
|
924
|
+
exclude?: string[];
|
|
925
|
+
tsConfig: string;
|
|
926
|
+
polyfills?: string[];
|
|
927
|
+
}
|
|
928
|
+
interface WebTestRunnerTarget {
|
|
929
|
+
main?: string;
|
|
930
|
+
tsConfig: string;
|
|
931
|
+
polyfills?: string[] | string;
|
|
932
|
+
assets?: ({
|
|
933
|
+
glob: string;
|
|
934
|
+
input: string;
|
|
935
|
+
output?: string;
|
|
936
|
+
ignore?: string[];
|
|
937
|
+
} | string)[];
|
|
938
|
+
scripts?: ({
|
|
939
|
+
input: string;
|
|
940
|
+
bundleName?: string;
|
|
941
|
+
inject?: boolean;
|
|
942
|
+
} | string)[];
|
|
943
|
+
styles?: ({
|
|
944
|
+
input: string;
|
|
945
|
+
bundleName?: string;
|
|
946
|
+
inject?: boolean;
|
|
947
|
+
} | string)[];
|
|
948
|
+
inlineStyleLanguage?: 'css' | 'less' | 'sass' | 'scss';
|
|
949
|
+
stylePreprocessorOptions?: {
|
|
950
|
+
includePaths?: string[];
|
|
951
|
+
};
|
|
952
|
+
include?: string[];
|
|
953
|
+
exclude?: string[];
|
|
954
|
+
sourceMap?: {
|
|
955
|
+
scripts?: boolean;
|
|
956
|
+
styles?: boolean;
|
|
957
|
+
vendor?: boolean;
|
|
958
|
+
} | boolean;
|
|
959
|
+
progress?: boolean;
|
|
960
|
+
watch?: boolean;
|
|
961
|
+
poll?: number;
|
|
962
|
+
preserveSymlinks?: boolean;
|
|
963
|
+
browsers?: string;
|
|
964
|
+
codeCoverage?: boolean;
|
|
965
|
+
codeCoverageExclude?: string[];
|
|
966
|
+
fileReplacements?: ({
|
|
967
|
+
src: string;
|
|
968
|
+
replaceWith: string;
|
|
969
|
+
} | {
|
|
970
|
+
replace: string;
|
|
971
|
+
with: string;
|
|
972
|
+
})[];
|
|
973
|
+
webWorkerTsConfig?: string;
|
|
974
|
+
}
|
|
975
|
+
interface SSRDevServerTarget {
|
|
976
|
+
browserTarget: string;
|
|
977
|
+
serverTarget: string;
|
|
978
|
+
host?: string;
|
|
979
|
+
port?: number;
|
|
980
|
+
watch?: boolean;
|
|
981
|
+
publicHost?: string;
|
|
982
|
+
open?: boolean;
|
|
983
|
+
progress?: boolean;
|
|
984
|
+
inspect?: boolean;
|
|
985
|
+
ssl?: boolean;
|
|
986
|
+
sslKey?: string;
|
|
987
|
+
sslCert?: string;
|
|
988
|
+
proxyConfig?: string;
|
|
989
|
+
verbose?: boolean;
|
|
990
|
+
}
|
|
991
|
+
interface UniversalTarget {
|
|
992
|
+
assets?: ({
|
|
993
|
+
followSymlinks?: boolean;
|
|
994
|
+
glob: string;
|
|
995
|
+
input: string;
|
|
996
|
+
ignore?: string[];
|
|
997
|
+
output?: string;
|
|
998
|
+
} | string)[];
|
|
999
|
+
main: string;
|
|
1000
|
+
tsConfig: string;
|
|
1001
|
+
inlineStyleLanguage?: 'css' | 'less' | 'sass' | 'scss';
|
|
1002
|
+
stylePreprocessorOptions?: {
|
|
1003
|
+
includePaths?: string[];
|
|
1004
|
+
};
|
|
1005
|
+
optimization?: {
|
|
1006
|
+
scripts?: boolean;
|
|
1007
|
+
styles?: boolean;
|
|
1008
|
+
} | boolean;
|
|
1009
|
+
fileReplacements?: ({
|
|
1010
|
+
src: string;
|
|
1011
|
+
replaceWith: string;
|
|
1012
|
+
} | {
|
|
1013
|
+
replace: string;
|
|
1014
|
+
with: string;
|
|
1015
|
+
})[];
|
|
1016
|
+
outputPath: string;
|
|
1017
|
+
resourcesOutputPath?: string;
|
|
1018
|
+
sourceMap?: {
|
|
1019
|
+
scripts?: boolean;
|
|
1020
|
+
styles?: boolean;
|
|
1021
|
+
hidden?: boolean;
|
|
1022
|
+
vendor?: boolean;
|
|
1023
|
+
} | boolean;
|
|
1024
|
+
deployUrl?: string;
|
|
1025
|
+
vendorChunk?: boolean;
|
|
1026
|
+
verbose?: boolean;
|
|
1027
|
+
progress?: boolean;
|
|
1028
|
+
i18nMissingTranslation?: 'warning' | 'error' | 'ignore';
|
|
1029
|
+
i18nDuplicateTranslation?: 'warning' | 'error' | 'ignore';
|
|
1030
|
+
localize?: boolean | [string, ...string[]];
|
|
1031
|
+
outputHashing?: 'none' | 'all' | 'media' | 'bundles';
|
|
1032
|
+
deleteOutputPath?: boolean;
|
|
1033
|
+
preserveSymlinks?: boolean;
|
|
1034
|
+
extractLicenses?: boolean;
|
|
1035
|
+
buildOptimizer?: boolean;
|
|
1036
|
+
namedChunks?: boolean;
|
|
1037
|
+
externalDependencies?: string[];
|
|
1038
|
+
statsJson?: boolean;
|
|
1039
|
+
watch?: boolean;
|
|
1040
|
+
poll?: number;
|
|
1041
|
+
}
|
|
1042
|
+
interface NgPackagrTarget {
|
|
1043
|
+
project: string;
|
|
1044
|
+
tsConfig?: string;
|
|
1045
|
+
watch?: boolean;
|
|
1046
|
+
poll?: number;
|
|
1047
|
+
}
|
|
1048
|
+
export {};
|