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,181 +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 {EnumTypeID, Schema, TypeID} from '../../core/Schema';
|
16
|
-
import type {State} from './RelayFlowGenerator';
|
17
|
-
|
18
|
-
const {
|
19
|
-
exactObjectTypeAnnotation,
|
20
|
-
readOnlyArrayOfType,
|
21
|
-
} = require('./RelayFlowBabelFactories');
|
22
|
-
const t = require('@babel/types');
|
23
|
-
|
24
|
-
export type BabelTypes = typeof t;
|
25
|
-
export type ScalarTypeMapping = {
|
26
|
-
[type: string]: string | (BabelTypes => BabelNode_DEPRECATED),
|
27
|
-
...
|
28
|
-
};
|
29
|
-
|
30
|
-
function getInputObjectTypeIdentifier(schema: Schema, typeID: TypeID): string {
|
31
|
-
return schema.getTypeString(typeID);
|
32
|
-
}
|
33
|
-
|
34
|
-
function transformScalarType(
|
35
|
-
schema: Schema,
|
36
|
-
type: TypeID,
|
37
|
-
state: State,
|
38
|
-
objectProps?: BabelNode_DEPRECATED,
|
39
|
-
): BabelNode_DEPRECATED {
|
40
|
-
if (schema.isNonNull(type)) {
|
41
|
-
return transformNonNullableScalarType(
|
42
|
-
schema,
|
43
|
-
schema.getNullableType(type),
|
44
|
-
state,
|
45
|
-
objectProps,
|
46
|
-
);
|
47
|
-
} else {
|
48
|
-
return t.nullableTypeAnnotation(
|
49
|
-
transformNonNullableScalarType(schema, type, state, objectProps),
|
50
|
-
);
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
function transformNonNullableScalarType(
|
55
|
-
schema: Schema,
|
56
|
-
type: TypeID,
|
57
|
-
state: State,
|
58
|
-
objectProps,
|
59
|
-
): BabelNode_DEPRECATED {
|
60
|
-
if (schema.isList(type)) {
|
61
|
-
return readOnlyArrayOfType(
|
62
|
-
transformScalarType(
|
63
|
-
schema,
|
64
|
-
schema.getListItemType(type),
|
65
|
-
state,
|
66
|
-
objectProps,
|
67
|
-
),
|
68
|
-
);
|
69
|
-
} else if (
|
70
|
-
schema.isObject(type) ||
|
71
|
-
schema.isUnion(type) ||
|
72
|
-
schema.isInterface(type)
|
73
|
-
) {
|
74
|
-
return objectProps;
|
75
|
-
} else if (schema.isScalar(type)) {
|
76
|
-
return transformGraphQLScalarType(schema.getTypeString(type), state);
|
77
|
-
} else if (schema.isEnum(type)) {
|
78
|
-
return transformGraphQLEnumType(schema, schema.assertEnumType(type), state);
|
79
|
-
} else {
|
80
|
-
throw new Error(`Could not convert from GraphQL type ${String(type)}`);
|
81
|
-
}
|
82
|
-
}
|
83
|
-
|
84
|
-
function transformGraphQLScalarType(typeName: string, state: State) {
|
85
|
-
const customType = state.customScalars[typeName];
|
86
|
-
if (typeof customType === 'function') {
|
87
|
-
return customType(t);
|
88
|
-
}
|
89
|
-
switch (customType ?? typeName) {
|
90
|
-
case 'ID':
|
91
|
-
case 'String':
|
92
|
-
return t.stringTypeAnnotation();
|
93
|
-
case 'Float':
|
94
|
-
case 'Int':
|
95
|
-
return t.numberTypeAnnotation();
|
96
|
-
case 'Boolean':
|
97
|
-
return t.booleanTypeAnnotation();
|
98
|
-
default:
|
99
|
-
return customType == null
|
100
|
-
? t.anyTypeAnnotation()
|
101
|
-
: t.genericTypeAnnotation(t.identifier(customType));
|
102
|
-
}
|
103
|
-
}
|
104
|
-
|
105
|
-
function transformGraphQLEnumType(
|
106
|
-
schema: Schema,
|
107
|
-
type: EnumTypeID,
|
108
|
-
state: State,
|
109
|
-
): BabelNode_DEPRECATED {
|
110
|
-
state.usedEnums[schema.getTypeString(type)] = type;
|
111
|
-
return t.genericTypeAnnotation(t.identifier(schema.getTypeString(type)));
|
112
|
-
}
|
113
|
-
|
114
|
-
function transformInputType(
|
115
|
-
schema: Schema,
|
116
|
-
type: TypeID,
|
117
|
-
state: State,
|
118
|
-
): BabelNode_DEPRECATED {
|
119
|
-
if (schema.isNonNull(type)) {
|
120
|
-
return transformNonNullableInputType(
|
121
|
-
schema,
|
122
|
-
schema.getNullableType(type),
|
123
|
-
state,
|
124
|
-
);
|
125
|
-
} else {
|
126
|
-
return t.nullableTypeAnnotation(
|
127
|
-
transformNonNullableInputType(schema, type, state),
|
128
|
-
);
|
129
|
-
}
|
130
|
-
}
|
131
|
-
|
132
|
-
function transformNonNullableInputType(
|
133
|
-
schema: Schema,
|
134
|
-
type: TypeID,
|
135
|
-
state: State,
|
136
|
-
): BabelNode_DEPRECATED {
|
137
|
-
if (schema.isList(type)) {
|
138
|
-
return readOnlyArrayOfType(
|
139
|
-
transformInputType(schema, schema.getListItemType(type), state),
|
140
|
-
);
|
141
|
-
} else if (schema.isScalar(type)) {
|
142
|
-
return transformGraphQLScalarType(schema.getTypeString(type), state);
|
143
|
-
} else if (schema.isEnum(type)) {
|
144
|
-
return transformGraphQLEnumType(schema, schema.assertEnumType(type), state);
|
145
|
-
} else if (schema.isInputObject(type)) {
|
146
|
-
const typeIdentifier = getInputObjectTypeIdentifier(schema, type);
|
147
|
-
if (state.generatedInputObjectTypes[typeIdentifier]) {
|
148
|
-
return t.genericTypeAnnotation(t.identifier(typeIdentifier));
|
149
|
-
}
|
150
|
-
state.generatedInputObjectTypes[typeIdentifier] = 'pending';
|
151
|
-
const fields = schema.getFields(schema.assertInputObjectType(type));
|
152
|
-
const props = fields.map(fieldID => {
|
153
|
-
const fieldType = schema.getFieldType(fieldID);
|
154
|
-
const fieldName = schema.getFieldName(fieldID);
|
155
|
-
const property = t.objectTypeProperty(
|
156
|
-
t.identifier(fieldName),
|
157
|
-
transformInputType(schema, fieldType, state),
|
158
|
-
);
|
159
|
-
if (
|
160
|
-
state.optionalInputFields.indexOf(fieldName) >= 0 ||
|
161
|
-
!schema.isNonNull(fieldType)
|
162
|
-
) {
|
163
|
-
property.optional = true;
|
164
|
-
}
|
165
|
-
return property;
|
166
|
-
});
|
167
|
-
|
168
|
-
state.generatedInputObjectTypes[typeIdentifier] =
|
169
|
-
exactObjectTypeAnnotation(props);
|
170
|
-
return t.genericTypeAnnotation(t.identifier(typeIdentifier));
|
171
|
-
} else {
|
172
|
-
throw new Error(
|
173
|
-
`Could not convert from GraphQL type ${schema.getTypeString(type)}`,
|
174
|
-
);
|
175
|
-
}
|
176
|
-
}
|
177
|
-
|
178
|
-
module.exports = {
|
179
|
-
transformInputType,
|
180
|
-
transformScalarType,
|
181
|
-
};
|
@@ -1,33 +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 {PluginInterface} from '../RelayLanguagePluginInterface';
|
16
|
-
|
17
|
-
const {find} = require('./FindGraphQLTags');
|
18
|
-
const {
|
19
|
-
formatGeneratedCommonjsModule,
|
20
|
-
formatGeneratedESModule,
|
21
|
-
} = require('./formatGeneratedModule');
|
22
|
-
const RelayFlowGenerator = require('./RelayFlowGenerator');
|
23
|
-
|
24
|
-
module.exports = (options?: {|eagerESModules: boolean|}): PluginInterface => ({
|
25
|
-
inputExtensions: ['js', 'jsx'],
|
26
|
-
outputExtension: 'js',
|
27
|
-
typeGenerator: RelayFlowGenerator,
|
28
|
-
formatModule:
|
29
|
-
options && options.eagerESModules
|
30
|
-
? formatGeneratedESModule
|
31
|
-
: formatGeneratedCommonjsModule,
|
32
|
-
findGraphQLTags: find,
|
33
|
-
});
|
@@ -1,65 +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 {FormatModule} from '../RelayLanguagePluginInterface';
|
16
|
-
|
17
|
-
const formatGeneratedModule: FormatModule = ({
|
18
|
-
moduleName,
|
19
|
-
documentType,
|
20
|
-
docText,
|
21
|
-
concreteText,
|
22
|
-
typeText,
|
23
|
-
hash,
|
24
|
-
sourceHash,
|
25
|
-
}) => {
|
26
|
-
const documentTypeImport = documentType
|
27
|
-
? `import type { ${documentType} } from 'relay-runtime';`
|
28
|
-
: '';
|
29
|
-
const docTextComment =
|
30
|
-
docText != null ? '\n/*\n' + docText.trim() + '\n*/\n' : '';
|
31
|
-
const hashText = hash != null ? `\n * ${hash}` : '';
|
32
|
-
return `/**
|
33
|
-
* ${'@'}flow${hashText}
|
34
|
-
*/
|
35
|
-
|
36
|
-
/* eslint-disable */
|
37
|
-
|
38
|
-
'use strict';
|
39
|
-
|
40
|
-
/*::
|
41
|
-
${documentTypeImport}
|
42
|
-
${typeText || ''}
|
43
|
-
*/
|
44
|
-
|
45
|
-
${docTextComment}
|
46
|
-
const node/*: ${documentType || 'empty'}*/ = ${concreteText};
|
47
|
-
// prettier-ignore
|
48
|
-
(node/*: any*/).hash = '${sourceHash}';
|
49
|
-
`;
|
50
|
-
};
|
51
|
-
|
52
|
-
const formatGeneratedCommonjsModule: FormatModule = options => {
|
53
|
-
return `${formatGeneratedModule(options)}
|
54
|
-
module.exports = node;
|
55
|
-
`;
|
56
|
-
};
|
57
|
-
|
58
|
-
const formatGeneratedESModule: FormatModule = options => {
|
59
|
-
return `${formatGeneratedModule(options)}
|
60
|
-
export default node;
|
61
|
-
`;
|
62
|
-
};
|
63
|
-
|
64
|
-
exports.formatGeneratedCommonjsModule = formatGeneratedCommonjsModule;
|
65
|
-
exports.formatGeneratedESModule = formatGeneratedESModule;
|
@@ -1,143 +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
|
-
*
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
// flowlint ambiguous-object-type:error
|
11
|
-
'use strict';
|
12
|
-
|
13
|
-
var _require = require('./RelayCompilerMain'),
|
14
|
-
main = _require.main;
|
15
|
-
|
16
|
-
var _yargs = require('yargs');
|
17
|
-
|
18
|
-
var RelayConfig;
|
19
|
-
|
20
|
-
try {
|
21
|
-
// eslint-disable-next-line no-eval
|
22
|
-
RelayConfig = eval('require')('relay-config'); // eslint-disable-next-line lint/no-unused-catch-bindings
|
23
|
-
} catch (_) {}
|
24
|
-
|
25
|
-
var options = {
|
26
|
-
schema: {
|
27
|
-
describe: 'Path to schema.graphql or schema.json',
|
28
|
-
demandOption: true,
|
29
|
-
type: 'string',
|
30
|
-
array: false
|
31
|
-
},
|
32
|
-
src: {
|
33
|
-
describe: 'Root directory of application code',
|
34
|
-
demandOption: true,
|
35
|
-
type: 'string',
|
36
|
-
array: false
|
37
|
-
},
|
38
|
-
include: {
|
39
|
-
describe: 'Directories to include under src',
|
40
|
-
type: 'string',
|
41
|
-
array: true,
|
42
|
-
"default": ['**']
|
43
|
-
},
|
44
|
-
exclude: {
|
45
|
-
describe: 'Directories to ignore under src',
|
46
|
-
type: 'string',
|
47
|
-
array: true,
|
48
|
-
"default": ['**/node_modules/**', '**/__mocks__/**', '**/__generated__/**']
|
49
|
-
},
|
50
|
-
extensions: {
|
51
|
-
array: true,
|
52
|
-
describe: 'File extensions to compile (defaults to extensions provided by the ' + 'language plugin)',
|
53
|
-
type: 'string'
|
54
|
-
},
|
55
|
-
verbose: {
|
56
|
-
describe: 'More verbose logging',
|
57
|
-
type: 'boolean',
|
58
|
-
"default": false
|
59
|
-
},
|
60
|
-
quiet: {
|
61
|
-
describe: 'No output to stdout',
|
62
|
-
type: 'boolean',
|
63
|
-
"default": false
|
64
|
-
},
|
65
|
-
watchman: {
|
66
|
-
describe: 'Use watchman when not in watch mode',
|
67
|
-
type: 'boolean',
|
68
|
-
"default": true
|
69
|
-
},
|
70
|
-
watch: {
|
71
|
-
describe: 'If specified, watches files and regenerates on changes',
|
72
|
-
type: 'boolean',
|
73
|
-
"default": false
|
74
|
-
},
|
75
|
-
validate: {
|
76
|
-
describe: 'Looks for pending changes and exits with non-zero code instead of ' + 'writing to disk',
|
77
|
-
type: 'boolean',
|
78
|
-
"default": false
|
79
|
-
},
|
80
|
-
persistFunction: {
|
81
|
-
describe: 'An async function (or path to a module exporting this function) which will persist the query text and return the id.',
|
82
|
-
demandOption: false,
|
83
|
-
type: 'string',
|
84
|
-
array: false
|
85
|
-
},
|
86
|
-
persistOutput: {
|
87
|
-
describe: 'A path to a .json file where persisted query metadata should be saved. Will use the default implementation (md5 hash) if `persistFunction` is not passed.',
|
88
|
-
demandOption: false,
|
89
|
-
type: 'string',
|
90
|
-
array: false
|
91
|
-
},
|
92
|
-
repersist: {
|
93
|
-
describe: 'Run the persist function even if the query has not changed.',
|
94
|
-
type: 'boolean',
|
95
|
-
"default": false
|
96
|
-
},
|
97
|
-
noFutureProofEnums: {
|
98
|
-
describe: 'This option controls whether or not a catch-all entry is added to enum type definitions ' + 'for values that may be added in the future. Enabling this means you will have to update ' + 'your application whenever the GraphQL server schema adds new enum values to prevent it ' + 'from breaking.',
|
99
|
-
type: 'boolean',
|
100
|
-
"default": false
|
101
|
-
},
|
102
|
-
language: {
|
103
|
-
describe: 'The name of the language plugin used for input files and artifacts',
|
104
|
-
demandOption: false,
|
105
|
-
type: 'string',
|
106
|
-
array: false,
|
107
|
-
"default": 'javascript'
|
108
|
-
},
|
109
|
-
artifactDirectory: {
|
110
|
-
describe: 'A specific directory to output all artifacts to. When enabling this ' + 'the babel plugin needs `artifactDirectory` set as well.',
|
111
|
-
demandOption: false,
|
112
|
-
type: 'string',
|
113
|
-
array: false
|
114
|
-
},
|
115
|
-
customScalars: {
|
116
|
-
describe: 'Mappings from custom scalars in your schema to built-in GraphQL ' + 'types, for type emission purposes. (Uses yargs dot-notation, e.g. ' + '--customScalars.URL=String)',
|
117
|
-
type: 'object'
|
118
|
-
},
|
119
|
-
eagerESModules: {
|
120
|
-
describe: 'This option enables emitting es modules artifacts.',
|
121
|
-
type: 'boolean',
|
122
|
-
"default": false
|
123
|
-
}
|
124
|
-
}; // Parse CLI args
|
125
|
-
|
126
|
-
var yargs = _yargs.usage('Create Relay generated files\n\n' + '$0 --schema <path> --src <path> [--watch]').options(options).strict(); // Load external config
|
127
|
-
|
128
|
-
|
129
|
-
var config = RelayConfig && RelayConfig.loadConfig();
|
130
|
-
|
131
|
-
if (config) {
|
132
|
-
// Apply externally loaded config through the yargs API so that we can leverage yargs' defaults and have them show up
|
133
|
-
// in the help banner. We add it conditionally otherwise yargs would add new option `--config` which is confusing for
|
134
|
-
// Relay users (it's not Relay Config file).
|
135
|
-
yargs = yargs.config(config);
|
136
|
-
}
|
137
|
-
|
138
|
-
var argv = yargs.help().argv; // Start the application
|
139
|
-
|
140
|
-
main(argv)["catch"](function (error) {
|
141
|
-
console.error(String(error.stack || error));
|
142
|
-
process.exit(1);
|
143
|
-
});
|