@nx/eslint-plugin 23.0.0-beta.15 → 23.0.0-beta.17
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/{angular.d.ts → dist/angular.d.ts} +0 -1
- package/{nx.d.ts → dist/nx.d.ts} +0 -1
- package/{react.d.ts → dist/react.d.ts} +0 -1
- package/{src → dist/src}/configs/angular-template.d.ts +0 -1
- package/{src → dist/src}/configs/angular.d.ts +0 -1
- package/{src → dist/src}/configs/javascript.d.ts +0 -1
- package/{src → dist/src}/configs/react-base.d.ts +0 -1
- package/{src → dist/src}/configs/react-jsx.d.ts +0 -1
- package/{src → dist/src}/configs/react-tmp.d.ts +0 -1
- package/{src → dist/src}/configs/react-typescript.d.ts +0 -1
- package/{src → dist/src}/configs/typescript.d.ts +0 -1
- package/{src → dist/src}/constants.d.ts +0 -1
- package/{src → dist/src}/flat-configs/angular-template.d.ts +0 -1
- package/{src → dist/src}/flat-configs/angular.d.ts +0 -1
- package/{src → dist/src}/flat-configs/base.d.ts +0 -1
- package/{src → dist/src}/flat-configs/javascript.d.ts +0 -1
- package/{src → dist/src}/flat-configs/react-base.d.ts +0 -1
- package/{src → dist/src}/flat-configs/react-jsx.d.ts +0 -1
- package/{src → dist/src}/flat-configs/react-tmp.d.ts +0 -1
- package/{src → dist/src}/flat-configs/react-typescript.d.ts +0 -1
- package/{src → dist/src}/flat-configs/typescript.d.ts +0 -1
- package/{src → dist/src}/index.d.ts +0 -1
- package/{src → dist/src}/resolve-workspace-rules.d.ts +0 -1
- package/{src → dist/src}/resolve-workspace-rules.js +66 -19
- package/{src → dist/src}/rules/dependency-checks.d.ts +0 -1
- package/{src → dist/src}/rules/enforce-module-boundaries.d.ts +0 -1
- package/{src → dist/src}/rules/nx-plugin-checks.d.ts +0 -1
- package/{src → dist/src}/rules/nx-plugin-checks.js +26 -16
- package/{src → dist/src}/utils/ast-utils.d.ts +0 -1
- package/{src → dist/src}/utils/config-utils.d.ts +0 -1
- package/{src → dist/src}/utils/graph-utils.d.ts +0 -1
- package/{src → dist/src}/utils/package-json-utils.d.ts +0 -1
- package/{src → dist/src}/utils/project-graph-utils.d.ts +0 -1
- package/{src → dist/src}/utils/runtime-lint-utils.d.ts +0 -1
- package/{typescript.d.ts → dist/typescript.d.ts} +0 -1
- package/package.json +62 -11
- package/angular.d.ts.map +0 -1
- package/nx.d.ts.map +0 -1
- package/react.d.ts.map +0 -1
- package/src/configs/angular-template.d.ts.map +0 -1
- package/src/configs/angular.d.ts.map +0 -1
- package/src/configs/javascript.d.ts.map +0 -1
- package/src/configs/react-base.d.ts.map +0 -1
- package/src/configs/react-jsx.d.ts.map +0 -1
- package/src/configs/react-tmp.d.ts.map +0 -1
- package/src/configs/react-typescript.d.ts.map +0 -1
- package/src/configs/typescript.d.ts.map +0 -1
- package/src/constants.d.ts.map +0 -1
- package/src/flat-configs/angular-template.d.ts.map +0 -1
- package/src/flat-configs/angular.d.ts.map +0 -1
- package/src/flat-configs/base.d.ts.map +0 -1
- package/src/flat-configs/javascript.d.ts.map +0 -1
- package/src/flat-configs/react-base.d.ts.map +0 -1
- package/src/flat-configs/react-jsx.d.ts.map +0 -1
- package/src/flat-configs/react-tmp.d.ts.map +0 -1
- package/src/flat-configs/react-typescript.d.ts.map +0 -1
- package/src/flat-configs/typescript.d.ts.map +0 -1
- package/src/index.d.ts.map +0 -1
- package/src/resolve-workspace-rules.d.ts.map +0 -1
- package/src/rules/dependency-checks.d.ts.map +0 -1
- package/src/rules/enforce-module-boundaries.d.ts.map +0 -1
- package/src/rules/nx-plugin-checks.d.ts.map +0 -1
- package/src/utils/ast-utils.d.ts.map +0 -1
- package/src/utils/config-utils.d.ts.map +0 -1
- package/src/utils/graph-utils.d.ts.map +0 -1
- package/src/utils/package-json-utils.d.ts.map +0 -1
- package/src/utils/project-graph-utils.d.ts.map +0 -1
- package/src/utils/runtime-lint-utils.d.ts.map +0 -1
- package/typescript.d.ts.map +0 -1
- /package/{LICENSE → dist/LICENSE} +0 -0
- /package/{angular.js → dist/angular.js} +0 -0
- /package/{nx.js → dist/nx.js} +0 -0
- /package/{react.js → dist/react.js} +0 -0
- /package/{src → dist/src}/configs/angular-template.js +0 -0
- /package/{src → dist/src}/configs/angular.js +0 -0
- /package/{src → dist/src}/configs/javascript.js +0 -0
- /package/{src → dist/src}/configs/react-base.js +0 -0
- /package/{src → dist/src}/configs/react-jsx.js +0 -0
- /package/{src → dist/src}/configs/react-tmp.js +0 -0
- /package/{src → dist/src}/configs/react-typescript.js +0 -0
- /package/{src → dist/src}/configs/typescript.js +0 -0
- /package/{src → dist/src}/constants.js +0 -0
- /package/{src → dist/src}/flat-configs/angular-template.js +0 -0
- /package/{src → dist/src}/flat-configs/angular.js +0 -0
- /package/{src → dist/src}/flat-configs/base.js +0 -0
- /package/{src → dist/src}/flat-configs/javascript.js +0 -0
- /package/{src → dist/src}/flat-configs/react-base.js +0 -0
- /package/{src → dist/src}/flat-configs/react-jsx.js +0 -0
- /package/{src → dist/src}/flat-configs/react-tmp.js +0 -0
- /package/{src → dist/src}/flat-configs/react-typescript.js +0 -0
- /package/{src → dist/src}/flat-configs/typescript.js +0 -0
- /package/{src → dist/src}/index.js +0 -0
- /package/{src → dist/src}/rules/dependency-checks.js +0 -0
- /package/{src → dist/src}/rules/enforce-module-boundaries.js +0 -0
- /package/{src → dist/src}/utils/ast-utils.js +0 -0
- /package/{src → dist/src}/utils/config-utils.js +0 -0
- /package/{src → dist/src}/utils/graph-utils.js +0 -0
- /package/{src → dist/src}/utils/package-json-utils.js +0 -0
- /package/{src → dist/src}/utils/project-graph-utils.js +0 -0
- /package/{src → dist/src}/utils/runtime-lint-utils.js +0 -0
- /package/{typescript.js → dist/typescript.js} +0 -0
package/{nx.d.ts → dist/nx.d.ts}
RENAMED
|
@@ -36,4 +36,3 @@ type ESLintRules = Record<string, TSESLint.RuleModule<string, unknown[]>>;
|
|
|
36
36
|
export declare function loadWorkspaceRules(directory: string, tsConfigPath?: string): Promise<ESLintRules>;
|
|
37
37
|
export declare const workspaceRules: ESLintRules;
|
|
38
38
|
export {};
|
|
39
|
-
//# sourceMappingURL=resolve-workspace-rules.d.ts.map
|
|
@@ -6,8 +6,11 @@ const devkit_1 = require("@nx/devkit");
|
|
|
6
6
|
const internal_1 = require("@nx/devkit/internal");
|
|
7
7
|
const internal_2 = require("@nx/js/internal");
|
|
8
8
|
const fs_1 = require("fs");
|
|
9
|
+
const node_url_1 = require("node:url");
|
|
9
10
|
const path_1 = require("path");
|
|
10
11
|
const constants_1 = require("./constants");
|
|
12
|
+
// `new Function` keeps TS from down-leveling `import()` to `require()`.
|
|
13
|
+
const dynamicImport = new Function('p', 'return import(p);');
|
|
11
14
|
// ESM import() cannot resolve directories to index files like require() can
|
|
12
15
|
const INDEX_FILE_EXTENSIONS = [
|
|
13
16
|
'.ts',
|
|
@@ -109,15 +112,71 @@ async function loadWorkspaceRules(directory, tsConfigPath) {
|
|
|
109
112
|
console.warn(`Directory "${resolvedDirectory}" does not exist. Skipping loading ESLint rules from this directory.`);
|
|
110
113
|
return {};
|
|
111
114
|
}
|
|
112
|
-
let registrationCleanup = null;
|
|
113
115
|
try {
|
|
116
|
+
const entryFile = resolveDirectoryEntryFile(resolvedDirectory);
|
|
114
117
|
const effectiveTsConfigPath = findTsConfig(resolvedDirectory, tsConfigPath);
|
|
115
|
-
|
|
116
|
-
|
|
118
|
+
// For TS entry files, use loadTsFile directly so the explicitly-provided
|
|
119
|
+
// tsConfigPath threads into any swc/ts-node fallback. For other extensions
|
|
120
|
+
// (or when no tsconfig was found), defer to loadConfigFile's auto-discovery.
|
|
121
|
+
const isTs = !!effectiveTsConfigPath && /\.(c|m)?ts$/.test(entryFile);
|
|
122
|
+
let module;
|
|
123
|
+
if (isTs) {
|
|
124
|
+
try {
|
|
125
|
+
module = (0, internal_2.loadTsFile)(entryFile, effectiveTsConfigPath);
|
|
126
|
+
}
|
|
127
|
+
catch (err) {
|
|
128
|
+
// Top-level await (`ERR_REQUIRE_ASYNC_MODULE`) and ESM-only modules
|
|
129
|
+
// (`ERR_REQUIRE_ESM`) must be loaded via dynamic import(). Mirror
|
|
130
|
+
// devkit's loadTypeScriptModule: register tsconfig-paths first so
|
|
131
|
+
// workspace alias imports resolve, then try native dynamic import.
|
|
132
|
+
// Only escalate to forceRegisterEsmLoader on unsupported TS syntax
|
|
133
|
+
// (enum, runtime namespace, etc.) - surface the original ESM error
|
|
134
|
+
// if no loader can be installed. Without this the outer catch
|
|
135
|
+
// swallows the error and the lint run silently has no rules.
|
|
136
|
+
if (err?.code !== 'ERR_REQUIRE_ESM' &&
|
|
137
|
+
err?.code !== 'ERR_REQUIRE_ASYNC_MODULE') {
|
|
138
|
+
throw err;
|
|
139
|
+
}
|
|
140
|
+
const cleanupPaths = (0, internal_2.registerTsConfigPaths)(effectiveTsConfigPath);
|
|
141
|
+
try {
|
|
142
|
+
const entryUrl = (0, node_url_1.pathToFileURL)(entryFile).href;
|
|
143
|
+
try {
|
|
144
|
+
module = await dynamicImport(entryUrl);
|
|
145
|
+
}
|
|
146
|
+
catch (esmErr) {
|
|
147
|
+
if (esmErr?.code !== 'ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX') {
|
|
148
|
+
throw esmErr;
|
|
149
|
+
}
|
|
150
|
+
try {
|
|
151
|
+
(0, internal_2.forceRegisterEsmLoader)();
|
|
152
|
+
}
|
|
153
|
+
catch {
|
|
154
|
+
throw esmErr;
|
|
155
|
+
}
|
|
156
|
+
module = await dynamicImport(entryUrl);
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
finally {
|
|
160
|
+
cleanupPaths();
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
else {
|
|
165
|
+
// Pre-register tsconfig-paths so a `.js`/`.mjs`/`.cjs` workspace
|
|
166
|
+
// eslint plugin can still import workspace libs via TS path aliases
|
|
167
|
+
// (pre-PR behavior: loadConfigFile was always preceded by
|
|
168
|
+
// registerTsProject).
|
|
169
|
+
let cleanupPaths;
|
|
170
|
+
if (effectiveTsConfigPath) {
|
|
171
|
+
cleanupPaths = (0, internal_2.registerTsConfigPaths)(effectiveTsConfigPath);
|
|
172
|
+
}
|
|
173
|
+
try {
|
|
174
|
+
module = await (0, internal_1.loadConfigFile)(entryFile);
|
|
175
|
+
}
|
|
176
|
+
finally {
|
|
177
|
+
cleanupPaths?.();
|
|
178
|
+
}
|
|
117
179
|
}
|
|
118
|
-
const entryFile = resolveDirectoryEntryFile(resolvedDirectory);
|
|
119
|
-
// Only rules are supported (not configs, processors, etc.)
|
|
120
|
-
const module = await (0, internal_1.loadConfigFile)(entryFile);
|
|
121
180
|
const rules = module.rules || module;
|
|
122
181
|
return rules;
|
|
123
182
|
}
|
|
@@ -125,25 +184,18 @@ async function loadWorkspaceRules(directory, tsConfigPath) {
|
|
|
125
184
|
console.error(err);
|
|
126
185
|
return {};
|
|
127
186
|
}
|
|
128
|
-
finally {
|
|
129
|
-
if (registrationCleanup) {
|
|
130
|
-
registrationCleanup();
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
187
|
}
|
|
134
188
|
exports.workspaceRules = (() => {
|
|
135
189
|
// If `tools/eslint-rules` folder doesn't exist, there is no point trying to register and load it
|
|
136
190
|
if (!(0, fs_1.existsSync)(constants_1.WORKSPACE_PLUGIN_DIR)) {
|
|
137
191
|
return {};
|
|
138
192
|
}
|
|
139
|
-
// Register `tools/eslint-rules` for TS transpilation
|
|
140
|
-
const registrationCleanup = (0, internal_2.registerTsProject)((0, path_1.join)(constants_1.WORKSPACE_PLUGIN_DIR, 'tsconfig.json'));
|
|
141
193
|
try {
|
|
142
194
|
/**
|
|
143
195
|
* Currently we only support applying the rules from the user's workspace plugin object
|
|
144
196
|
* (i.e. not other things that plugings can expose like configs, processors etc)
|
|
145
197
|
*/
|
|
146
|
-
const { rules } =
|
|
198
|
+
const { rules } = (0, internal_2.loadTsFile)(constants_1.WORKSPACE_PLUGIN_DIR, (0, path_1.join)(constants_1.WORKSPACE_PLUGIN_DIR, 'tsconfig.json'));
|
|
147
199
|
// Apply the namespace to the resolved rules
|
|
148
200
|
const namespacedRules = {};
|
|
149
201
|
for (const [ruleName, ruleConfig] of Object.entries(rules)) {
|
|
@@ -157,9 +209,4 @@ exports.workspaceRules = (() => {
|
|
|
157
209
|
console.error(err);
|
|
158
210
|
return {};
|
|
159
211
|
}
|
|
160
|
-
finally {
|
|
161
|
-
if (registrationCleanup) {
|
|
162
|
-
registrationCleanup();
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
212
|
})();
|
|
@@ -28,4 +28,3 @@ export declare function validatePromptNode(promptNode: AST.JSONProperty, key: st
|
|
|
28
28
|
export declare function validatePackageGroup(baseNode: AST.JSONObjectExpression, context: TSESLint.RuleContext<MessageIds, Options>): void;
|
|
29
29
|
export declare function validateVersionJsonExpression(node: AST.JSONExpression, context: TSESLint.RuleContext<MessageIds, Options>): string | boolean;
|
|
30
30
|
export declare function checkIfIdentifierIsFunction(filePath: string, identifier: string): boolean;
|
|
31
|
-
//# sourceMappingURL=nx-plugin-checks.d.ts.map
|
|
@@ -14,7 +14,6 @@ const utils_1 = require("@typescript-eslint/utils");
|
|
|
14
14
|
const fs_1 = require("fs");
|
|
15
15
|
const tsquery_1 = require("@phenomnomnominal/tsquery");
|
|
16
16
|
const devkit_1 = require("@nx/devkit");
|
|
17
|
-
const js_1 = require("@nx/js");
|
|
18
17
|
const internal_1 = require("@nx/js/internal");
|
|
19
18
|
const path = tslib_1.__importStar(require("path"));
|
|
20
19
|
const semver_1 = require("semver");
|
|
@@ -103,10 +102,6 @@ exports.default = utils_1.ESLintUtils.RuleCreator(() => ``)({
|
|
|
103
102
|
if (![generatorsJson, executorsJson, migrationsJson, packageJson].includes(sourceFilePath)) {
|
|
104
103
|
return {};
|
|
105
104
|
}
|
|
106
|
-
if (!global.tsProjectRegistered) {
|
|
107
|
-
(0, internal_1.registerTsProject)((0, js_1.getRootTsConfigPath)());
|
|
108
|
-
global.tsProjectRegistered = true;
|
|
109
|
-
}
|
|
110
105
|
return {
|
|
111
106
|
['JSONExpressionStatement > JSONObjectExpression'](node) {
|
|
112
107
|
if (sourceFilePath === generatorsJson) {
|
|
@@ -318,6 +313,26 @@ function validateEntry(baseNode, key, mode, context, options) {
|
|
|
318
313
|
}
|
|
319
314
|
}
|
|
320
315
|
}
|
|
316
|
+
// Under Node's native TS strip, swc-node isn't registered, so `require.resolve`
|
|
317
|
+
// no longer auto-tries `.ts` extensions. Try them explicitly before giving up.
|
|
318
|
+
const TS_EXTENSIONS = ['.ts', '.tsx', '.cts', '.mts'];
|
|
319
|
+
function tryResolveImplementation(modulePath) {
|
|
320
|
+
try {
|
|
321
|
+
return require.resolve(modulePath);
|
|
322
|
+
}
|
|
323
|
+
catch {
|
|
324
|
+
// fall through
|
|
325
|
+
}
|
|
326
|
+
for (const ext of TS_EXTENSIONS) {
|
|
327
|
+
try {
|
|
328
|
+
return require.resolve(`${modulePath}${ext}`);
|
|
329
|
+
}
|
|
330
|
+
catch {
|
|
331
|
+
// try next
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
return undefined;
|
|
335
|
+
}
|
|
321
336
|
function validateImplementationNode(implementationNode, key, context, options) {
|
|
322
337
|
if (implementationNode.value.type !== 'JSONLiteral' ||
|
|
323
338
|
typeof implementationNode.value.value !== 'string') {
|
|
@@ -333,16 +348,9 @@ function validateImplementationNode(implementationNode, key, context, options) {
|
|
|
333
348
|
const [implementationPath, identifier] = implementationNode.value.value.split('#');
|
|
334
349
|
let resolvedPath;
|
|
335
350
|
const modulePath = path.join(path.dirname(context.filename ?? context.getFilename()), implementationPath);
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
catch {
|
|
340
|
-
try {
|
|
341
|
-
resolvedPath = require.resolve(modulePath.replace(options.outDir, options.rootDir));
|
|
342
|
-
}
|
|
343
|
-
catch {
|
|
344
|
-
// nothing, will be reported below
|
|
345
|
-
}
|
|
351
|
+
resolvedPath = tryResolveImplementation(modulePath);
|
|
352
|
+
if (!resolvedPath && options.outDir && options.rootDir) {
|
|
353
|
+
resolvedPath = tryResolveImplementation(modulePath.replace(options.outDir, options.rootDir));
|
|
346
354
|
}
|
|
347
355
|
if (!resolvedPath) {
|
|
348
356
|
context.report({
|
|
@@ -492,6 +500,8 @@ function checkIfIdentifierIsFunction(filePath, identifier) {
|
|
|
492
500
|
// ignore
|
|
493
501
|
}
|
|
494
502
|
// Fallback to require()
|
|
495
|
-
const m =
|
|
503
|
+
const m = /\.[cm]?ts$/.test(filePath)
|
|
504
|
+
? (0, internal_1.loadTsFile)(filePath)
|
|
505
|
+
: (0, internal_1.requireWithTsconfigFallback)(filePath);
|
|
496
506
|
return identifier in m && typeof m[identifier] === 'function';
|
|
497
507
|
}
|
|
@@ -6,4 +6,3 @@ export declare function circularPathHasPair(circularPath: ProjectGraphProjectNod
|
|
|
6
6
|
export declare function findFilesInCircularPath(projectFileMap: ProjectFileMap, circularPath: ProjectGraphProjectNode[]): Array<string[]>;
|
|
7
7
|
export declare function findFilesWithDynamicImports(projectFileMap: ProjectFileMap, sourceProjectName: string, targetProjectName: string): FileData[];
|
|
8
8
|
export declare function expandIgnoredCircularDependencies(ignoredCircularDependencies: Array<[string, string]>, projectGraph: ProjectGraph): Map<string, Set<string>>;
|
|
9
|
-
//# sourceMappingURL=graph-utils.d.ts.map
|
|
@@ -2,4 +2,3 @@ import type { PackageJson } from 'nx/src/utils/package-json';
|
|
|
2
2
|
export declare function getAllDependencies(packageJson: PackageJson): Record<string, string>;
|
|
3
3
|
export declare function getProductionDependencies(packageJson: PackageJson): Record<string, string>;
|
|
4
4
|
export declare function getPackageJson(path: string): PackageJson;
|
|
5
|
-
//# sourceMappingURL=package-json-utils.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/eslint-plugin",
|
|
3
|
-
"version": "23.0.0-beta.
|
|
3
|
+
"version": "23.0.0-beta.17",
|
|
4
4
|
"private": false,
|
|
5
|
+
"type": "commonjs",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"!dist/tsconfig.tsbuildinfo",
|
|
9
|
+
"!dist/spec",
|
|
10
|
+
"migrations.json"
|
|
11
|
+
],
|
|
5
12
|
"description": "The eslint-plugin package is an ESLint plugin that contains a collection of recommended ESLint rule configurations which you can extend from in your own ESLint configs, as well as an Nx-specific lint rule called enforce-module-boundaries.",
|
|
6
13
|
"repository": {
|
|
7
14
|
"type": "git",
|
|
@@ -16,15 +23,62 @@
|
|
|
16
23
|
"CLI",
|
|
17
24
|
"Testing"
|
|
18
25
|
],
|
|
19
|
-
"main": "./src/index.js",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
26
|
+
"main": "./dist/src/index.js",
|
|
27
|
+
"types": "./dist/src/index.d.ts",
|
|
28
|
+
"typesVersions": {
|
|
29
|
+
"*": {
|
|
30
|
+
"angular": [
|
|
31
|
+
"dist/angular.d.ts"
|
|
32
|
+
],
|
|
33
|
+
"nx": [
|
|
34
|
+
"dist/nx.d.ts"
|
|
35
|
+
],
|
|
36
|
+
"react": [
|
|
37
|
+
"dist/react.d.ts"
|
|
38
|
+
],
|
|
39
|
+
"typescript": [
|
|
40
|
+
"dist/typescript.d.ts"
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
},
|
|
22
44
|
"author": "Victor Savkin",
|
|
23
45
|
"license": "MIT",
|
|
24
46
|
"bugs": {
|
|
25
47
|
"url": "https://github.com/nrwl/nx/issues"
|
|
26
48
|
},
|
|
27
49
|
"homepage": "https://nx.dev",
|
|
50
|
+
"nx-migrations": {
|
|
51
|
+
"migrations": "./migrations.json"
|
|
52
|
+
},
|
|
53
|
+
"exports": {
|
|
54
|
+
".": {
|
|
55
|
+
"@nx/nx-source": "./src/index.ts",
|
|
56
|
+
"types": "./dist/src/index.d.ts",
|
|
57
|
+
"default": "./dist/src/index.js"
|
|
58
|
+
},
|
|
59
|
+
"./package.json": "./package.json",
|
|
60
|
+
"./migrations.json": "./migrations.json",
|
|
61
|
+
"./angular": {
|
|
62
|
+
"@nx/nx-source": "./angular.ts",
|
|
63
|
+
"types": "./dist/angular.d.ts",
|
|
64
|
+
"default": "./dist/angular.js"
|
|
65
|
+
},
|
|
66
|
+
"./nx": {
|
|
67
|
+
"@nx/nx-source": "./nx.ts",
|
|
68
|
+
"types": "./dist/nx.d.ts",
|
|
69
|
+
"default": "./dist/nx.js"
|
|
70
|
+
},
|
|
71
|
+
"./react": {
|
|
72
|
+
"@nx/nx-source": "./react.ts",
|
|
73
|
+
"types": "./dist/react.d.ts",
|
|
74
|
+
"default": "./dist/react.js"
|
|
75
|
+
},
|
|
76
|
+
"./typescript": {
|
|
77
|
+
"@nx/nx-source": "./typescript.ts",
|
|
78
|
+
"types": "./dist/typescript.d.ts",
|
|
79
|
+
"default": "./dist/typescript.js"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
28
82
|
"peerDependencies": {
|
|
29
83
|
"@typescript-eslint/parser": "^6.13.2 || ^7.0.0 || ^8.0.0",
|
|
30
84
|
"eslint-config-prettier": "^10.0.0"
|
|
@@ -35,8 +89,6 @@
|
|
|
35
89
|
}
|
|
36
90
|
},
|
|
37
91
|
"dependencies": {
|
|
38
|
-
"@nx/devkit": "23.0.0-beta.15",
|
|
39
|
-
"@nx/js": "23.0.0-beta.15",
|
|
40
92
|
"@phenomnomnominal/tsquery": "~6.2.0",
|
|
41
93
|
"@typescript-eslint/type-utils": "^8.0.0",
|
|
42
94
|
"@typescript-eslint/utils": "^8.0.0",
|
|
@@ -45,15 +97,14 @@
|
|
|
45
97
|
"globals": "^17.0.0",
|
|
46
98
|
"jsonc-eslint-parser": "^2.1.0",
|
|
47
99
|
"semver": "^7.6.3",
|
|
48
|
-
"tslib": "^2.3.0"
|
|
100
|
+
"tslib": "^2.3.0",
|
|
101
|
+
"@nx/devkit": "23.0.0-beta.17",
|
|
102
|
+
"@nx/js": "23.0.0-beta.17"
|
|
49
103
|
},
|
|
50
104
|
"devDependencies": {
|
|
51
|
-
"nx": "23.0.0-beta.
|
|
105
|
+
"nx": "23.0.0-beta.17"
|
|
52
106
|
},
|
|
53
107
|
"publishConfig": {
|
|
54
108
|
"access": "public"
|
|
55
|
-
},
|
|
56
|
-
"nx-migrations": {
|
|
57
|
-
"migrations": "./migrations.json"
|
|
58
109
|
}
|
|
59
110
|
}
|
package/angular.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"angular.d.ts","sourceRoot":"","sources":["../../../packages/eslint-plugin/angular.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAIrD,QAAA,MAAM,MAAM;aAIL,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC;;CAEjC,CAAC;AAGF,eAAe,MAAM,CAAC"}
|
package/nx.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nx.d.ts","sourceRoot":"","sources":["../../../packages/eslint-plugin/nx.ts"],"names":[],"mappings":"AAWA,QAAA,MAAM,MAAM;;;;;;;;;;;;;CASX,CAAC;AAGF,eAAe,MAAM,CAAC"}
|
package/react.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../../packages/eslint-plugin/react.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAMrD,QAAA,MAAM,MAAM;aAML,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC;;CAEjC,CAAC;AAGF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"angular-template.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/configs/angular-template.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;;;;;;AACH,wBAIE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"angular.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/configs/angular.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;;;;;;;;;;;;;;AACH,wBAaE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"javascript.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/configs/javascript.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;QAuBC;;;;WAIG;;QAGH;;;;;;;;WAQG;;;;;;;;;;QAUH;;;;;WAKG;;;;AApDP,wBAuDE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-base.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/configs/react-base.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH;;;GAGG;;;;;;;;;;;QAWC;;;WAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA0GH;;;WAGG;;;;;;AA1HP,wBA+HE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-jsx.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/configs/react-jsx.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;;;;;;;;;;QAMC;;;WAGG;;;;;;;;;;;;;;;;;;;;;;QAkBH;;;WAGG;;;;;;;;;;;;;;;;;;;;;;;AA7BP,wBAoDE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-tmp.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/configs/react-tmp.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;;;;AACH,wBAME"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-typescript.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/configs/react-typescript.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBA0CE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"typescript.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/configs/typescript.ts"],"names":[],"mappings":"AAMA;;;;;;GAMG;;;;;;;;;;;;;;;QAqBC;;;;;;;;WAQG;;;;;;;;;;QAUH;;;;;WAKG;;;;AA3CP,wBA8CE"}
|
package/src/constants.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../packages/eslint-plugin/src/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,uBAAuB,CAAC;AAEzD,eAAO,MAAM,oBAAoB,QAA4C,CAAC;AAE9E;;;;;;;;;GASG;AACH,eAAO,MAAM,qBAAqB,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"angular-template.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/flat-configs/angular-template.ts"],"names":[],"mappings":"AACA,OAAiB,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE/D;;;;;;;;;;;;;GAaG;AACH,QAAA,MAAM,MAAM,EAAE,WAOL,CAAC;AAEV,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"angular.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/flat-configs/angular.ts"],"names":[],"mappings":"AAEA,OAAiB,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE/D;;;;;;;;;;GAUG;AACH,QAAA,MAAM,MAAM,EAAE,WAqBb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/flat-configs/base.ts"],"names":[],"mappings":";;;;;;AAAA,wBASE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"javascript.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/flat-configs/javascript.ts"],"names":[],"mappings":"AAEA,OAAiB,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAM/D;;;;;;;;;;;;;;;GAeG;AACH,QAAA,MAAM,MAAM,EAAE,WA+Db,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-base.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/flat-configs/react-base.ts"],"names":[],"mappings":"AAEA,OAAiB,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE/D;;;;;;;;;GASG;AAEH;;;GAGG;AACH,QAAA,MAAM,MAAM,EAAE,WAyIZ,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-jsx.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/flat-configs/react-jsx.ts"],"names":[],"mappings":"AAGA,OAAiB,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE/D;;;;;;;;;GASG;AACH,QAAA,MAAM,MAAM,EAAE,WAkFb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-tmp.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/flat-configs/react-tmp.ts"],"names":[],"mappings":"AAAA,OAAiB,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAK/D;;;;;;;GAOG;AACH,QAAA,MAAM,MAAM,EAAE,WAIb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-typescript.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/flat-configs/react-typescript.ts"],"names":[],"mappings":"AAAA,OAAiB,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAE/D;;;;;;;;;GASG;AACH,QAAA,MAAM,MAAM,EAAE,WAoDZ,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"typescript.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/flat-configs/typescript.ts"],"names":[],"mappings":"AAEA,OAAiB,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAM/D;;;;;;GAMG;AACH,QAAA,MAAM,MAAM,EAAE,WAwDb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/src/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/eslint-plugin/src/index.ts"],"names":[],"mappings":"AAwBA,OAAO,EAAkB,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAE/E,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAcgB,cAAc,2BAA2B,EAAE,OAAO;gCAGlD,cAAc,2BAA2B,EAAE,OAAO;2BAGvD,cAAc,0BAA0B,EAAE,OAAO;gCAG5C,cAAc,2BAA2B,EAAE,OAAO;sCAG5C,cAAc,iCAAiC,EAAE,OAAO;+BAG/D,cAAc,0BAA0B,EAAE,OAAO;6BAGnD,cAAc,wBAAwB,EAAE,OAAO;sCAGtC,cAAc,iCAAiC,EAAE,OAAO;CAG1F,CAAC;AAEF,QAAA,MAAM,KAAK;;;;;;;;;;CAKV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA/B2B,cAAc,2BAA2B,EAAE,OAAO;oCAGlD,cAAc,2BAA2B,EAAE,OAAO;+BAGvD,cAAc,0BAA0B,EAAE,OAAO;oCAG5C,cAAc,2BAA2B,EAAE,OAAO;0CAG5C,cAAc,iCAAiC,EAAE,OAAO;mCAG/D,cAAc,0BAA0B,EAAE,OAAO;iCAGnD,cAAc,wBAAwB,EAAE,OAAO;0CAGtC,cAAc,iCAAiC,EAAE,OAAO;;;;;;;;;;;;;;AAY3F,wBAAkC;AAClC,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,kBAAkB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-workspace-rules.d.ts","sourceRoot":"","sources":["../../../../packages/eslint-plugin/src/resolve-workspace-rules.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAKzD,KAAK,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,UAAU,CAAC,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC;AAiF1E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,wBAAsB,kBAAkB,CACtC,SAAS,EAAE,MAAM,EACjB,YAAY,CAAC,EAAE,MAAM,GACpB,OAAO,CAAC,WAAW,CAAC,CA2CtB;AAED,eAAO,MAAM,cAAc,aAgCvB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dependency-checks.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/rules/dependency-checks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAmBvD,MAAM,MAAM,OAAO,GAAG;IACpB;QACE,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;QACxB,wBAAwB,CAAC,EAAE,OAAO,CAAC;QACnC,yBAAyB,CAAC,EAAE,OAAO,CAAC;QACpC,sBAAsB,CAAC,EAAE,OAAO,CAAC;QACjC,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;QAC/B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;QACxB,6BAA6B,CAAC,EAAE,OAAO,CAAC;QACxC,qCAAqC,CAAC,EAAE,OAAO,CAAC;QAChD,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;QAC1B,uBAAuB,CAAC,EAAE,WAAW,GAAG,WAAW,CAAC;KACrD;CACF,CAAC;AAEF,MAAM,MAAM,UAAU,GAClB,mBAAmB,GACnB,oBAAoB,GACpB,iBAAiB,GACjB,0BAA0B,GAC1B,yBAAyB,CAAC;AAE9B,eAAO,MAAM,SAAS,sBAAsB,CAAC;;;;AAE7C,wBAghBG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"enforce-module-boundaries.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/rules/enforce-module-boundaries.ts"],"names":[],"mappings":"AAQA,OAAO,EAEL,WAAW,EAEZ,MAAM,0BAA0B,CAAC;AAiBlC,OAAO,EAGL,aAAa,EAmBd,MAAM,6BAA6B,CAAC;AAGrC,MAAM,MAAM,OAAO,GAAG;IACpB;QACE,KAAK,EAAE,MAAM,EAAE,CAAC;QAChB,YAAY,EAAE,MAAM,EAAE,CAAC;QACvB,cAAc,EAAE,aAAa,EAAE,CAAC;QAChC,6BAA6B,EAAE,OAAO,CAAC;QACvC,2BAA2B,EAAE,OAAO,CAAC;QACrC,2BAA2B,EAAE,KAAK,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;QACrD,kCAAkC,EAAE,MAAM,EAAE,CAAC;QAC7C,yBAAyB,EAAE,OAAO,CAAC;QACnC,0BAA0B,EAAE,OAAO,CAAC;KACrC;CACF,CAAC;AACF,MAAM,MAAM,UAAU,GAClB,4CAA4C,GAC5C,+BAA+B,GAC/B,4BAA4B,GAC5B,wBAAwB,GACxB,iBAAiB,GACjB,gBAAgB,GAChB,iCAAiC,GACjC,gCAAgC,GAChC,0CAA0C,GAC1C,gCAAgC,GAChC,sCAAsC,GACtC,0BAA0B,GAC1B,6BAA6B,GAC7B,kCAAkC,GAClC,4BAA4B,CAAC;AACjC,eAAO,MAAM,SAAS,8BAA8B,CAAC;;;;AAErD,wBA0wBG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nx-plugin-checks.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/rules/nx-plugin-checks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAoB/C,MAAM,MAAM,OAAO,GAAG;IACpB;QACE,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,qBAAqB,EAAE,MAAM,EAAE,CAAC;QAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB;CACF,CAAC;AAEF,KAAK,iBAAiB,GAAG,OAAO,CAAC,CAAC,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAWF,MAAM,MAAM,UAAU,GAClB,uBAAuB,GACvB,mBAAmB,GACnB,uBAAuB,GACvB,2BAA2B,GAC3B,6BAA6B,GAC7B,mCAAmC,GACnC,mBAAmB,GACnB,gBAAgB,GAChB,gBAAgB,GAChB,+BAA+B,GAC/B,4BAA4B,GAC5B,qBAAqB,CAAC;AAE1B,eAAO,MAAM,SAAS,qBAAqB,CAAC;;;;AAE5C,wBA4HG;AAqDH,wBAAgB,uBAAuB,CACrC,QAAQ,EAAE,GAAG,CAAC,oBAAoB,EAClC,IAAI,EAAE,WAAW,GAAG,WAAW,GAAG,UAAU,EAC5C,OAAO,EAAE,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,CAAC,EAClD,OAAO,EAAE,iBAAiB,QAkD3B;AAED,wBAAgB,mBAAmB,CACjC,QAAQ,EAAE,GAAG,CAAC,oBAAoB,EAClC,IAAI,EAAE,WAAW,GAAG,WAAW,GAAG,UAAU,EAC5C,OAAO,EAAE,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,CAAC,EAClD,OAAO,EAAE,iBAAiB,QAqB3B;AAED,wBAAgB,aAAa,CAC3B,QAAQ,EAAE,GAAG,CAAC,oBAAoB,EAClC,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,WAAW,GAAG,WAAW,GAAG,UAAU,EAC5C,OAAO,EAAE,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,CAAC,EAClD,OAAO,EAAE,iBAAiB,GACzB,IAAI,CA4GN;AAED,wBAAgB,0BAA0B,CACxC,kBAAkB,EAAE,GAAG,CAAC,YAAY,EACpC,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,CAAC,EAClD,OAAO,EAAE,iBAAiB,QAqE3B;AAED,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,GAAG,CAAC,YAAY,EAC5B,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,CAAC,EAClD,OAAO,EAAE,iBAAiB,QAuC3B;AAED,wBAAgB,oBAAoB,CAClC,QAAQ,EAAE,GAAG,CAAC,oBAAoB,EAClC,OAAO,EAAE,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,CAAC,QAsEnD;AAED,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,GAAG,CAAC,cAAc,EACxB,OAAO,EAAE,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,CAAC,oBASnD;AAED,wBAAgB,2BAA2B,CACzC,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,MAAM,GACjB,OAAO,CAgCT"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ast-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/utils/ast-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,uBAAuB,EAGxB,MAAM,YAAY,CAAC;AAiBpB;;;;GAIG;AACH,wBAAgB,gCAAgC,CAC9C,WAAW,EAAE,MAAM,GAClB,MAAM,EAAE,CAgCV;AAED,wBAAgB,8BAA8B,CAC5C,WAAW,EAAE,uBAAuB,GACnC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,EAAE,GAAG,IAAI,CA2BhD;AAqBD,wBAAgB,qBAAqB,CAAC,cAAc,KAAA,EAAE,QAAQ,KAAA,OAiL7D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/utils/config-utils.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAOnD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"graph-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/utils/graph-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,QAAQ,EACR,cAAc,EACd,YAAY,EACZ,uBAAuB,EACxB,MAAM,YAAY,CAAC;AAoEpB,wBAAgB,OAAO,CACrB,KAAK,EAAE,YAAY,EACnB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,GACxB,KAAK,CAAC,uBAAuB,CAAC,CAsChC;AAED,wBAAgB,UAAU,CACxB,KAAK,EAAE,YAAY,EACnB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,GACxB,OAAO,CAWT;AAED,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,YAAY,EACnB,aAAa,EAAE,uBAAuB,EACtC,aAAa,EAAE,uBAAuB,GACrC,uBAAuB,EAAE,CAI3B;AAED,wBAAgB,mBAAmB,CACjC,YAAY,EAAE,uBAAuB,EAAE,EACvC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,GAChC,OAAO,CAcT;AAED,wBAAgB,uBAAuB,CACrC,cAAc,EAAE,cAAc,EAC9B,YAAY,EAAE,uBAAuB,EAAE,GACtC,KAAK,CAAC,MAAM,EAAE,CAAC,CAiBjB;AAED,wBAAgB,2BAA2B,CACzC,cAAc,EAAE,cAAc,EAC9B,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,GACxB,QAAQ,EAAE,CAgBZ;AAED,wBAAgB,iCAAiC,CAC/C,2BAA2B,EAAE,KAAK,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,EACpD,YAAY,EAAE,YAAY,4BAgC3B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"package-json-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/utils/package-json-utils.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,wBAAgB,kBAAkB,CAChC,WAAW,EAAE,WAAW,GACvB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAOxB;AAED,wBAAgB,yBAAyB,CACvC,WAAW,EAAE,WAAW,GACvB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAMxB;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,CAKxD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"project-graph-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/utils/project-graph-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,YAAY,EAEb,MAAM,YAAY,CAAC;AAGpB,OAAO,EAEL,mBAAmB,EACpB,MAAM,kDAAkD,CAAC;AAE1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAGvD,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,MAAM,QAsCxD;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG;IAClD,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C,CAQA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtime-lint-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/eslint-plugin/src/utils/runtime-lint-utils.ts"],"names":[],"mappings":"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"}
|
package/typescript.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"typescript.d.ts","sourceRoot":"","sources":["../../../packages/eslint-plugin/typescript.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAIrD,QAAA,MAAM,MAAM;aAIL,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC;;CAEjC,CAAC;AAGF,eAAe,MAAM,CAAC"}
|
|
File without changes
|
|
File without changes
|
/package/{nx.js → dist/nx.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|