relay-compiler 0.0.0-main-4d287de9 → 0.0.0-main-9a79039d
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/cli.js +23 -0
- package/index.js +19 -3
- package/linux-x64/relay +0 -0
- package/macos-x64/relay +0 -0
- package/package.json +2 -26
- package/win-x64/relay.exe +0 -0
- package/bin/RelayCompilerBin.js.flow +0 -168
- package/bin/RelayCompilerMain.js.flow +0 -513
- package/bin/__fixtures__/plugin-module.js.flow +0 -17
- package/bin/relay-compiler +0 -19066
- package/codegen/CodegenDirectory.js.flow +0 -372
- package/codegen/CodegenRunner.js.flow +0 -424
- package/codegen/CodegenTypes.js.flow +0 -28
- package/codegen/CodegenWatcher.js.flow +0 -250
- package/codegen/NormalizationCodeGenerator.js.flow +0 -565
- package/codegen/ReaderCodeGenerator.js.flow +0 -510
- package/codegen/RelayCodeGenerator.js.flow +0 -85
- package/codegen/RelayFileWriter.js.flow +0 -365
- package/codegen/SourceControl.js.flow +0 -58
- package/codegen/compileRelayArtifacts.js.flow +0 -181
- package/codegen/createPrintRequireModuleDependency.js.flow +0 -19
- package/codegen/sortObjectByKey.js.flow +0 -25
- package/codegen/writeRelayGeneratedFile.js.flow +0 -235
- package/core/ASTCache.js.flow +0 -73
- package/core/ASTConvert.js.flow +0 -230
- package/core/CompilerContext.js.flow +0 -189
- package/core/CompilerError.js.flow +0 -255
- package/core/DotGraphQLParser.js.flow +0 -37
- package/core/GraphQLCompilerProfiler.js.flow +0 -341
- package/core/GraphQLDerivedFromMetadata.js.flow +0 -36
- package/core/GraphQLWatchmanClient.js.flow +0 -109
- package/core/IR.js.flow +0 -326
- package/core/IRPrinter.js.flow +0 -472
- package/core/IRTransformer.js.flow +0 -376
- package/core/IRValidator.js.flow +0 -259
- package/core/IRVisitor.js.flow +0 -150
- package/core/JSModuleParser.js.flow +0 -24
- package/core/RelayCompilerScope.js.flow +0 -199
- package/core/RelayFindGraphQLTags.js.flow +0 -118
- package/core/RelayGraphQLEnumsGenerator.js.flow +0 -55
- package/core/RelayIRTransforms.js.flow +0 -138
- package/core/RelayParser.js.flow +0 -1731
- package/core/RelaySourceModuleParser.js.flow +0 -133
- package/core/Schema.js.flow +0 -2035
- package/core/SchemaUtils.js.flow +0 -120
- package/core/filterContextForNode.js.flow +0 -49
- package/core/getFieldDefinition.js.flow +0 -156
- package/core/getIdentifierForArgumentValue.js.flow +0 -49
- package/core/getIdentifierForSelection.js.flow +0 -68
- package/core/getLiteralArgumentValues.js.flow +0 -32
- package/core/getNormalizationOperationName.js.flow +0 -19
- package/core/inferRootArgumentDefinitions.js.flow +0 -322
- package/index.js.flow +0 -198
- package/language/RelayLanguagePluginInterface.js.flow +0 -283
- package/language/javascript/FindGraphQLTags.js.flow +0 -136
- package/language/javascript/RelayFlowBabelFactories.js.flow +0 -176
- package/language/javascript/RelayFlowGenerator.js.flow +0 -1096
- package/language/javascript/RelayFlowTypeTransformers.js.flow +0 -181
- package/language/javascript/RelayLanguagePluginJavaScript.js.flow +0 -33
- package/language/javascript/formatGeneratedModule.js.flow +0 -65
- package/lib/bin/RelayCompilerBin.js +0 -143
- package/lib/bin/RelayCompilerMain.js +0 -486
- package/lib/bin/__fixtures__/plugin-module.js +0 -16
- package/lib/codegen/CodegenDirectory.js +0 -335
- package/lib/codegen/CodegenRunner.js +0 -433
- package/lib/codegen/CodegenTypes.js +0 -11
- package/lib/codegen/CodegenWatcher.js +0 -271
- package/lib/codegen/NormalizationCodeGenerator.js +0 -487
- package/lib/codegen/ReaderCodeGenerator.js +0 -473
- package/lib/codegen/RelayCodeGenerator.js +0 -75
- package/lib/codegen/RelayFileWriter.js +0 -270
- package/lib/codegen/SourceControl.js +0 -60
- package/lib/codegen/compileRelayArtifacts.js +0 -157
- package/lib/codegen/createPrintRequireModuleDependency.js +0 -19
- package/lib/codegen/sortObjectByKey.js +0 -41
- package/lib/codegen/writeRelayGeneratedFile.js +0 -206
- package/lib/core/ASTCache.js +0 -70
- package/lib/core/ASTConvert.js +0 -198
- package/lib/core/CompilerContext.js +0 -165
- package/lib/core/CompilerError.js +0 -252
- package/lib/core/DotGraphQLParser.js +0 -40
- package/lib/core/GraphQLCompilerProfiler.js +0 -299
- package/lib/core/GraphQLDerivedFromMetadata.js +0 -31
- package/lib/core/GraphQLWatchmanClient.js +0 -150
- package/lib/core/IR.js +0 -11
- package/lib/core/IRPrinter.js +0 -388
- package/lib/core/IRTransformer.js +0 -345
- package/lib/core/IRValidator.js +0 -226
- package/lib/core/IRVisitor.js +0 -45
- package/lib/core/JSModuleParser.js +0 -18
- package/lib/core/RelayCompilerScope.js +0 -183
- package/lib/core/RelayFindGraphQLTags.js +0 -79
- package/lib/core/RelayGraphQLEnumsGenerator.js +0 -50
- package/lib/core/RelayIRTransforms.js +0 -109
- package/lib/core/RelayParser.js +0 -1381
- package/lib/core/RelaySourceModuleParser.js +0 -104
- package/lib/core/Schema.js +0 -1877
- package/lib/core/SchemaUtils.js +0 -98
- package/lib/core/filterContextForNode.js +0 -50
- package/lib/core/getFieldDefinition.js +0 -145
- package/lib/core/getIdentifierForArgumentValue.js +0 -54
- package/lib/core/getIdentifierForSelection.js +0 -49
- package/lib/core/getLiteralArgumentValues.js +0 -26
- package/lib/core/getNormalizationOperationName.js +0 -17
- package/lib/core/inferRootArgumentDefinitions.js +0 -351
- package/lib/index.js +0 -178
- package/lib/language/RelayLanguagePluginInterface.js +0 -26
- package/lib/language/javascript/FindGraphQLTags.js +0 -126
- package/lib/language/javascript/RelayFlowBabelFactories.js +0 -160
- package/lib/language/javascript/RelayFlowGenerator.js +0 -856
- package/lib/language/javascript/RelayFlowTypeTransformers.js +0 -119
- package/lib/language/javascript/RelayLanguagePluginJavaScript.js +0 -30
- package/lib/language/javascript/formatGeneratedModule.js +0 -36
- package/lib/reporters/ConsoleReporter.js +0 -61
- package/lib/reporters/MultiReporter.js +0 -45
- package/lib/reporters/Reporter.js +0 -11
- package/lib/runner/Artifacts.js +0 -323
- package/lib/runner/BufferedFilesystem.js +0 -262
- package/lib/runner/GraphQLASTNodeGroup.js +0 -256
- package/lib/runner/GraphQLASTUtils.js +0 -23
- package/lib/runner/GraphQLNodeMap.js +0 -81
- package/lib/runner/Sources.js +0 -271
- package/lib/runner/StrictMap.js +0 -134
- package/lib/runner/compileArtifacts.js +0 -39
- package/lib/runner/extractAST.js +0 -77
- package/lib/runner/getChangedNodeNames.js +0 -82
- package/lib/runner/getSchemaInstance.js +0 -30
- package/lib/runner/types.js +0 -12
- package/lib/transforms/ApplyFragmentArgumentTransform.js +0 -393
- package/lib/transforms/ClientExtensionsTransform.js +0 -221
- package/lib/transforms/ConnectionTransform.js +0 -639
- package/lib/transforms/DeclarativeConnectionMutationTransform.js +0 -218
- package/lib/transforms/DeferStreamTransform.js +0 -246
- package/lib/transforms/DisallowIdAsAlias.js +0 -40
- package/lib/transforms/DisallowTypenameOnRoot.js +0 -53
- package/lib/transforms/FieldHandleTransform.js +0 -79
- package/lib/transforms/FilterCompilerDirectivesTransform.js +0 -29
- package/lib/transforms/FilterDirectivesTransform.js +0 -42
- package/lib/transforms/FlattenTransform.js +0 -306
- package/lib/transforms/GenerateIDFieldTransform.js +0 -135
- package/lib/transforms/GenerateTypeNameTransform.js +0 -149
- package/lib/transforms/InlineDataFragmentTransform.js +0 -100
- package/lib/transforms/InlineFragmentsTransform.js +0 -61
- package/lib/transforms/MaskTransform.js +0 -117
- package/lib/transforms/MatchTransform.js +0 -434
- package/lib/transforms/ReactFlightComponentTransform.js +0 -158
- package/lib/transforms/RefetchableFragmentTransform.js +0 -249
- package/lib/transforms/RelayDirectiveTransform.js +0 -83
- package/lib/transforms/RequiredFieldTransform.js +0 -369
- package/lib/transforms/SkipClientExtensionsTransform.js +0 -46
- package/lib/transforms/SkipHandleFieldTransform.js +0 -45
- package/lib/transforms/SkipRedundantNodesTransform.js +0 -261
- package/lib/transforms/SkipSplitOperationTransform.js +0 -32
- package/lib/transforms/SkipUnreachableNodeTransform.js +0 -158
- package/lib/transforms/SkipUnusedVariablesTransform.js +0 -75
- package/lib/transforms/SplitModuleImportTransform.js +0 -82
- package/lib/transforms/TestOperationTransform.js +0 -144
- package/lib/transforms/TransformUtils.js +0 -21
- package/lib/transforms/ValidateGlobalVariablesTransform.js +0 -92
- package/lib/transforms/ValidateRequiredArgumentsTransform.js +0 -114
- package/lib/transforms/ValidateServerOnlyDirectivesTransform.js +0 -108
- package/lib/transforms/ValidateUnusedVariablesTransform.js +0 -96
- package/lib/transforms/query-generators/FetchableQueryGenerator.js +0 -157
- package/lib/transforms/query-generators/NodeQueryGenerator.js +0 -166
- package/lib/transforms/query-generators/QueryQueryGenerator.js +0 -48
- package/lib/transforms/query-generators/ViewerQueryGenerator.js +0 -77
- package/lib/transforms/query-generators/index.js +0 -60
- package/lib/transforms/query-generators/utils.js +0 -92
- package/lib/util/CodeMarker.js +0 -80
- package/lib/util/DefaultHandleKey.js +0 -15
- package/lib/util/RelayCompilerCache.js +0 -97
- package/lib/util/Rollout.js +0 -40
- package/lib/util/TimeReporter.js +0 -83
- package/lib/util/areEqualArgValues.js +0 -135
- package/lib/util/argumentContainsVariables.js +0 -37
- package/lib/util/dedupeJSONStringify.js +0 -160
- package/lib/util/generateAbstractTypeRefinementKey.js +0 -24
- package/lib/util/getDefinitionNodeHash.js +0 -22
- package/lib/util/getModuleName.js +0 -32
- package/lib/util/joinArgumentDefinitions.js +0 -67
- package/lib/util/md5.js +0 -17
- package/lib/util/murmurHash.js +0 -86
- package/lib/util/nullthrowsOSS.js +0 -23
- package/lib/util/orList.js +0 -36
- package/lib/util/partitionArray.js +0 -35
- package/relay-compiler.js +0 -17
- package/relay-compiler.min.js +0 -22
- package/reporters/ConsoleReporter.js.flow +0 -81
- package/reporters/MultiReporter.js.flow +0 -43
- package/reporters/Reporter.js.flow +0 -19
- package/runner/Artifacts.js.flow +0 -215
- package/runner/BufferedFilesystem.js.flow +0 -194
- package/runner/GraphQLASTNodeGroup.js.flow +0 -174
- package/runner/GraphQLASTUtils.js.flow +0 -26
- package/runner/GraphQLNodeMap.js.flow +0 -55
- package/runner/Sources.js.flow +0 -227
- package/runner/StrictMap.js.flow +0 -96
- package/runner/compileArtifacts.js.flow +0 -75
- package/runner/extractAST.js.flow +0 -98
- package/runner/getChangedNodeNames.js.flow +0 -48
- package/runner/getSchemaInstance.js.flow +0 -36
- package/runner/types.js.flow +0 -37
- package/transforms/ApplyFragmentArgumentTransform.js.flow +0 -524
- package/transforms/ClientExtensionsTransform.js.flow +0 -224
- package/transforms/ConnectionTransform.js.flow +0 -850
- package/transforms/DeclarativeConnectionMutationTransform.js.flow +0 -245
- package/transforms/DeferStreamTransform.js.flow +0 -263
- package/transforms/DisallowIdAsAlias.js.flow +0 -46
- package/transforms/DisallowTypenameOnRoot.js.flow +0 -44
- package/transforms/FieldHandleTransform.js.flow +0 -77
- package/transforms/FilterCompilerDirectivesTransform.js.flow +0 -33
- package/transforms/FilterDirectivesTransform.js.flow +0 -45
- package/transforms/FlattenTransform.js.flow +0 -458
- package/transforms/GenerateIDFieldTransform.js.flow +0 -151
- package/transforms/GenerateTypeNameTransform.js.flow +0 -159
- package/transforms/InlineDataFragmentTransform.js.flow +0 -123
- package/transforms/InlineFragmentsTransform.js.flow +0 -70
- package/transforms/MaskTransform.js.flow +0 -124
- package/transforms/MatchTransform.js.flow +0 -587
- package/transforms/ReactFlightComponentTransform.js.flow +0 -194
- package/transforms/RefetchableFragmentTransform.js.flow +0 -266
- package/transforms/RelayDirectiveTransform.js.flow +0 -96
- package/transforms/RequiredFieldTransform.js.flow +0 -413
- package/transforms/SkipClientExtensionsTransform.js.flow +0 -54
- package/transforms/SkipHandleFieldTransform.js.flow +0 -44
- package/transforms/SkipRedundantNodesTransform.js.flow +0 -255
- package/transforms/SkipSplitOperationTransform.js.flow +0 -37
- package/transforms/SkipUnreachableNodeTransform.js.flow +0 -148
- package/transforms/SkipUnusedVariablesTransform.js.flow +0 -59
- package/transforms/SplitModuleImportTransform.js.flow +0 -97
- package/transforms/TestOperationTransform.js.flow +0 -142
- package/transforms/TransformUtils.js.flow +0 -26
- package/transforms/ValidateGlobalVariablesTransform.js.flow +0 -80
- package/transforms/ValidateRequiredArgumentsTransform.js.flow +0 -126
- package/transforms/ValidateServerOnlyDirectivesTransform.js.flow +0 -111
- package/transforms/ValidateUnusedVariablesTransform.js.flow +0 -88
- package/transforms/query-generators/FetchableQueryGenerator.js.flow +0 -188
- package/transforms/query-generators/NodeQueryGenerator.js.flow +0 -217
- package/transforms/query-generators/QueryQueryGenerator.js.flow +0 -57
- package/transforms/query-generators/ViewerQueryGenerator.js.flow +0 -97
- package/transforms/query-generators/index.js.flow +0 -89
- package/transforms/query-generators/utils.js.flow +0 -76
- package/util/CodeMarker.js.flow +0 -79
- package/util/DefaultHandleKey.js.flow +0 -17
- package/util/RelayCompilerCache.js.flow +0 -86
- package/util/Rollout.js.flow +0 -39
- package/util/TimeReporter.js.flow +0 -79
- package/util/areEqualArgValues.js.flow +0 -126
- package/util/argumentContainsVariables.js.flow +0 -38
- package/util/dedupeJSONStringify.js.flow +0 -152
- package/util/generateAbstractTypeRefinementKey.js.flow +0 -29
- package/util/getDefinitionNodeHash.js.flow +0 -24
- package/util/getModuleName.js.flow +0 -39
- package/util/joinArgumentDefinitions.js.flow +0 -105
- package/util/md5.js.flow +0 -19
- package/util/murmurHash.js.flow +0 -94
- package/util/nullthrowsOSS.js.flow +0 -25
- package/util/orList.js.flow +0 -37
- package/util/partitionArray.js.flow +0 -37
@@ -1,29 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
* @flow strict-local
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
import type {Schema, TypeID} from '../core/Schema';
|
16
|
-
|
17
|
-
const {createCompilerError} = require('../core/CompilerError');
|
18
|
-
|
19
|
-
function generateAbstractTypeRefinementKey(
|
20
|
-
schema: Schema,
|
21
|
-
type: TypeID,
|
22
|
-
): string {
|
23
|
-
if (!schema.isAbstractType(type)) {
|
24
|
-
throw createCompilerError('Expected an abstract type');
|
25
|
-
}
|
26
|
-
return `__is${schema.getTypeString(type)}`;
|
27
|
-
}
|
28
|
-
|
29
|
-
module.exports = generateAbstractTypeRefinementKey;
|
@@ -1,24 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
* @flow strict
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
import type {ExecutableDefinitionNode} from 'graphql';
|
16
|
-
|
17
|
-
const md5 = require('./md5');
|
18
|
-
const {print} = require('graphql');
|
19
|
-
|
20
|
-
function getDefinitionNodeHash(node: ExecutableDefinitionNode): string {
|
21
|
-
return md5(print(node));
|
22
|
-
}
|
23
|
-
|
24
|
-
module.exports = getDefinitionNodeHash;
|
@@ -1,39 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
* @flow strict
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
const path = require('path');
|
16
|
-
|
17
|
-
function getModuleName(filePath: string): string {
|
18
|
-
// index.js -> index
|
19
|
-
// index.js.flow -> index.js
|
20
|
-
let filename = path.basename(filePath, path.extname(filePath));
|
21
|
-
|
22
|
-
// index.js -> index (when extension has multiple segments)
|
23
|
-
// index.react -> index (when extension has multiple segments)
|
24
|
-
filename = filename.replace(/(\.(?!ios|android)[_a-zA-Z0-9\\-]+)+/g, '');
|
25
|
-
|
26
|
-
// /path/to/button/index.js -> button
|
27
|
-
let moduleName =
|
28
|
-
filename === 'index' ? path.basename(path.dirname(filePath)) : filename;
|
29
|
-
|
30
|
-
// foo-bar -> fooBar
|
31
|
-
// Relay compatibility mode splits on _, so we can't use that here.
|
32
|
-
moduleName = moduleName.replace(/[^a-zA-Z0-9]+(\w?)/g, (match, next) =>
|
33
|
-
next.toUpperCase(),
|
34
|
-
);
|
35
|
-
|
36
|
-
return moduleName;
|
37
|
-
}
|
38
|
-
|
39
|
-
module.exports = getModuleName;
|
@@ -1,105 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
* @flow strict-local
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
import type {ArgumentDefinition, Fragment} from '../core/IR';
|
16
|
-
import type {Schema} from '../core/Schema';
|
17
|
-
|
18
|
-
const {createUserError} = require('../core/CompilerError');
|
19
|
-
|
20
|
-
/**
|
21
|
-
* Attempts to join the argument definitions for a root fragment
|
22
|
-
* and any unmasked fragment spreads reachable from that root fragment,
|
23
|
-
* returning a combined list of arguments or throwing if the same
|
24
|
-
* variable(s) are used in incompatible ways in different fragments.
|
25
|
-
*/
|
26
|
-
function joinArgumentDefinitions(
|
27
|
-
schema: Schema,
|
28
|
-
fragment: Fragment,
|
29
|
-
reachableArguments: $ReadOnlyArray<ArgumentDefinition>,
|
30
|
-
directiveName: string,
|
31
|
-
): $ReadOnlyArray<ArgumentDefinition> {
|
32
|
-
const joinedArgumentDefinitions = new Map();
|
33
|
-
fragment.argumentDefinitions.forEach(prevArgDef => {
|
34
|
-
joinedArgumentDefinitions.set(prevArgDef.name, prevArgDef);
|
35
|
-
});
|
36
|
-
reachableArguments.forEach(nextArgDef => {
|
37
|
-
const prevArgDef = joinedArgumentDefinitions.get(nextArgDef.name);
|
38
|
-
const joinedArgDef =
|
39
|
-
prevArgDef == null
|
40
|
-
? nextArgDef
|
41
|
-
: joinArgumentDefinition(schema, prevArgDef, nextArgDef, directiveName);
|
42
|
-
joinedArgumentDefinitions.set(joinedArgDef.name, joinedArgDef);
|
43
|
-
});
|
44
|
-
return Array.from(joinedArgumentDefinitions.values());
|
45
|
-
}
|
46
|
-
|
47
|
-
/**
|
48
|
-
* @private
|
49
|
-
*
|
50
|
-
* Attempts to join two argument definitions, returning a single argument
|
51
|
-
* definition that is compatible with both of the inputs:
|
52
|
-
* - If the kind, name, or defaultValue is different then the arguments
|
53
|
-
* cannot be joined, indicated by returning null.
|
54
|
-
* - If either of next/prev is a subtype of the other, return the one
|
55
|
-
* that is the subtype: a more narrow type can flow into a more general
|
56
|
-
* type but not the inverse.
|
57
|
-
* - Otherwise there is no subtyping relation between prev/next, so return
|
58
|
-
* null to indicate they cannot be joined.
|
59
|
-
*/
|
60
|
-
function joinArgumentDefinition(
|
61
|
-
schema: Schema,
|
62
|
-
prevArgDef: ArgumentDefinition,
|
63
|
-
nextArgDef: ArgumentDefinition,
|
64
|
-
directiveName: string,
|
65
|
-
): ArgumentDefinition {
|
66
|
-
if (prevArgDef.kind !== nextArgDef.kind) {
|
67
|
-
throw createUserError(
|
68
|
-
'Cannot combine global and local variables when applying ' +
|
69
|
-
`${directiveName}.`,
|
70
|
-
[prevArgDef.loc, nextArgDef.loc],
|
71
|
-
);
|
72
|
-
} else if (
|
73
|
-
prevArgDef.kind === 'LocalArgumentDefinition' &&
|
74
|
-
nextArgDef.kind === 'LocalArgumentDefinition' &&
|
75
|
-
prevArgDef.defaultValue !== nextArgDef.defaultValue
|
76
|
-
) {
|
77
|
-
throw createUserError(
|
78
|
-
'Cannot combine local variables with different defaultValues when ' +
|
79
|
-
`applying ${directiveName}.`,
|
80
|
-
[prevArgDef.loc, nextArgDef.loc],
|
81
|
-
);
|
82
|
-
} else if (schema.isTypeSubTypeOf(nextArgDef.type, prevArgDef.type)) {
|
83
|
-
// prevArgDef is less strict than nextArgDef
|
84
|
-
return nextArgDef;
|
85
|
-
} else if (schema.isTypeSubTypeOf(prevArgDef.type, nextArgDef.type)) {
|
86
|
-
return prevArgDef;
|
87
|
-
} else {
|
88
|
-
const prevArgType =
|
89
|
-
prevArgDef.type != null
|
90
|
-
? schema.getTypeString(prevArgDef.type)
|
91
|
-
: 'unknown';
|
92
|
-
const nextArgType =
|
93
|
-
nextArgDef.type != null
|
94
|
-
? schema.getTypeString(nextArgDef.type)
|
95
|
-
: 'unknown';
|
96
|
-
throw createUserError(
|
97
|
-
'Cannot combine variables with incompatible types ' +
|
98
|
-
`${prevArgType} and ${nextArgType} ` +
|
99
|
-
`when applying ${directiveName}.`,
|
100
|
-
[prevArgDef.loc, nextArgDef.loc],
|
101
|
-
);
|
102
|
-
}
|
103
|
-
}
|
104
|
-
|
105
|
-
module.exports = joinArgumentDefinitions;
|
package/util/md5.js.flow
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
* @flow strict
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
function md5(str: string): string {
|
16
|
-
return require('crypto').createHash('md5').update(str, 'utf8').digest('hex');
|
17
|
-
}
|
18
|
-
|
19
|
-
module.exports = md5;
|
package/util/murmurHash.js.flow
DELETED
@@ -1,94 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
* @flow strict
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
/**
|
14
|
-
* Based on implementations by Gary Court and Austin Appleby, 2011, MIT.
|
15
|
-
* @preserve-header
|
16
|
-
*/
|
17
|
-
|
18
|
-
'use strict';
|
19
|
-
|
20
|
-
const BASE62 = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
21
|
-
|
22
|
-
/**
|
23
|
-
* @param {string} key A UTF-16 or ASCII string
|
24
|
-
* @return {string} a base62 murmur hash
|
25
|
-
*/
|
26
|
-
function murmurHash(str: string): string {
|
27
|
-
/* eslint-disable no-bitwise */
|
28
|
-
const length = str.length;
|
29
|
-
const rem = length & 3;
|
30
|
-
const len = length ^ rem;
|
31
|
-
|
32
|
-
let h = 0;
|
33
|
-
let i = 0;
|
34
|
-
let k;
|
35
|
-
|
36
|
-
while (i !== len) {
|
37
|
-
const ch4 = str.charCodeAt(i + 3);
|
38
|
-
|
39
|
-
k =
|
40
|
-
str.charCodeAt(i) ^
|
41
|
-
(str.charCodeAt(i + 1) << 8) ^
|
42
|
-
(str.charCodeAt(i + 2) << 16) ^
|
43
|
-
((ch4 & 0xff) << 24) ^
|
44
|
-
((ch4 & 0xff00) >> 8);
|
45
|
-
|
46
|
-
i += 4;
|
47
|
-
|
48
|
-
k = (k * 0x2d51 + (k & 0xffff) * 0xcc9e0000) >>> 0;
|
49
|
-
k = (k << 15) | (k >>> 17);
|
50
|
-
k = (k * 0x3593 + (k & 0xffff) * 0x1b870000) >>> 0;
|
51
|
-
h ^= k;
|
52
|
-
h = (h << 13) | (h >>> 19);
|
53
|
-
h = (h * 5 + 0xe6546b64) >>> 0;
|
54
|
-
}
|
55
|
-
|
56
|
-
k = 0;
|
57
|
-
switch (rem) {
|
58
|
-
/* eslint-disable no-fallthrough */
|
59
|
-
case 3:
|
60
|
-
k ^= str.charCodeAt(len + 2) << 16;
|
61
|
-
case 2:
|
62
|
-
k ^= str.charCodeAt(len + 1) << 8;
|
63
|
-
case 1:
|
64
|
-
k ^= str.charCodeAt(len);
|
65
|
-
|
66
|
-
k = (k * 0x2d51 + (k & 0xffff) * 0xcc9e0000) >>> 0;
|
67
|
-
k = (k << 15) | (k >>> 17);
|
68
|
-
k = (k * 0x3593 + (k & 0xffff) * 0x1b870000) >>> 0;
|
69
|
-
h ^= k;
|
70
|
-
}
|
71
|
-
|
72
|
-
h ^= length;
|
73
|
-
h ^= h >>> 16;
|
74
|
-
h = (h * 0xca6b + (h & 0xffff) * 0x85eb0000) >>> 0;
|
75
|
-
h ^= h >>> 13;
|
76
|
-
h = (h * 0xae35 + (h & 0xffff) * 0xc2b20000) >>> 0;
|
77
|
-
h ^= h >>> 16;
|
78
|
-
|
79
|
-
h >>>= 0;
|
80
|
-
|
81
|
-
if (!h) {
|
82
|
-
return '0';
|
83
|
-
}
|
84
|
-
|
85
|
-
let s = '';
|
86
|
-
while (h) {
|
87
|
-
const d = h % 62;
|
88
|
-
s = BASE62[d] + s;
|
89
|
-
h = (h - d) / 62;
|
90
|
-
}
|
91
|
-
return s;
|
92
|
-
}
|
93
|
-
|
94
|
-
module.exports = murmurHash;
|
@@ -1,25 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
* @flow strict
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
function nullthrows<T>(
|
16
|
-
x: ?T,
|
17
|
-
message?: string = 'Got unexpected null or undefined',
|
18
|
-
): T {
|
19
|
-
if (x == null) {
|
20
|
-
throw new Error(message);
|
21
|
-
}
|
22
|
-
return x;
|
23
|
-
}
|
24
|
-
|
25
|
-
module.exports = nullthrows;
|
package/util/orList.js.flow
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
* @flow strict
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
const OR_LIST_MAX_LENGTH = 5;
|
16
|
-
|
17
|
-
const {createCompilerError} = require('../core/CompilerError');
|
18
|
-
|
19
|
-
function orList(items: $ReadOnlyArray<string>): string {
|
20
|
-
if (items.length === 0) {
|
21
|
-
throw createCompilerError('Expected an array of strings. Got empty array');
|
22
|
-
}
|
23
|
-
|
24
|
-
if (items.length === 1) {
|
25
|
-
return items[0];
|
26
|
-
}
|
27
|
-
|
28
|
-
if (items.length > OR_LIST_MAX_LENGTH) {
|
29
|
-
return items.slice(0, OR_LIST_MAX_LENGTH).join(', ') + ', ...';
|
30
|
-
}
|
31
|
-
|
32
|
-
const selected = items.slice();
|
33
|
-
const lastItem = selected.pop();
|
34
|
-
return selected.join(', ') + ' or ' + lastItem;
|
35
|
-
}
|
36
|
-
|
37
|
-
module.exports = orList;
|
@@ -1,37 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
* @flow strict
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
/**
|
16
|
-
* Partitions an array given a predicate. All elements satisfying the predicate
|
17
|
-
* are part of the first returned array, and all elements that don't are in the
|
18
|
-
* second.
|
19
|
-
*/
|
20
|
-
function partitionArray<Tv>(
|
21
|
-
array: $ReadOnlyArray<Tv>,
|
22
|
-
predicate: (value: Tv) => boolean,
|
23
|
-
): [$ReadOnlyArray<Tv>, $ReadOnlyArray<Tv>] {
|
24
|
-
const first = [];
|
25
|
-
const second = [];
|
26
|
-
for (let i = 0; i < array.length; i++) {
|
27
|
-
const item = array[i];
|
28
|
-
if (predicate(item)) {
|
29
|
-
first.push(item);
|
30
|
-
} else {
|
31
|
-
second.push(item);
|
32
|
-
}
|
33
|
-
}
|
34
|
-
return [first, second];
|
35
|
-
}
|
36
|
-
|
37
|
-
module.exports = partitionArray;
|