@nx/eslint 23.0.0-beta.2 → 23.0.0-beta.20
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/{index.d.ts → dist/index.d.ts} +0 -1
- package/dist/internal.d.ts +8 -0
- package/dist/internal.js +34 -0
- package/{plugin.d.ts → dist/plugin.d.ts} +0 -1
- package/{src → dist/src}/executors/lint/lint.impl.d.ts +0 -1
- package/{src → dist/src}/executors/lint/lint.impl.js +2 -0
- package/{src → dist/src}/executors/lint/schema.json +1 -0
- package/{src → dist/src}/executors/lint/utility/eslint-utils.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-flat-config/converters/json-converter.d.ts +1 -1
- package/{src → dist/src}/generators/convert-to-flat-config/converters/json-converter.js +76 -16
- package/{src → dist/src}/generators/convert-to-flat-config/generator.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-flat-config/generator.js +119 -24
- package/{src → dist/src}/generators/convert-to-flat-config/schema.json +7 -0
- package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.d.ts +0 -1
- package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.js +4 -5
- package/{src → dist/src}/generators/convert-to-inferred/lib/target-options-map.d.ts +0 -1
- package/{src → dist/src}/generators/init/global-eslint-config.d.ts +0 -1
- package/{src → dist/src}/generators/init/init-migration.d.ts +0 -1
- package/{src → dist/src}/generators/init/init.d.ts +0 -1
- package/{src → dist/src}/generators/init/init.js +29 -16
- package/{src → dist/src}/generators/lint-project/lint-project.d.ts +0 -1
- package/{src → dist/src}/generators/lint-project/lint-project.js +4 -2
- package/{src → dist/src}/generators/lint-project/setup-root-eslint.d.ts +0 -1
- package/{src → dist/src}/generators/utils/eslint-file.d.ts +0 -1
- package/{src → dist/src}/generators/utils/eslint-targets.d.ts +0 -1
- package/dist/src/generators/utils/eslint-targets.js +17 -0
- package/{src → dist/src}/generators/utils/flat-config/ast-utils.d.ts +1 -2
- package/{src → dist/src}/generators/utils/flat-config/ast-utils.js +19 -16
- package/{src → dist/src}/generators/utils/flat-config/path-utils.d.ts +0 -1
- package/{src → dist/src}/generators/utils/linter.d.ts +0 -1
- package/{src → dist/src}/generators/utils/plugin.d.ts +0 -1
- package/{src → dist/src}/generators/workspace-rule/workspace-rule.d.ts +0 -1
- package/{src → dist/src}/generators/workspace-rule/workspace-rule.js +2 -2
- package/{src → dist/src}/generators/workspace-rules-project/workspace-rules-project.d.ts +0 -1
- package/{src → dist/src}/generators/workspace-rules-project/workspace-rules-project.js +16 -6
- package/{src → dist/src}/migrations/update-20-2-0/update-typescript-eslint-v8-13-0.d.ts +0 -1
- package/dist/src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0.md +33 -0
- package/{src → dist/src}/migrations/update-20-3-0/add-file-extensions-to-overrides.d.ts +0 -1
- package/dist/src/migrations/update-20-3-0/add-file-extensions-to-overrides.md +83 -0
- package/{src → dist/src}/migrations/update-21-6-0/update-executor-lint-inputs.d.ts +0 -1
- package/{src → dist/src}/migrations/update-21-6-0/update-executor-lint-inputs.js +9 -3
- package/dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports.d.ts +3 -0
- package/dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports.js +198 -0
- package/{src → dist/src}/plugins/plugin.d.ts +0 -1
- package/{src → dist/src}/plugins/plugin.js +30 -28
- package/{src → dist/src}/utils/config-file.d.ts +0 -1
- package/dist/src/utils/deprecation.d.ts +3 -0
- package/dist/src/utils/deprecation.js +15 -0
- package/{src → dist/src}/utils/flat-config.d.ts +0 -1
- package/{src → dist/src}/utils/resolve-eslint-class.d.ts +0 -1
- package/dist/src/utils/resolve-eslint-class.js +28 -0
- package/{src → dist/src}/utils/rules-requiring-type-checking.d.ts +0 -1
- package/{src → dist/src}/utils/version-utils.d.ts +0 -1
- package/{src → dist/src}/utils/version-utils.js +5 -5
- package/{src → dist/src}/utils/versions.d.ts +0 -1
- package/{src → dist/src}/utils/versions.js +2 -1
- package/{src → dist/src}/utils/workspace-lint-rules.d.ts +0 -1
- package/executors.json +2 -2
- package/generators.json +10 -10
- package/migrations.json +8 -3
- package/package.json +49 -10
- package/index.d.ts.map +0 -1
- package/plugin.d.ts.map +0 -1
- package/src/executors/lint/lint.impl.d.ts.map +0 -1
- package/src/executors/lint/utility/eslint-utils.d.ts.map +0 -1
- package/src/generators/convert-to-flat-config/converters/json-converter.d.ts.map +0 -1
- package/src/generators/convert-to-flat-config/generator.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +0 -1
- package/src/generators/convert-to-inferred/lib/target-options-map.d.ts.map +0 -1
- package/src/generators/init/global-eslint-config.d.ts.map +0 -1
- package/src/generators/init/init-migration.d.ts.map +0 -1
- package/src/generators/init/init.d.ts.map +0 -1
- package/src/generators/lint-project/lint-project.d.ts.map +0 -1
- package/src/generators/lint-project/setup-root-eslint.d.ts.map +0 -1
- package/src/generators/utils/eslint-file.d.ts.map +0 -1
- package/src/generators/utils/eslint-targets.d.ts.map +0 -1
- package/src/generators/utils/eslint-targets.js +0 -17
- package/src/generators/utils/flat-config/ast-utils.d.ts.map +0 -1
- package/src/generators/utils/flat-config/path-utils.d.ts.map +0 -1
- package/src/generators/utils/linter.d.ts.map +0 -1
- package/src/generators/utils/plugin.d.ts.map +0 -1
- package/src/generators/workspace-rule/workspace-rule.d.ts.map +0 -1
- package/src/generators/workspace-rules-project/workspace-rules-project.d.ts.map +0 -1
- package/src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0.d.ts.map +0 -1
- package/src/migrations/update-20-3-0/add-file-extensions-to-overrides.d.ts.map +0 -1
- package/src/migrations/update-21-6-0/update-executor-lint-inputs.d.ts.map +0 -1
- package/src/plugins/plugin.d.ts.map +0 -1
- package/src/utils/config-file.d.ts.map +0 -1
- package/src/utils/flat-config.d.ts.map +0 -1
- package/src/utils/resolve-eslint-class.d.ts.map +0 -1
- package/src/utils/resolve-eslint-class.js +0 -61
- package/src/utils/rules-requiring-type-checking.d.ts.map +0 -1
- package/src/utils/version-utils.d.ts.map +0 -1
- package/src/utils/versions.d.ts.map +0 -1
- package/src/utils/workspace-lint-rules.d.ts.map +0 -1
- /package/{LICENSE → dist/LICENSE} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{plugin.js → dist/plugin.js} +0 -0
- /package/{src → dist/src}/executors/lint/schema.d.ts +0 -0
- /package/{src → dist/src}/executors/lint/utility/eslint-utils.js +0 -0
- /package/{src → dist/src}/generators/convert-to-flat-config/schema.d.ts +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/lib/target-options-map.js +0 -0
- /package/{src → dist/src}/generators/convert-to-inferred/schema.json +0 -0
- /package/{src → dist/src}/generators/init/global-eslint-config.js +0 -0
- /package/{src → dist/src}/generators/init/init-migration.js +0 -0
- /package/{src → dist/src}/generators/init/schema.json +0 -0
- /package/{src → dist/src}/generators/lint-project/setup-root-eslint.js +0 -0
- /package/{src → dist/src}/generators/utils/eslint-file.js +0 -0
- /package/{src → dist/src}/generators/utils/flat-config/path-utils.js +0 -0
- /package/{src → dist/src}/generators/utils/linter.js +0 -0
- /package/{src → dist/src}/generators/utils/plugin.js +0 -0
- /package/{src → dist/src}/generators/workspace-rule/files/__name__.spec.ts__tmpl__ +0 -0
- /package/{src → dist/src}/generators/workspace-rule/files/__name__.ts__tmpl__ +0 -0
- /package/{src → dist/src}/generators/workspace-rule/schema.json +0 -0
- /package/{src → dist/src}/generators/workspace-rules-project/files/index.ts__tmpl__ +0 -0
- /package/{src → dist/src}/generators/workspace-rules-project/files/tsconfig.json__tmpl__ +0 -0
- /package/{src → dist/src}/generators/workspace-rules-project/files/tsconfig.lint.json__tmpl__ +0 -0
- /package/{src → dist/src}/generators/workspace-rules-project/schema.json +0 -0
- /package/{src → dist/src}/migrations/update-20-2-0/update-typescript-eslint-v8-13-0.js +0 -0
- /package/{src → dist/src}/migrations/update-20-3-0/add-file-extensions-to-overrides.js +0 -0
- /package/{src → dist/src}/utils/config-file.js +0 -0
- /package/{src → dist/src}/utils/flat-config.js +0 -0
- /package/{src → dist/src}/utils/rules-requiring-type-checking.js +0 -0
- /package/{src → dist/src}/utils/workspace-lint-rules.js +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.createNodesV2 = exports.createNodes = void 0;
|
|
4
|
+
const internal_1 = require("@nx/devkit/internal");
|
|
4
5
|
const devkit_1 = require("@nx/devkit");
|
|
5
|
-
const calculate_hash_for_create_nodes_1 = require("@nx/devkit/src/utils/calculate-hash-for-create-nodes");
|
|
6
6
|
const js_1 = require("@nx/js");
|
|
7
|
-
const
|
|
7
|
+
const internal_2 = require("@nx/js/internal");
|
|
8
8
|
const node_fs_1 = require("node:fs");
|
|
9
9
|
const node_path_1 = require("node:path");
|
|
10
10
|
const posix_1 = require("node:path/posix");
|
|
@@ -32,14 +32,6 @@ const ESLINT_CONFIG_GLOB_V2 = (0, globs_1.combineGlobPatterns)([
|
|
|
32
32
|
...config_file_1.ESLINT_CONFIG_FILENAMES.map((f) => `**/${f}`),
|
|
33
33
|
...PROJECT_CONFIG_FILENAMES.map((f) => `**/${f}`),
|
|
34
34
|
]);
|
|
35
|
-
function readTargetsCache(cachePath) {
|
|
36
|
-
return process.env.NX_CACHE_PROJECT_GRAPH !== 'false' && (0, node_fs_1.existsSync)(cachePath)
|
|
37
|
-
? (0, devkit_1.readJsonFile)(cachePath)
|
|
38
|
-
: {};
|
|
39
|
-
}
|
|
40
|
-
function writeTargetsToCache(cachePath, results) {
|
|
41
|
-
(0, devkit_1.writeJsonFile)(cachePath, results);
|
|
42
|
-
}
|
|
43
35
|
const internalCreateNodesV2 = async (ESLint, configFilePath, options, context, projectRootsByEslintRoots, lintableFilesPerProjectRoot, tsconfigChainsByProjectRoot, projectsCache, hashByRoot, pmc) => {
|
|
44
36
|
const configDir = (0, posix_1.dirname)(configFilePath);
|
|
45
37
|
const eslintVersion = ESLint.version;
|
|
@@ -53,13 +45,17 @@ const internalCreateNodesV2 = async (ESLint, configFilePath, options, context, p
|
|
|
53
45
|
});
|
|
54
46
|
return sharedEslint;
|
|
55
47
|
};
|
|
56
|
-
|
|
57
|
-
|
|
48
|
+
// Collect each project root's contribution in parallel, but write
|
|
49
|
+
// them into `projects` afterwards in input order so insertion order
|
|
50
|
+
// (and therefore downstream merge order) is deterministic. Mutating
|
|
51
|
+
// `projects` from inside `Promise.all` would order keys by which
|
|
52
|
+
// async branch resolves first.
|
|
53
|
+
const orderedProjectRoots = projectRootsByEslintRoots.get(configDir) ?? [];
|
|
54
|
+
const contributions = await Promise.all(orderedProjectRoots.map(async (projectRoot) => {
|
|
58
55
|
const hash = hashByRoot.get(projectRoot);
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
return;
|
|
56
|
+
const cached = projectsCache.get(hash);
|
|
57
|
+
if (cached) {
|
|
58
|
+
return cached;
|
|
63
59
|
}
|
|
64
60
|
let hasNonIgnoredLintableFiles = false;
|
|
65
61
|
if (configDir !== projectRoot || projectRoot === '.') {
|
|
@@ -76,20 +72,26 @@ const internalCreateNodesV2 = async (ESLint, configFilePath, options, context, p
|
|
|
76
72
|
}
|
|
77
73
|
if (!hasNonIgnoredLintableFiles) {
|
|
78
74
|
// No lintable files in the project, store in the cache and skip further processing
|
|
79
|
-
projectsCache
|
|
80
|
-
return;
|
|
75
|
+
projectsCache.set(hash, {});
|
|
76
|
+
return null;
|
|
81
77
|
}
|
|
82
78
|
const project = getProjectUsingESLintConfig(configFilePath, projectRoot, eslintVersion, options, context, pmc, tsconfigChainsByProjectRoot.get(projectRoot) ?? []);
|
|
83
79
|
if (project) {
|
|
84
|
-
|
|
80
|
+
const entry = { [projectRoot]: project };
|
|
85
81
|
// Store project into the cache
|
|
86
|
-
projectsCache
|
|
87
|
-
|
|
88
|
-
else {
|
|
89
|
-
// No project found, store in the cache
|
|
90
|
-
projectsCache[hash] = {};
|
|
82
|
+
projectsCache.set(hash, entry);
|
|
83
|
+
return entry;
|
|
91
84
|
}
|
|
85
|
+
// No project found, store in the cache
|
|
86
|
+
projectsCache.set(hash, {});
|
|
87
|
+
return null;
|
|
92
88
|
}));
|
|
89
|
+
const projects = {};
|
|
90
|
+
for (const contribution of contributions) {
|
|
91
|
+
if (contribution) {
|
|
92
|
+
Object.assign(projects, contribution);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
93
95
|
return {
|
|
94
96
|
projects,
|
|
95
97
|
};
|
|
@@ -101,12 +103,12 @@ exports.createNodes = [
|
|
|
101
103
|
const pmc = (0, devkit_1.getPackageManagerCommand)((0, devkit_1.detectPackageManager)(context.workspaceRoot));
|
|
102
104
|
const optionsHash = (0, file_hasher_1.hashObject)(options);
|
|
103
105
|
const cachePath = (0, posix_1.join)(cache_directory_1.workspaceDataDirectory, `eslint-${optionsHash}.hash`);
|
|
104
|
-
const targetsCache =
|
|
106
|
+
const targetsCache = new internal_1.PluginCache(cachePath);
|
|
105
107
|
const { eslintConfigFiles, projectRoots, projectRootsByEslintRoots } = splitConfigFiles(configFiles);
|
|
106
108
|
const lintableFilesPerProjectRoot = await collectLintableFilesByProjectRoot(projectRoots, options, context);
|
|
107
109
|
const tsconfigChainsByProjectRoot = collectTsconfigChainsByProjectRoot(projectRoots, context.workspaceRoot);
|
|
108
110
|
const lockFilePattern = (0, js_1.getLockFileName)((0, devkit_1.detectPackageManager)(context.workspaceRoot));
|
|
109
|
-
const hashes = await (0,
|
|
111
|
+
const hashes = await (0, internal_1.calculateHashesForCreateNodes)(projectRoots, options, context, projectRoots.map((root) => {
|
|
110
112
|
const parentConfigs = eslintConfigFiles.filter((eslintConfig) => isSubDir(root, (0, posix_1.dirname)(eslintConfig)));
|
|
111
113
|
return [
|
|
112
114
|
...parentConfigs,
|
|
@@ -132,7 +134,7 @@ exports.createNodes = [
|
|
|
132
134
|
return await (0, devkit_1.createNodesFromFiles)((configFile, options, context) => internalCreateNodesV2(ESLint, configFile, options, context, projectRootsByEslintRoots, lintableFilesPerProjectRoot, tsconfigChainsByProjectRoot, targetsCache, hashByRoot, pmc), eslintConfigFiles, options, context);
|
|
133
135
|
}
|
|
134
136
|
finally {
|
|
135
|
-
|
|
137
|
+
targetsCache.writeToDisk();
|
|
136
138
|
}
|
|
137
139
|
},
|
|
138
140
|
];
|
|
@@ -197,7 +199,7 @@ function collectTsconfigChainsByProjectRoot(projectRoots, workspaceRoot) {
|
|
|
197
199
|
continue;
|
|
198
200
|
const outside = [];
|
|
199
201
|
const projectPrefix = `${projectRoot}/`;
|
|
200
|
-
(0,
|
|
202
|
+
(0, internal_2.walkTsconfigExtendsChain)((0, posix_1.join)(workspaceRoot, tsconfigPath), (absolutePath) => {
|
|
201
203
|
const wsRelative = (0, node_path_1.relative)(workspaceRoot, absolutePath)
|
|
202
204
|
.split(node_path_1.sep)
|
|
203
205
|
.join('/');
|
|
@@ -8,4 +8,3 @@ export declare const legacyBaseEsLintFlatConfigFile = "eslint.base.config.js";
|
|
|
8
8
|
export declare function isFlatConfig(configFilePath: string): boolean;
|
|
9
9
|
export declare function findFlatConfigFile(directory: string, workspaceRoot: string): string | null;
|
|
10
10
|
export declare function findOldConfigFile(filePathOrDirectory: string, workspaceRoot: string): string | null;
|
|
11
|
-
//# sourceMappingURL=config-file.d.ts.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const ESLINT_EXECUTOR_DEPRECATION_MESSAGE = "The `@nx/eslint:lint` executor is deprecated and will be removed in Nx v24. Run `nx g @nx/eslint:convert-to-inferred` to migrate to the `@nx/eslint/plugin` inferred targets. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.";
|
|
2
|
+
export declare function warnEslintExecutorDeprecation(): void;
|
|
3
|
+
export declare function warnEslintExecutorGenerating(): void;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ESLINT_EXECUTOR_DEPRECATION_MESSAGE = void 0;
|
|
4
|
+
exports.warnEslintExecutorDeprecation = warnEslintExecutorDeprecation;
|
|
5
|
+
exports.warnEslintExecutorGenerating = warnEslintExecutorGenerating;
|
|
6
|
+
const devkit_1 = require("@nx/devkit");
|
|
7
|
+
// TODO(v24): Remove the @nx/eslint:lint executor. The inferred plugin
|
|
8
|
+
// (@nx/eslint/plugin) and the convert-to-inferred generator stay supported.
|
|
9
|
+
exports.ESLINT_EXECUTOR_DEPRECATION_MESSAGE = 'The `@nx/eslint:lint` executor is deprecated and will be removed in Nx v24. Run `nx g @nx/eslint:convert-to-inferred` to migrate to the `@nx/eslint/plugin` inferred targets. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.';
|
|
10
|
+
function warnEslintExecutorDeprecation() {
|
|
11
|
+
devkit_1.logger.warn(exports.ESLINT_EXECUTOR_DEPRECATION_MESSAGE);
|
|
12
|
+
}
|
|
13
|
+
function warnEslintExecutorGenerating() {
|
|
14
|
+
devkit_1.logger.warn('Generating a target that uses the deprecated `@nx/eslint:lint` executor. The executor will be removed in Nx v24. Run `nx g @nx/eslint:convert-to-inferred` next to migrate this target to the `@nx/eslint/plugin` inferred plugin and prevent future generators from emitting executor targets. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.');
|
|
15
|
+
}
|
|
@@ -3,4 +3,3 @@ export declare const eslintFlatConfigFilenames: string[];
|
|
|
3
3
|
export declare const baseEslintConfigFilenames: string[];
|
|
4
4
|
export declare function getRootESLintFlatConfigFilename(tree: Tree): string;
|
|
5
5
|
export declare function useFlatConfig(tree?: Tree): boolean;
|
|
6
|
-
//# sourceMappingURL=flat-config.d.ts.map
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.resolveESLintClass = resolveESLintClass;
|
|
4
|
+
const flat_config_1 = require("../utils/flat-config");
|
|
5
|
+
async function resolveESLintClass(opts) {
|
|
6
|
+
try {
|
|
7
|
+
const shouldESLintUseFlatConfig = typeof opts?.useFlatConfigOverrideVal === 'boolean'
|
|
8
|
+
? opts.useFlatConfigOverrideVal
|
|
9
|
+
: (0, flat_config_1.useFlatConfig)();
|
|
10
|
+
// In eslint 8.57.0 (the final v8 version), a dedicated API was added for resolving the correct ESLint class.
|
|
11
|
+
const eslintModule = (await import('eslint'));
|
|
12
|
+
if (typeof eslintModule.loadESLint === 'function') {
|
|
13
|
+
return (await eslintModule.loadESLint({
|
|
14
|
+
useFlatConfig: shouldESLintUseFlatConfig,
|
|
15
|
+
}));
|
|
16
|
+
}
|
|
17
|
+
// Explicitly use the FlatESLint and LegacyESLint classes here because the ESLint class points at a different one based on ESLint v8 vs ESLint v9
|
|
18
|
+
// But the decision on which one to use is not just based on the major version of ESLint.
|
|
19
|
+
const { LegacyESLint, FlatESLint } = await import('eslint/use-at-your-own-risk');
|
|
20
|
+
// LegacyESLint's type no longer structurally matches the flat ESLint class
|
|
21
|
+
// in v9 type defs (new static members like defaultConfig, fromOptionsModule),
|
|
22
|
+
// but at runtime either class is an appropriate return value here.
|
|
23
|
+
return (shouldESLintUseFlatConfig ? FlatESLint : LegacyESLint);
|
|
24
|
+
}
|
|
25
|
+
catch {
|
|
26
|
+
throw new Error('Unable to find `eslint`. Ensure a valid `eslint` version is installed.');
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import type { Linter } from 'eslint';
|
|
2
2
|
export declare function hasRulesRequiringTypeChecking(eslintConfig: Linter.LegacyConfig): boolean;
|
|
3
3
|
export declare function removeParserOptionsProjectIfNotRequired(json: Linter.LegacyConfig): Linter.LegacyConfig;
|
|
4
|
-
//# sourceMappingURL=rules-requiring-type-checking.d.ts.map
|
|
@@ -2,4 +2,3 @@ import { type Tree } from '@nx/devkit';
|
|
|
2
2
|
export declare function getInstalledPackageVersion(pkgName: string, tree?: Tree): string | null;
|
|
3
3
|
export declare function getInstalledEslintVersion(tree?: Tree): string | null;
|
|
4
4
|
export declare function getTypeScriptEslintVersionToInstall(tree: Tree): string | null;
|
|
5
|
-
//# sourceMappingURL=version-utils.d.ts.map
|
|
@@ -4,9 +4,9 @@ exports.getInstalledPackageVersion = getInstalledPackageVersion;
|
|
|
4
4
|
exports.getInstalledEslintVersion = getInstalledEslintVersion;
|
|
5
5
|
exports.getTypeScriptEslintVersionToInstall = getTypeScriptEslintVersionToInstall;
|
|
6
6
|
const devkit_1 = require("@nx/devkit");
|
|
7
|
-
const
|
|
7
|
+
const internal_1 = require("@nx/devkit/internal");
|
|
8
8
|
const devkit_internals_1 = require("nx/src/devkit-internals");
|
|
9
|
-
const
|
|
9
|
+
const semver_1 = require("semver");
|
|
10
10
|
const versions_1 = require("./versions");
|
|
11
11
|
function getInstalledPackageVersion(pkgName, tree) {
|
|
12
12
|
try {
|
|
@@ -31,8 +31,8 @@ function getInstalledPackageVersion(pkgName, tree) {
|
|
|
31
31
|
try {
|
|
32
32
|
// try to parse and return the version
|
|
33
33
|
return tree
|
|
34
|
-
? (0,
|
|
35
|
-
: (0,
|
|
34
|
+
? (0, internal_1.checkAndCleanWithSemver)(tree, pkgName, pkgVersionInRootPackageJson)
|
|
35
|
+
: (0, internal_1.checkAndCleanWithSemver)(pkgName, pkgVersionInRootPackageJson);
|
|
36
36
|
}
|
|
37
37
|
catch { }
|
|
38
38
|
// we could not resolve the version
|
|
@@ -43,7 +43,7 @@ function getInstalledEslintVersion(tree) {
|
|
|
43
43
|
}
|
|
44
44
|
function getTypeScriptEslintVersionToInstall(tree) {
|
|
45
45
|
const eslintVersion = getInstalledEslintVersion(tree);
|
|
46
|
-
return eslintVersion && (0,
|
|
46
|
+
return eslintVersion && (0, semver_1.lt)(eslintVersion, '9.0.0')
|
|
47
47
|
? versions_1.typescriptESLintVersion
|
|
48
48
|
: versions_1.eslint9__typescriptESLintVersion;
|
|
49
49
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.eslintCompat = exports.eslint9__eslintVersion = exports.eslint9__typescriptESLintVersion = exports.jsoncEslintParserVersion = exports.typescriptESLintVersion = exports.eslintConfigPrettierVersion = exports.eslintrcVersion = exports.eslintVersion = exports.nxVersion = void 0;
|
|
4
|
-
|
|
4
|
+
const path_1 = require("path");
|
|
5
|
+
exports.nxVersion = require((0, path_1.join)('@nx/eslint', 'package.json')).version;
|
|
5
6
|
exports.eslintVersion = '~8.57.0';
|
|
6
7
|
exports.eslintrcVersion = '^2.1.1';
|
|
7
8
|
exports.eslintConfigPrettierVersion = '^10.0.0';
|
package/executors.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"executors": {
|
|
3
3
|
"lint": {
|
|
4
|
-
"implementation": "./src/executors/lint/lint.impl",
|
|
5
|
-
"schema": "./src/executors/lint/schema.json",
|
|
4
|
+
"implementation": "./dist/src/executors/lint/lint.impl",
|
|
5
|
+
"schema": "./dist/src/executors/lint/schema.json",
|
|
6
6
|
"description": "Run ESLint on a project."
|
|
7
7
|
}
|
|
8
8
|
}
|
package/generators.json
CHANGED
|
@@ -3,30 +3,30 @@
|
|
|
3
3
|
"version": "0.1",
|
|
4
4
|
"generators": {
|
|
5
5
|
"init": {
|
|
6
|
-
"factory": "./src/generators/init/init#initEsLint",
|
|
7
|
-
"schema": "./src/generators/init/schema.json",
|
|
6
|
+
"factory": "./dist/src/generators/init/init#initEsLint",
|
|
7
|
+
"schema": "./dist/src/generators/init/schema.json",
|
|
8
8
|
"description": "Set up the ESLint plugin.",
|
|
9
9
|
"hidden": true
|
|
10
10
|
},
|
|
11
11
|
"workspace-rules-project": {
|
|
12
|
-
"factory": "./src/generators/workspace-rules-project/workspace-rules-project#lintWorkspaceRulesProjectGenerator",
|
|
13
|
-
"schema": "./src/generators/workspace-rules-project/schema.json",
|
|
12
|
+
"factory": "./dist/src/generators/workspace-rules-project/workspace-rules-project#lintWorkspaceRulesProjectGenerator",
|
|
13
|
+
"schema": "./dist/src/generators/workspace-rules-project/schema.json",
|
|
14
14
|
"description": "Create the Workspace Lint Rules Project.",
|
|
15
15
|
"hidden": true
|
|
16
16
|
},
|
|
17
17
|
"workspace-rule": {
|
|
18
|
-
"factory": "./src/generators/workspace-rule/workspace-rule#lintWorkspaceRuleGenerator",
|
|
19
|
-
"schema": "./src/generators/workspace-rule/schema.json",
|
|
18
|
+
"factory": "./dist/src/generators/workspace-rule/workspace-rule#lintWorkspaceRuleGenerator",
|
|
19
|
+
"schema": "./dist/src/generators/workspace-rule/schema.json",
|
|
20
20
|
"description": "Create a new Workspace ESLint rule."
|
|
21
21
|
},
|
|
22
22
|
"convert-to-flat-config": {
|
|
23
|
-
"factory": "./src/generators/convert-to-flat-config/generator",
|
|
24
|
-
"schema": "./src/generators/convert-to-flat-config/schema.json",
|
|
23
|
+
"factory": "./dist/src/generators/convert-to-flat-config/generator",
|
|
24
|
+
"schema": "./dist/src/generators/convert-to-flat-config/schema.json",
|
|
25
25
|
"description": "Convert an Nx workspace's ESLint configs to use Flat Config."
|
|
26
26
|
},
|
|
27
27
|
"convert-to-inferred": {
|
|
28
|
-
"factory": "./src/generators/convert-to-inferred/convert-to-inferred",
|
|
29
|
-
"schema": "./src/generators/convert-to-inferred/schema.json",
|
|
28
|
+
"factory": "./dist/src/generators/convert-to-inferred/convert-to-inferred",
|
|
29
|
+
"schema": "./dist/src/generators/convert-to-inferred/schema.json",
|
|
30
30
|
"description": "Convert existing ESLint project(s) using `@nx/eslint:lint` executor to use `@nx/eslint/plugin`."
|
|
31
31
|
}
|
|
32
32
|
}
|
package/migrations.json
CHANGED
|
@@ -3,17 +3,22 @@
|
|
|
3
3
|
"update-typescript-eslint-v8.13.0": {
|
|
4
4
|
"version": "20.2.0-beta.5",
|
|
5
5
|
"description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8",
|
|
6
|
-
"implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0"
|
|
6
|
+
"implementation": "./dist/src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0"
|
|
7
7
|
},
|
|
8
8
|
"add-file-extensions-to-overrides": {
|
|
9
9
|
"version": "20.3.0-beta.1",
|
|
10
10
|
"description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)",
|
|
11
|
-
"implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides"
|
|
11
|
+
"implementation": "./dist/src/migrations/update-20-3-0/add-file-extensions-to-overrides"
|
|
12
12
|
},
|
|
13
13
|
"update-executor-lint-inputs": {
|
|
14
14
|
"version": "22.7.0-beta.12",
|
|
15
15
|
"description": "Add missing inputs to @nx/eslint:lint executor target defaults",
|
|
16
|
-
"implementation": "./src/migrations/update-21-6-0/update-executor-lint-inputs"
|
|
16
|
+
"implementation": "./dist/src/migrations/update-21-6-0/update-executor-lint-inputs"
|
|
17
|
+
},
|
|
18
|
+
"rewrite-eslint-internal-subpath-imports": {
|
|
19
|
+
"version": "23.0.0-beta.17",
|
|
20
|
+
"description": "Rewrites `@nx/eslint/src/*` subpath imports now that the `./src/*` subpath is no longer exposed by `@nx/eslint`'s exports map. Named imports/exports of public symbols are routed to `@nx/eslint` and the rest to the new `@nx/eslint/internal` entry; `require`, dynamic `import` and `jest.mock` calls reference the whole module and are routed to `@nx/eslint/internal`.",
|
|
21
|
+
"implementation": "./dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports"
|
|
17
22
|
}
|
|
18
23
|
},
|
|
19
24
|
"packageJsonUpdates": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/eslint",
|
|
3
|
-
"version": "23.0.0-beta.
|
|
3
|
+
"version": "23.0.0-beta.20",
|
|
4
4
|
"private": false,
|
|
5
|
+
"type": "commonjs",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"!dist/tsconfig.tsbuildinfo",
|
|
9
|
+
"!dist/spec",
|
|
10
|
+
"migrations.json",
|
|
11
|
+
"executors.json",
|
|
12
|
+
"generators.json"
|
|
13
|
+
],
|
|
5
14
|
"description": "The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
|
|
6
15
|
"repository": {
|
|
7
16
|
"type": "git",
|
|
@@ -16,9 +25,18 @@
|
|
|
16
25
|
"CLI",
|
|
17
26
|
"Testing"
|
|
18
27
|
],
|
|
19
|
-
"main": "./index.js",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
28
|
+
"main": "./dist/index.js",
|
|
29
|
+
"types": "./dist/index.d.ts",
|
|
30
|
+
"typesVersions": {
|
|
31
|
+
"*": {
|
|
32
|
+
"plugin": [
|
|
33
|
+
"dist/plugin.d.ts"
|
|
34
|
+
],
|
|
35
|
+
"internal": [
|
|
36
|
+
"dist/internal.d.ts"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
22
40
|
"author": "Victor Savkin",
|
|
23
41
|
"license": "MIT",
|
|
24
42
|
"bugs": {
|
|
@@ -31,20 +49,41 @@
|
|
|
31
49
|
},
|
|
32
50
|
"generators": "./generators.json",
|
|
33
51
|
"executors": "./executors.json",
|
|
52
|
+
"exports": {
|
|
53
|
+
".": {
|
|
54
|
+
"@nx/nx-source": "./index.ts",
|
|
55
|
+
"types": "./dist/index.d.ts",
|
|
56
|
+
"default": "./dist/index.js"
|
|
57
|
+
},
|
|
58
|
+
"./package.json": "./package.json",
|
|
59
|
+
"./migrations.json": "./migrations.json",
|
|
60
|
+
"./generators.json": "./generators.json",
|
|
61
|
+
"./executors.json": "./executors.json",
|
|
62
|
+
"./plugin": {
|
|
63
|
+
"@nx/nx-source": "./plugin.ts",
|
|
64
|
+
"types": "./dist/plugin.d.ts",
|
|
65
|
+
"default": "./dist/plugin.js"
|
|
66
|
+
},
|
|
67
|
+
"./internal": {
|
|
68
|
+
"@nx/nx-source": "./internal.ts",
|
|
69
|
+
"types": "./dist/internal.d.ts",
|
|
70
|
+
"default": "./dist/internal.js"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
34
73
|
"peerDependencies": {
|
|
35
|
-
"@nx/jest": "23.0.0-beta.2",
|
|
36
74
|
"@zkochan/js-yaml": "0.0.7",
|
|
37
|
-
"eslint": "^8.0.0 || ^9.0.0 || ^10.0.0"
|
|
75
|
+
"eslint": "^8.0.0 || ^9.0.0 || ^10.0.0",
|
|
76
|
+
"@nx/jest": "23.0.0-beta.20"
|
|
38
77
|
},
|
|
39
78
|
"dependencies": {
|
|
40
|
-
"@nx/devkit": "23.0.0-beta.2",
|
|
41
|
-
"@nx/js": "23.0.0-beta.2",
|
|
42
79
|
"semver": "^7.6.3",
|
|
43
80
|
"tslib": "^2.3.0",
|
|
44
|
-
"typescript": "~5.9.2"
|
|
81
|
+
"typescript": "~5.9.2",
|
|
82
|
+
"@nx/devkit": "23.0.0-beta.20",
|
|
83
|
+
"@nx/js": "23.0.0-beta.20"
|
|
45
84
|
},
|
|
46
85
|
"devDependencies": {
|
|
47
|
-
"nx": "23.0.0-beta.
|
|
86
|
+
"nx": "23.0.0-beta.20"
|
|
48
87
|
},
|
|
49
88
|
"peerDependenciesMeta": {
|
|
50
89
|
"@nx/jest": {
|
package/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/eslint/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC"}
|
package/plugin.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/eslint/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,mBAAmB,GACpB,MAAM,sBAAsB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lint.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/executors/lint/lint.impl.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAM7E,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGvC,wBAA8B,GAAG,CAC/B,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,CAwN/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eslint-utils.d.ts","sourceRoot":"","sources":["../../../../../../../packages/eslint/src/executors/lint/utility/eslint-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,wBAAsB,2BAA2B,CAC/C,gBAAgB,EAAE,MAAM,GAAG,SAAS,EACpC,OAAO,EAAE,MAAM,EACf,aAAa,UAAQ;;;GA6HtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"json-converter.d.ts","sourceRoot":"","sources":["../../../../../../../packages/eslint/src/generators/convert-to-flat-config/converters/json-converter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAS,MAAM,YAAY,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAehC;;;GAGG;AACH,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,MAAM,CAAC,UAAU,EACzB,WAAW,EAAE,MAAM,EAAE,EACrB,MAAM,EAAE,KAAK,GAAG,KAAK,GACpB;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,OAAO,CAAC;IAAC,WAAW,EAAE,OAAO,CAAA;CAAE,CA8OjE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generator.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/convert-to-flat-config/generator.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EASjB,IAAI,EAGL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,kCAAkC,EAAE,MAAM,UAAU,CAAC;AAc9D,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,kCAAkC,GAC1C,OAAO,CAAC,IAAI,GAAG,iBAAiB,CAAC,CA6CnC;AAED,eAAe,4BAA4B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAYpB,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,iBA4BlE;AAyJD,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"target-options-map.d.ts","sourceRoot":"","sources":["../../../../../../../packages/eslint/src/generators/convert-to-inferred/lib/target-options-map.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;CAejC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"global-eslint-config.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/init/global-eslint-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAUhC;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;IAG7B;;;OAGG;;CAEJ,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;IAG7B;;;OAGG;;CAEJ,CAAC;AAgCF,eAAO,MAAM,4BAA4B,GACvC,iBAAiB,MAAM,EACvB,cAAc,OAAO,KACpB,MAAM,CAAC,YAoBT,CAAC;AAEF,eAAO,MAAM,gCAAgC,GAC3C,QAAQ,KAAK,GAAG,KAAK,EACrB,cAAc,OAAO,KACpB,MA8EF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"init-migration.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/init/init-migration.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAGjB,oBAAoB,EACpB,mBAAmB,EACnB,IAAI,EAGL,MAAM,YAAY,CAAC;AAwBpB,wBAAgB,4BAA4B,CAC1C,QAAQ,EAAE,oBAAoB,EAAE,EAChC,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,MAAM,EACtB,kBAAkB,EAAE,KAAK,GAAG,KAAK,EACjC,oBAAoB,CAAC,EAAE,OAAO,GAC7B,iBAAiB,CA+FnB;AAED,wBAAgB,cAAc,CAC5B,OAAO,EAAE,oBAAoB,GAC5B,mBAAmB,CAMrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,EAIjB,IAAI,EAGL,MAAM,YAAY,CAAC;AAWpB,MAAM,WAAW,iBAAiB;IAChC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,kBAAkB,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;CACpC;AA+CD,wBAAsB,UAAU,CAC9B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,iBAAiB,GACzB,OAAO,CAAC,iBAAiB,CAAC,CAwF5B;AAED,wBAAsB,iBAAiB,CACrC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,iBAAiB,8BAG3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lint-project.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/lint-project/lint-project.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,iBAAiB,EAQjB,IAAI,EAIL,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AA0BnE,UAAU,kBAAkB;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC;IACjC,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,UAAU,EAAE,OAAO,CAAC;IACpB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kBAAkB,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;IAEnC;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,8BAA8B,CAAC,EAAE,OAAO,CAAC;CAC1C;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,kBAAkB,8BAE3E;AAED,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,kBAAkB,8BA4I5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"setup-root-eslint.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/lint-project/setup-root-eslint.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,iBAAiB,EACtB,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAepB,MAAM,MAAM,sBAAsB,GAAG;IACnC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,kBAAkB,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;CACpC,CAAC;AAEF,wBAAgB,eAAe,CAC7B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,sBAAsB,GAC9B,iBAAiB,CAWnB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eslint-file.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/utils/eslint-file.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,iBAAiB,EAKtB,KAAK,IAAI,EAEV,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAuCrC,wBAAgB,cAAc,CAC5B,IAAI,EAAE,IAAI,EACV,WAAW,CAAC,EAAE,MAAM,GACnB,MAAM,GAAG,IAAI,CAmBf;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,SAAK,GAAG,OAAO,CAW7E;AAED,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,MAAM,QA6CxB;AAsED,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,MAAM,GAAG,KAAK,GAAG,KAAK,CAc1E;AAED,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,EAC5D,OAAO,GAAE;IAAE,cAAc,CAAC,EAAE,OAAO,CAAC;IAAC,eAAe,CAAC,EAAE,OAAO,CAAA;CAE7D,QAiDF;AAED,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,WAAW,CAAC,KAAK,OAAO,EACxE,MAAM,EAAE,CACN,QAAQ,EAAE,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,WAAW,CAAC,KAChD,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,WAAW,CAAC,QA4C/C;AAED,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,WAAW,CAAC,KAAK,OAAO,EACxE,eAAe,UAAQ,GACtB,OAAO,CAyCT;AAED,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE,QA8BvD;AAED,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,MAAM,EACF,MAAM,GACN;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,OAAO,CAAA;CAAE,GAC1C,KAAK,CAAC,MAAM,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,OAAO,CAAA;CAAE,CAAC,EAC9D,cAAc,UAAQ,GACrB,iBAAiB,CA+GnB;AAED,wBAAgB,mCAAmC,CACjD,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,oBAAoB,EAAE,MAAM,EAC5B,OAAO,GAAE;IACP,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,OAAO,CAAC;CACtB,GACL,IAAI,CA6BN;AAED,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,QA+B1B;AAED,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,cAAc,EAAE,MAAM,EAAE,QAuCzB;AAED,wBAAgB,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAY1D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eslint-targets.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/utils/eslint-targets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAGlC,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,IAAI,eAY1C"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getEslintTargets = getEslintTargets;
|
|
4
|
-
const executor_options_utils_1 = require("@nx/devkit/src/generators/executor-options-utils");
|
|
5
|
-
function getEslintTargets(tree) {
|
|
6
|
-
const eslintTargetNames = new Set();
|
|
7
|
-
(0, executor_options_utils_1.forEachExecutorOptions)(tree, '@nx/eslint:lint', (_, __, target) => {
|
|
8
|
-
eslintTargetNames.add(target);
|
|
9
|
-
});
|
|
10
|
-
(0, executor_options_utils_1.forEachExecutorOptions)(tree, '@nx/linter:eslint', (_, __, target) => {
|
|
11
|
-
eslintTargetNames.add(target);
|
|
12
|
-
});
|
|
13
|
-
(0, executor_options_utils_1.forEachExecutorOptions)(tree, '@nrwl/linter:eslint', (_, __, target) => {
|
|
14
|
-
eslintTargetNames.add(target);
|
|
15
|
-
});
|
|
16
|
-
return eslintTargetNames;
|
|
17
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ast-utils.d.ts","sourceRoot":"","sources":["../../../../../../../packages/eslint/src/generators/utils/flat-config/ast-utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"path-utils.d.ts","sourceRoot":"","sources":["../../../../../../../packages/eslint/src/generators/utils/flat-config/path-utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAErC,wBAAgB,WAAW,CACzB,QAAQ,EAAE,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,WAAW,CAAC,GAClD,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,WAAW,CAAC,CAQ3C;AAED,wBAAgB,WAAW,CAAC,QAAQ,EAAE,MAAM,UAY3C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"linter.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/utils/linter.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,MAAM;IAChB,MAAM,WAAW;IACjB,IAAI,SAAS;CACd;AAED,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/utils/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAc,MAAM,YAAY,CAAC;AAE9C,wBAAgB,eAAe,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAOnD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspace-rule.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/workspace-rule/workspace-rule.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,iBAAiB,EAKjB,IAAI,EACL,MAAM,YAAY,CAAC;AASpB,MAAM,WAAW,iCAAiC;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,wBAAsB,0BAA0B,CAC9C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,iCAAiC,8BAiH3C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workspace-rules-project.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/generators/workspace-rules-project/workspace-rules-project.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,iBAAiB,EAKjB,IAAI,EAGL,MAAM,YAAY,CAAC;AASpB,eAAO,MAAM,4BAA4B,iBAAiB,CAAC;AAE3D,eAAO,MAAM,oBAAoB,uBAAuB,CAAC;AAEzD,MAAM,WAAW,yCAAyC;IACxD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAsB,kCAAkC,CACtD,IAAI,EAAE,IAAI,EACV,OAAO,GAAE,yCAA8C,8BAsGxD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-typescript-eslint-v8-13-0.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,iBAAiB,EACtB,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAIpB,yBAA+B,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAoBrE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-file-extensions-to-overrides.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/migrations/update-20-3-0/add-file-extensions-to-overrides.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAIvC,yBAA+B,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CA4BxD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-executor-lint-inputs.d.ts","sourceRoot":"","sources":["../../../../../../packages/eslint/src/migrations/update-21-6-0/update-executor-lint-inputs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,EAAyC,MAAM,YAAY,CAAC;AAE9E,yBAA+B,IAAI,EAAE,IAAI,iBA0BxC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint/src/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,aAAa,EAMd,MAAM,YAAY,CAAC;AAwBpB,MAAM,WAAW,mBAAmB;IAClC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAuHD,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,mBAAmB,CAoF1D,CAAC;AAEF,eAAO,MAAM,aAAa,oCAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config-file.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint/src/utils/config-file.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,4BAA4B,UAA4B,CAAC;AAEtE,eAAO,MAAM,2BAA2B,UAOvC,CAAC;AAEF,eAAO,MAAM,uBAAuB,UAGnC,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAA4B,CAAC;AAEtE,eAAO,MAAM,oBAAoB,wBAAwB,CAAC;AAC1D,eAAO,MAAM,wBAAwB,2BAA2B,CAAC;AAEjE,eAAO,MAAM,8BAA8B,0BAA0B,CAAC;AAEtE,wBAAgB,YAAY,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,CAI5D;AAGD,wBAAgB,kBAAkB,CAChC,SAAS,EAAE,MAAM,EACjB,aAAa,EAAE,MAAM,GACpB,MAAM,GAAG,IAAI,CAkBf;AAED,wBAAgB,iBAAiB,CAC/B,mBAAmB,EAAE,MAAM,EAC3B,aAAa,EAAE,MAAM,GACpB,MAAM,GAAG,IAAI,CAqBf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"flat-config.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint/src/utils/flat-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAGlC,eAAO,MAAM,yBAAyB,UAOrC,CAAC;AAEF,eAAO,MAAM,yBAAyB,UASrC,CAAC;AAEF,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAOlE;AAED,wBAAgB,aAAa,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,OAAO,CA6BlD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-eslint-class.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint/src/utils/resolve-eslint-class.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGrC,wBAAsB,kBAAkB,CAAC,IAAI,CAAC,EAAE;IAC9C,wBAAwB,EAAE,OAAO,CAAC;CACnC,GAAG,OAAO,CAAC,OAAO,MAAM,CAAC,CAsCzB"}
|