@graphql-eslint/eslint-plugin 4.0.0-alpha.1 → 4.0.0-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/{esm/cache.d.mts → cjs/cache.d.cts} +1 -1
- package/cjs/cache.js +1 -1
- package/cjs/configs/index.d.cts +9 -0
- package/cjs/configs/index.js +1 -1
- package/cjs/documents.js +1 -1
- package/{esm/estree-converter/converter.d.mts → cjs/estree-converter/converter.d.cts} +1 -1
- package/cjs/estree-converter/index.d.cts +8 -0
- package/{esm/estree-converter/utils.d.mts → cjs/estree-converter/utils.d.cts} +3 -3
- package/cjs/flat-configs.d.cts +75 -0
- package/cjs/flat-configs.js +1 -3
- package/{esm/graphql-config.d.mts → cjs/graphql-config.d.cts} +3 -3
- package/cjs/graphql-config.js +2 -2
- package/{esm/index.d.mts → cjs/index.d.cts} +14 -10
- package/cjs/index.js +2 -0
- package/cjs/meta.d.cts +4 -0
- package/cjs/meta.js +36 -0
- package/cjs/package.json +1 -0
- package/{esm/parser.d.mts → cjs/parser.d.cts} +11 -4
- package/cjs/parser.js +12 -3
- package/{esm/processor.d.mts → cjs/processor.d.cts} +4 -0
- package/cjs/processor.js +5 -1
- package/{esm/rules/alphabetize.d.mts → cjs/rules/alphabetize.d.cts} +3 -3
- package/cjs/rules/alphabetize.js +1 -1
- package/{esm/rules/description-style.d.mts → cjs/rules/description-style.d.cts} +3 -3
- package/{esm/rules/graphql-js-validation.d.mts → cjs/rules/graphql-js-validation.d.cts} +3 -3
- package/{esm/rules/index.d.mts → cjs/rules/index.d.cts} +5 -5
- package/{esm/rules/input-name.d.mts → cjs/rules/input-name.d.cts} +3 -3
- package/{esm/rules/lone-executable-definition.d.mts → cjs/rules/lone-executable-definition.d.cts} +3 -3
- package/{esm/rules/match-document-filename.d.mts → cjs/rules/match-document-filename.d.cts} +4 -4
- package/cjs/rules/match-document-filename.js +2 -2
- package/{esm/rules/naming-convention.d.mts → cjs/rules/naming-convention.d.cts} +3 -3
- package/cjs/rules/no-anonymous-operations.d.cts +13 -0
- package/{esm/rules/no-deprecated.d.mts → cjs/rules/no-deprecated.d.cts} +3 -3
- package/cjs/rules/no-duplicate-fields.d.cts +13 -0
- package/{esm/rules/no-hashtag-description.d.mts → cjs/rules/no-hashtag-description.d.cts} +3 -3
- package/cjs/rules/no-one-place-fragments.d.cts +13 -0
- package/{esm/rules/no-root-type.d.mts → cjs/rules/no-root-type.d.cts} +3 -3
- package/cjs/rules/no-scalar-result-type-on-mutation.d.cts +13 -0
- package/cjs/rules/no-typename-prefix.d.cts +13 -0
- package/cjs/rules/no-unreachable-types.d.cts +13 -0
- package/cjs/rules/no-unreachable-types.js +6 -7
- package/cjs/rules/no-unused-fields.d.cts +13 -0
- package/cjs/rules/no-unused-fields.js +6 -6
- package/{esm/rules/relay-arguments.d.mts → cjs/rules/relay-arguments.d.cts} +3 -3
- package/{esm/rules/relay-connection-types.d.mts → cjs/rules/relay-connection-types.d.cts} +3 -3
- package/{esm/rules/relay-edge-types.d.mts → cjs/rules/relay-edge-types.d.cts} +3 -3
- package/cjs/rules/relay-edge-types.js +1 -1
- package/cjs/rules/relay-page-info.d.cts +13 -0
- package/cjs/rules/relay-page-info.js +1 -1
- package/{esm/rules/require-deprecation-date.d.mts → cjs/rules/require-deprecation-date.d.cts} +3 -3
- package/cjs/rules/require-deprecation-reason.d.cts +13 -0
- package/{esm/rules/require-description.d.mts → cjs/rules/require-description.d.cts} +3 -3
- package/cjs/rules/require-field-of-type-query-in-mutation-result.d.cts +13 -0
- package/cjs/rules/require-import-fragment.d.cts +13 -0
- package/cjs/rules/require-import-fragment.js +1 -1
- package/cjs/rules/require-nullable-fields-with-oneof.d.cts +13 -0
- package/cjs/rules/require-nullable-result-in-root.d.cts +13 -0
- package/{esm/rules/require-selections.d.mts → cjs/rules/require-selections.d.cts} +3 -3
- package/cjs/rules/require-selections.js +1 -0
- package/cjs/rules/require-type-pattern-with-oneof.d.cts +13 -0
- package/{esm/rules/selection-set-depth.d.mts → cjs/rules/selection-set-depth.d.cts} +3 -3
- package/cjs/rules/selection-set-depth.js +2 -2
- package/{esm/rules/strict-id-in-types.d.mts → cjs/rules/strict-id-in-types.d.cts} +3 -3
- package/cjs/rules/unique-enum-value-names.d.cts +13 -0
- package/{esm/rules/unique-fragment-name.d.mts → cjs/rules/unique-fragment-name.d.cts} +3 -3
- package/cjs/rules/unique-operation-name.d.cts +13 -0
- package/{esm/schema.d.mts → cjs/schema.d.cts} +3 -3
- package/cjs/schema.js +1 -1
- package/{esm/types.d.mts → cjs/types.d.cts} +2 -2
- package/{esm/utils.d.mts → cjs/utils.d.cts} +3 -3
- package/cjs/utils.js +1 -1
- package/{cjs → esm}/cache.d.ts +1 -1
- package/esm/configs/index.d.ts +9 -0
- package/{cjs → esm}/estree-converter/index.d.ts +2 -2
- package/{cjs → esm}/estree-converter/utils.d.ts +3 -3
- package/esm/flat-configs.d.ts +75 -0
- package/esm/flat-configs.js +2 -4
- package/esm/graphql-config.js +1 -1
- package/{cjs → esm}/index.d.ts +5 -1
- package/esm/index.js +2 -1
- package/esm/meta.d.ts +4 -0
- package/esm/meta.js +7 -0
- package/{cjs → esm}/parser.d.ts +8 -1
- package/esm/parser.js +10 -1
- package/{cjs → esm}/processor.d.ts +4 -0
- package/esm/processor.js +5 -0
- package/{cjs → esm}/rules/alphabetize.d.ts +1 -1
- package/{cjs → esm}/rules/index.d.ts +5 -5
- package/esm/rules/match-document-filename.js +2 -2
- package/esm/rules/no-unreachable-types.js +6 -6
- package/esm/rules/no-unused-fields.js +6 -5
- package/esm/rules/relay-edge-types.js +1 -1
- package/esm/rules/relay-page-info.js +1 -1
- package/esm/rules/require-selections.js +1 -0
- package/esm/rules/selection-set-depth.js +1 -1
- package/{index.browser.mjs → index.browser.js} +158 -53
- package/package.json +5 -4
- package/cjs/configs/index.d.ts +0 -174
- package/cjs/flat-configs.d.ts +0 -307
- package/esm/configs/index.d.mts +0 -174
- package/esm/estree-converter/index.d.mts +0 -8
- package/esm/flat-configs.d.mts +0 -307
- package/esm/package.json +0 -1
- package/esm/rules/no-anonymous-operations.d.mts +0 -13
- package/esm/rules/no-duplicate-fields.d.mts +0 -13
- package/esm/rules/no-one-place-fragments.d.mts +0 -13
- package/esm/rules/no-scalar-result-type-on-mutation.d.mts +0 -13
- package/esm/rules/no-typename-prefix.d.mts +0 -13
- package/esm/rules/no-unreachable-types.d.mts +0 -13
- package/esm/rules/no-unused-fields.d.mts +0 -13
- package/esm/rules/relay-page-info.d.mts +0 -13
- package/esm/rules/require-deprecation-reason.d.mts +0 -13
- package/esm/rules/require-field-of-type-query-in-mutation-result.d.mts +0 -13
- package/esm/rules/require-import-fragment.d.mts +0 -13
- package/esm/rules/require-nullable-fields-with-oneof.d.mts +0 -13
- package/esm/rules/require-nullable-result-in-root.d.mts +0 -13
- package/esm/rules/require-type-pattern-with-oneof.d.mts +0 -13
- package/esm/rules/unique-enum-value-names.d.mts +0 -13
- package/esm/rules/unique-operation-name.d.mts +0 -13
- /package/cjs/configs/{operations-all.d.ts → operations-all.d.cts} +0 -0
- /package/cjs/configs/{operations-recommended.d.ts → operations-recommended.d.cts} +0 -0
- /package/cjs/configs/{schema-all.d.ts → schema-all.d.cts} +0 -0
- /package/cjs/configs/{schema-recommended.d.ts → schema-recommended.d.cts} +0 -0
- /package/cjs/configs/{schema-relay.d.ts → schema-relay.d.cts} +0 -0
- /package/cjs/{documents.d.ts → documents.d.cts} +0 -0
- /package/cjs/estree-converter/{types.d.ts → types.d.cts} +0 -0
- /package/cjs/{siblings.d.ts → siblings.d.cts} +0 -0
- /package/esm/configs/{operations-all.d.mts → operations-all.d.ts} +0 -0
- /package/esm/configs/{operations-recommended.d.mts → operations-recommended.d.ts} +0 -0
- /package/esm/configs/{schema-all.d.mts → schema-all.d.ts} +0 -0
- /package/esm/configs/{schema-recommended.d.mts → schema-recommended.d.ts} +0 -0
- /package/esm/configs/{schema-relay.d.mts → schema-relay.d.ts} +0 -0
- /package/esm/{documents.d.mts → documents.d.ts} +0 -0
- /package/{cjs → esm}/estree-converter/converter.d.ts +0 -0
- /package/esm/estree-converter/{types.d.mts → types.d.ts} +0 -0
- /package/{cjs → esm}/graphql-config.d.ts +0 -0
- /package/{cjs → esm}/rules/description-style.d.ts +0 -0
- /package/{cjs → esm}/rules/graphql-js-validation.d.ts +0 -0
- /package/{cjs → esm}/rules/input-name.d.ts +0 -0
- /package/{cjs → esm}/rules/lone-executable-definition.d.ts +0 -0
- /package/{cjs → esm}/rules/match-document-filename.d.ts +0 -0
- /package/{cjs → esm}/rules/naming-convention.d.ts +0 -0
- /package/{cjs → esm}/rules/no-anonymous-operations.d.ts +0 -0
- /package/{cjs → esm}/rules/no-deprecated.d.ts +0 -0
- /package/{cjs → esm}/rules/no-duplicate-fields.d.ts +0 -0
- /package/{cjs → esm}/rules/no-hashtag-description.d.ts +0 -0
- /package/{cjs → esm}/rules/no-one-place-fragments.d.ts +0 -0
- /package/{cjs → esm}/rules/no-root-type.d.ts +0 -0
- /package/{cjs → esm}/rules/no-scalar-result-type-on-mutation.d.ts +0 -0
- /package/{cjs → esm}/rules/no-typename-prefix.d.ts +0 -0
- /package/{cjs → esm}/rules/no-unreachable-types.d.ts +0 -0
- /package/{cjs → esm}/rules/no-unused-fields.d.ts +0 -0
- /package/{cjs → esm}/rules/relay-arguments.d.ts +0 -0
- /package/{cjs → esm}/rules/relay-connection-types.d.ts +0 -0
- /package/{cjs → esm}/rules/relay-edge-types.d.ts +0 -0
- /package/{cjs → esm}/rules/relay-page-info.d.ts +0 -0
- /package/{cjs → esm}/rules/require-deprecation-date.d.ts +0 -0
- /package/{cjs → esm}/rules/require-deprecation-reason.d.ts +0 -0
- /package/{cjs → esm}/rules/require-description.d.ts +0 -0
- /package/{cjs → esm}/rules/require-field-of-type-query-in-mutation-result.d.ts +0 -0
- /package/{cjs → esm}/rules/require-import-fragment.d.ts +0 -0
- /package/{cjs → esm}/rules/require-nullable-fields-with-oneof.d.ts +0 -0
- /package/{cjs → esm}/rules/require-nullable-result-in-root.d.ts +0 -0
- /package/{cjs → esm}/rules/require-selections.d.ts +0 -0
- /package/{cjs → esm}/rules/require-type-pattern-with-oneof.d.ts +0 -0
- /package/{cjs → esm}/rules/selection-set-depth.d.ts +0 -0
- /package/{cjs → esm}/rules/strict-id-in-types.d.ts +0 -0
- /package/{cjs → esm}/rules/unique-enum-value-names.d.ts +0 -0
- /package/{cjs → esm}/rules/unique-fragment-name.d.ts +0 -0
- /package/{cjs → esm}/rules/unique-operation-name.d.ts +0 -0
- /package/{cjs → esm}/schema.d.ts +0 -0
- /package/esm/{siblings.d.mts → siblings.d.ts} +0 -0
- /package/{cjs → esm}/types.d.ts +0 -0
- /package/{cjs → esm}/utils.d.ts +0 -0
@@ -0,0 +1,75 @@
|
|
1
|
+
import { parseForESLint } from './parser.js';
|
2
|
+
import './types.js';
|
3
|
+
import 'eslint';
|
4
|
+
import 'estree';
|
5
|
+
import 'graphql';
|
6
|
+
import 'graphql-config';
|
7
|
+
import 'json-schema-to-ts';
|
8
|
+
import './estree-converter/types.js';
|
9
|
+
import './siblings.js';
|
10
|
+
import '@graphql-tools/utils';
|
11
|
+
|
12
|
+
declare const flatConfigs: {
|
13
|
+
'operations-all': {
|
14
|
+
languageOptions: {
|
15
|
+
parser: {
|
16
|
+
parseForESLint: typeof parseForESLint;
|
17
|
+
meta: {
|
18
|
+
name: string;
|
19
|
+
version: string;
|
20
|
+
};
|
21
|
+
};
|
22
|
+
};
|
23
|
+
rules: any;
|
24
|
+
};
|
25
|
+
'operations-recommended': {
|
26
|
+
languageOptions: {
|
27
|
+
parser: {
|
28
|
+
parseForESLint: typeof parseForESLint;
|
29
|
+
meta: {
|
30
|
+
name: string;
|
31
|
+
version: string;
|
32
|
+
};
|
33
|
+
};
|
34
|
+
};
|
35
|
+
rules: any;
|
36
|
+
};
|
37
|
+
'schema-relay': {
|
38
|
+
languageOptions: {
|
39
|
+
parser: {
|
40
|
+
parseForESLint: typeof parseForESLint;
|
41
|
+
meta: {
|
42
|
+
name: string;
|
43
|
+
version: string;
|
44
|
+
};
|
45
|
+
};
|
46
|
+
};
|
47
|
+
rules: any;
|
48
|
+
};
|
49
|
+
'schema-all': {
|
50
|
+
languageOptions: {
|
51
|
+
parser: {
|
52
|
+
parseForESLint: typeof parseForESLint;
|
53
|
+
meta: {
|
54
|
+
name: string;
|
55
|
+
version: string;
|
56
|
+
};
|
57
|
+
};
|
58
|
+
};
|
59
|
+
rules: any;
|
60
|
+
};
|
61
|
+
'schema-recommended': {
|
62
|
+
languageOptions: {
|
63
|
+
parser: {
|
64
|
+
parseForESLint: typeof parseForESLint;
|
65
|
+
meta: {
|
66
|
+
name: string;
|
67
|
+
version: string;
|
68
|
+
};
|
69
|
+
};
|
70
|
+
};
|
71
|
+
rules: any;
|
72
|
+
};
|
73
|
+
};
|
74
|
+
|
75
|
+
export { flatConfigs };
|
package/esm/flat-configs.js
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
import "./chunk-UIAXBAMD.js";
|
2
2
|
import { configs } from "./configs/index.js";
|
3
|
-
import {
|
4
|
-
const languageOptions = {
|
5
|
-
parser: { parseForESLint }
|
6
|
-
}, flatConfigs = {
|
3
|
+
import { parser } from "./parser.js";
|
4
|
+
const languageOptions = { parser }, flatConfigs = {
|
7
5
|
"operations-all": {
|
8
6
|
languageOptions,
|
9
7
|
rules: {
|
package/esm/graphql-config.js
CHANGED
@@ -17,7 +17,7 @@ function loadGraphQLConfig({
|
|
17
17
|
graphQLConfig: config,
|
18
18
|
filePath
|
19
19
|
}) {
|
20
|
-
if (graphQLConfig)
|
20
|
+
if (process.env.NODE_ENV !== "test" && graphQLConfig)
|
21
21
|
return graphQLConfig;
|
22
22
|
debug("parserOptions.graphQLConfig: %o", config);
|
23
23
|
const onDiskConfig = !config && loadOnDiskGraphQLConfig(filePath);
|
package/{cjs → esm}/index.d.ts
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as eslint from 'eslint';
|
2
2
|
import { Block } from './processor.js';
|
3
|
-
export { parseForESLint } from './parser.js';
|
3
|
+
export { parseForESLint, parser } from './parser.js';
|
4
4
|
export { rules } from './rules/index.js';
|
5
5
|
export { CategoryType, ConfigName, GraphQLESLintParseResult, GraphQLESLintRule, GraphQLESLintRuleContext, GraphQLESLintRuleListener, OmitRecursively, ParserOptions, ParserServices, Pointer, ReportDescriptor, RuleDocsInfo, Schema, ValueOf } from './types.js';
|
6
6
|
export { requireGraphQLSchemaFromContext, requireSiblingsOperations } from './utils.js';
|
@@ -17,6 +17,10 @@ import '@graphql-tools/utils';
|
|
17
17
|
|
18
18
|
declare const processors: {
|
19
19
|
graphql: {
|
20
|
+
meta: {
|
21
|
+
name: string;
|
22
|
+
version: string;
|
23
|
+
};
|
20
24
|
supportsAutofix: true;
|
21
25
|
preprocess(code: string, filePath: string): (string | Block)[];
|
22
26
|
postprocess(messages: eslint.Linter.LintMessage[][], filePath: string): eslint.Linter.LintMessage[];
|
package/esm/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import "./chunk-UIAXBAMD.js";
|
2
2
|
import { processor } from "./processor.js";
|
3
|
-
import { parseForESLint } from "./parser.js";
|
3
|
+
import { parser, parseForESLint } from "./parser.js";
|
4
4
|
import { rules } from "./rules/index.js";
|
5
5
|
export * from "./types.js";
|
6
6
|
import { requireGraphQLSchemaFromContext, requireSiblingsOperations } from "./utils.js";
|
@@ -11,6 +11,7 @@ export {
|
|
11
11
|
configs,
|
12
12
|
flatConfigs,
|
13
13
|
parseForESLint,
|
14
|
+
parser,
|
14
15
|
processors,
|
15
16
|
requireGraphQLSchemaFromContext,
|
16
17
|
requireSiblingsOperations,
|
package/esm/meta.d.ts
ADDED
package/esm/meta.js
ADDED
package/{cjs → esm}/parser.d.ts
RENAMED
@@ -9,5 +9,12 @@ import './siblings.js';
|
|
9
9
|
import '@graphql-tools/utils';
|
10
10
|
|
11
11
|
declare function parseForESLint(code: string, options: ParserOptions): GraphQLESLintParseResult;
|
12
|
+
declare const parser: {
|
13
|
+
parseForESLint: typeof parseForESLint;
|
14
|
+
meta: {
|
15
|
+
name: string;
|
16
|
+
version: string;
|
17
|
+
};
|
18
|
+
};
|
12
19
|
|
13
|
-
export { parseForESLint };
|
20
|
+
export { parseForESLint, parser };
|
package/esm/parser.js
CHANGED
@@ -5,6 +5,7 @@ import { parseGraphQLSDL } from "@graphql-tools/utils";
|
|
5
5
|
import { getDocuments } from "./documents.js";
|
6
6
|
import { convertToESTree, extractComments, extractTokens } from "./estree-converter/index.js";
|
7
7
|
import { loadGraphQLConfig } from "./graphql-config.js";
|
8
|
+
import { version } from "./meta.js";
|
8
9
|
import { getSchema } from "./schema.js";
|
9
10
|
import { getSiblings } from "./siblings.js";
|
10
11
|
import { CWD, VIRTUAL_DOCUMENT_REGEX } from "./utils.js";
|
@@ -71,6 +72,14 @@ function parseForESLint(code, options) {
|
|
71
72
|
throw error;
|
72
73
|
}
|
73
74
|
}
|
75
|
+
const parser = {
|
76
|
+
parseForESLint,
|
77
|
+
meta: {
|
78
|
+
name: "@graphql-eslint/parser",
|
79
|
+
version
|
80
|
+
}
|
81
|
+
};
|
74
82
|
export {
|
75
|
-
parseForESLint
|
83
|
+
parseForESLint,
|
84
|
+
parser
|
76
85
|
};
|
@@ -5,6 +5,10 @@ type Block = Linter.ProcessorFile & {
|
|
5
5
|
offset: number;
|
6
6
|
};
|
7
7
|
declare const processor: {
|
8
|
+
meta: {
|
9
|
+
name: string;
|
10
|
+
version: string;
|
11
|
+
};
|
8
12
|
supportsAutofix: true;
|
9
13
|
preprocess(code: string, filePath: string): (string | Block)[];
|
10
14
|
postprocess(messages: Linter.LintMessage[][], filePath: string): Linter.LintMessage[];
|
package/esm/processor.js
CHANGED
@@ -5,10 +5,15 @@ import {
|
|
5
5
|
} from "@graphql-tools/graphql-tag-pluck";
|
6
6
|
import { asArray } from "@graphql-tools/utils";
|
7
7
|
import { loadOnDiskGraphQLConfig } from "./graphql-config.js";
|
8
|
+
import { version } from "./meta.js";
|
8
9
|
import { CWD, REPORT_ON_FIRST_CHARACTER, truthy } from "./utils.js";
|
9
10
|
const blocksMap = /* @__PURE__ */ new Map();
|
10
11
|
let onDiskConfig, onDiskConfigLoaded = !1;
|
11
12
|
const RELEVANT_KEYWORDS = ["gql", "graphql", "GraphQL"], processor = {
|
13
|
+
meta: {
|
14
|
+
name: "@graphql-eslint/processor",
|
15
|
+
version
|
16
|
+
},
|
12
17
|
supportsAutofix: !0,
|
13
18
|
preprocess(code, filePath) {
|
14
19
|
onDiskConfigLoaded || (onDiskConfig = loadOnDiskGraphQLConfig(filePath), onDiskConfigLoaded = !0);
|
@@ -45,7 +45,7 @@ declare const schema: {
|
|
45
45
|
};
|
46
46
|
readonly arguments: {
|
47
47
|
readonly items: {
|
48
|
-
readonly enum: ("
|
48
|
+
readonly enum: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[];
|
49
49
|
};
|
50
50
|
readonly description: "Arguments of fields and directives.";
|
51
51
|
readonly type: "array";
|
@@ -14,7 +14,7 @@ declare const rules: {
|
|
14
14
|
alphabetize: GraphQLESLintRule<{
|
15
15
|
definitions?: boolean | undefined;
|
16
16
|
selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
|
17
|
-
arguments?: ("
|
17
|
+
arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined;
|
18
18
|
values?: boolean | undefined;
|
19
19
|
fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined;
|
20
20
|
variables?: boolean | undefined;
|
@@ -33,7 +33,7 @@ declare const rules: {
|
|
33
33
|
ignore?: (graphql.OperationTypeNode | "fragment")[] | undefined;
|
34
34
|
}[]>;
|
35
35
|
'match-document-filename': GraphQLESLintRule<{
|
36
|
-
|
36
|
+
fragment?: (CaseStyle | "matchDocumentStyle") | {
|
37
37
|
style?: (CaseStyle | "matchDocumentStyle") | undefined;
|
38
38
|
suffix?: string | undefined;
|
39
39
|
prefix?: string | undefined;
|
@@ -48,7 +48,7 @@ declare const rules: {
|
|
48
48
|
suffix?: string | undefined;
|
49
49
|
prefix?: string | undefined;
|
50
50
|
} | undefined;
|
51
|
-
|
51
|
+
query?: (CaseStyle | "matchDocumentStyle") | {
|
52
52
|
style?: (CaseStyle | "matchDocumentStyle") | undefined;
|
53
53
|
suffix?: string | undefined;
|
54
54
|
prefix?: string | undefined;
|
@@ -57,8 +57,8 @@ declare const rules: {
|
|
57
57
|
}[]>;
|
58
58
|
'naming-convention': GraphQLESLintRule<{
|
59
59
|
[x: string]: unknown;
|
60
|
-
types?: ("
|
61
|
-
style?: ("
|
60
|
+
types?: ("camelCase" | "PascalCase" | "snake_case" | "UPPER_CASE") | {
|
61
|
+
style?: ("camelCase" | "PascalCase" | "snake_case" | "UPPER_CASE") | undefined;
|
62
62
|
suffix?: string | undefined;
|
63
63
|
prefix?: string | undefined;
|
64
64
|
forbiddenPrefixes?: string[] | undefined;
|
@@ -187,8 +187,8 @@ const MATCH_EXTENSION = "MATCH_EXTENSION", MATCH_STYLE = "MATCH_STYLE", CASE_STY
|
|
187
187
|
create(context) {
|
188
188
|
const options = context.options[0] || {
|
189
189
|
fileExtension: null
|
190
|
-
}, filePath = context.filename;
|
191
|
-
if (
|
190
|
+
}, filePath = context.filename, isVirtualFile = VIRTUAL_DOCUMENT_REGEX.test(filePath);
|
191
|
+
if (process.env.NODE_ENV !== "test" && isVirtualFile)
|
192
192
|
return {};
|
193
193
|
const fileExtension = extname(filePath), filename = basename(filePath, fileExtension);
|
194
194
|
return {
|
@@ -6,6 +6,7 @@ import {
|
|
6
6
|
visit
|
7
7
|
} from "graphql";
|
8
8
|
import lowerCase from "lodash.lowercase";
|
9
|
+
import { ModuleCache } from "../cache.js";
|
9
10
|
import { getTypeName, requireGraphQLSchemaFromContext } from "../utils.js";
|
10
11
|
const RULE_ID = "no-unreachable-types", KINDS = [
|
11
12
|
Kind.DIRECTIVE_DEFINITION,
|
@@ -21,9 +22,7 @@ const RULE_ID = "no-unreachable-types", KINDS = [
|
|
21
22
|
Kind.UNION_TYPE_EXTENSION,
|
22
23
|
Kind.ENUM_TYPE_DEFINITION,
|
23
24
|
Kind.ENUM_TYPE_EXTENSION
|
24
|
-
]
|
25
|
-
let reachableTypesCache;
|
26
|
-
const RequestDirectiveLocations = /* @__PURE__ */ new Set([
|
25
|
+
], reachableTypesCache = new ModuleCache(), RequestDirectiveLocations = /* @__PURE__ */ new Set([
|
27
26
|
DirectiveLocation.QUERY,
|
28
27
|
DirectiveLocation.MUTATION,
|
29
28
|
DirectiveLocation.SUBSCRIPTION,
|
@@ -34,8 +33,9 @@ const RequestDirectiveLocations = /* @__PURE__ */ new Set([
|
|
34
33
|
DirectiveLocation.VARIABLE_DEFINITION
|
35
34
|
]);
|
36
35
|
function getReachableTypes(schema) {
|
37
|
-
|
38
|
-
|
36
|
+
const cachedValue = reachableTypesCache.get(schema);
|
37
|
+
if (process.env.NODE_ENV !== "test" && cachedValue)
|
38
|
+
return cachedValue;
|
39
39
|
const reachableTypes = /* @__PURE__ */ new Set(), collect = (node) => {
|
40
40
|
const typeName = getTypeName(node);
|
41
41
|
if (reachableTypes.has(typeName))
|
@@ -72,7 +72,7 @@ function getReachableTypes(schema) {
|
|
72
72
|
argTypeName && reachableTypes.add(argTypeName);
|
73
73
|
}
|
74
74
|
}
|
75
|
-
return reachableTypesCache
|
75
|
+
return reachableTypesCache.set(schema, reachableTypes), reachableTypes;
|
76
76
|
}
|
77
77
|
const rule = {
|
78
78
|
meta: {
|
@@ -1,11 +1,12 @@
|
|
1
1
|
import "../chunk-UIAXBAMD.js";
|
2
2
|
import { TypeInfo, visit, visitWithTypeInfo } from "graphql";
|
3
|
+
import { ModuleCache } from "../cache.js";
|
3
4
|
import { requireGraphQLSchemaFromContext, requireSiblingsOperations } from "../utils.js";
|
4
|
-
const RULE_ID = "no-unused-fields";
|
5
|
-
let usedFieldsCache;
|
5
|
+
const RULE_ID = "no-unused-fields", usedFieldsCache = new ModuleCache();
|
6
6
|
function getUsedFields(schema, operations) {
|
7
|
-
|
8
|
-
|
7
|
+
const cachedValue = usedFieldsCache.get(schema);
|
8
|
+
if (process.env.NODE_ENV !== "test" && cachedValue)
|
9
|
+
return cachedValue;
|
9
10
|
const usedFields = /* @__PURE__ */ Object.create(null), typeInfo = new TypeInfo(schema), visitor = visitWithTypeInfo(typeInfo, {
|
10
11
|
Field(node) {
|
11
12
|
if (!typeInfo.getFieldDef())
|
@@ -16,7 +17,7 @@ function getUsedFields(schema, operations) {
|
|
16
17
|
}), allDocuments = [...operations.getOperations(), ...operations.getFragments()];
|
17
18
|
for (const { document } of allDocuments)
|
18
19
|
visit(document, visitor);
|
19
|
-
return usedFieldsCache
|
20
|
+
return usedFieldsCache.set(schema, usedFields), usedFields;
|
20
21
|
}
|
21
22
|
const rule = {
|
22
23
|
meta: {
|
@@ -10,7 +10,7 @@ import { getTypeName, requireGraphQLSchemaFromContext } from "../utils.js";
|
|
10
10
|
const RULE_ID = "relay-edge-types", MESSAGE_MUST_BE_OBJECT_TYPE = "MESSAGE_MUST_BE_OBJECT_TYPE", MESSAGE_MISSING_EDGE_SUFFIX = "MESSAGE_MISSING_EDGE_SUFFIX", MESSAGE_LIST_TYPE_ONLY_EDGE_TYPE = "MESSAGE_LIST_TYPE_ONLY_EDGE_TYPE", MESSAGE_SHOULD_IMPLEMENTS_NODE = "MESSAGE_SHOULD_IMPLEMENTS_NODE";
|
11
11
|
let edgeTypesCache;
|
12
12
|
function getEdgeTypes(schema2) {
|
13
|
-
if (edgeTypesCache)
|
13
|
+
if (process.env.NODE_ENV !== "test" && edgeTypesCache)
|
14
14
|
return edgeTypesCache;
|
15
15
|
const edgeTypes = /* @__PURE__ */ new Set(), visitor = {
|
16
16
|
ObjectTypeDefinition(node) {
|
@@ -45,7 +45,7 @@ const rule = {
|
|
45
45
|
},
|
46
46
|
create(context) {
|
47
47
|
const schema = requireGraphQLSchemaFromContext(RULE_ID, context);
|
48
|
-
return
|
48
|
+
return (process.env.NODE_ENV === "test" || !hasPageInfoChecked) && (schema.getType("PageInfo") || context.report({
|
49
49
|
loc: REPORT_ON_FIRST_CHARACTER,
|
50
50
|
messageId: MESSAGE_MUST_EXIST
|
51
51
|
}), hasPageInfoChecked = !0), {
|
@@ -38,6 +38,7 @@ const RULE_ID = "require-selections", DEFAULT_ID_FIELD_NAME = "id", schema = {
|
|
38
38
|
}, rule = {
|
39
39
|
meta: {
|
40
40
|
type: "suggestion",
|
41
|
+
// eslint-disable-next-line eslint-plugin/require-meta-has-suggestions -- false positive since we assign `problem.suggest` conditionally
|
41
42
|
hasSuggestions: !0,
|
42
43
|
docs: {
|
43
44
|
category: "Operations",
|
@@ -92,7 +92,7 @@ const RULE_ID = "selection-set-depth", schema = {
|
|
92
92
|
checkFn({
|
93
93
|
getDocument: () => document,
|
94
94
|
reportError(error) {
|
95
|
-
const { line, column } = error.locations[0], token = context.getAncestors()[0].tokens.find(
|
95
|
+
const { line, column } = error.locations[0], token = context.sourceCode.getAncestors(node)[0].tokens.find(
|
96
96
|
(token2) => token2.loc.start.line === line && token2.loc.start.column === column - 1
|
97
97
|
);
|
98
98
|
context.report({
|