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.
Files changed (259) hide show
  1. package/cli.js +23 -0
  2. package/index.js +19 -3
  3. package/linux-x64/relay +0 -0
  4. package/macos-x64/relay +0 -0
  5. package/package.json +2 -26
  6. package/win-x64/relay.exe +0 -0
  7. package/bin/RelayCompilerBin.js.flow +0 -168
  8. package/bin/RelayCompilerMain.js.flow +0 -513
  9. package/bin/__fixtures__/plugin-module.js.flow +0 -17
  10. package/bin/relay-compiler +0 -19066
  11. package/codegen/CodegenDirectory.js.flow +0 -372
  12. package/codegen/CodegenRunner.js.flow +0 -424
  13. package/codegen/CodegenTypes.js.flow +0 -28
  14. package/codegen/CodegenWatcher.js.flow +0 -250
  15. package/codegen/NormalizationCodeGenerator.js.flow +0 -565
  16. package/codegen/ReaderCodeGenerator.js.flow +0 -510
  17. package/codegen/RelayCodeGenerator.js.flow +0 -85
  18. package/codegen/RelayFileWriter.js.flow +0 -365
  19. package/codegen/SourceControl.js.flow +0 -58
  20. package/codegen/compileRelayArtifacts.js.flow +0 -181
  21. package/codegen/createPrintRequireModuleDependency.js.flow +0 -19
  22. package/codegen/sortObjectByKey.js.flow +0 -25
  23. package/codegen/writeRelayGeneratedFile.js.flow +0 -235
  24. package/core/ASTCache.js.flow +0 -73
  25. package/core/ASTConvert.js.flow +0 -230
  26. package/core/CompilerContext.js.flow +0 -189
  27. package/core/CompilerError.js.flow +0 -255
  28. package/core/DotGraphQLParser.js.flow +0 -37
  29. package/core/GraphQLCompilerProfiler.js.flow +0 -341
  30. package/core/GraphQLDerivedFromMetadata.js.flow +0 -36
  31. package/core/GraphQLWatchmanClient.js.flow +0 -109
  32. package/core/IR.js.flow +0 -326
  33. package/core/IRPrinter.js.flow +0 -472
  34. package/core/IRTransformer.js.flow +0 -376
  35. package/core/IRValidator.js.flow +0 -259
  36. package/core/IRVisitor.js.flow +0 -150
  37. package/core/JSModuleParser.js.flow +0 -24
  38. package/core/RelayCompilerScope.js.flow +0 -199
  39. package/core/RelayFindGraphQLTags.js.flow +0 -118
  40. package/core/RelayGraphQLEnumsGenerator.js.flow +0 -55
  41. package/core/RelayIRTransforms.js.flow +0 -138
  42. package/core/RelayParser.js.flow +0 -1731
  43. package/core/RelaySourceModuleParser.js.flow +0 -133
  44. package/core/Schema.js.flow +0 -2035
  45. package/core/SchemaUtils.js.flow +0 -120
  46. package/core/filterContextForNode.js.flow +0 -49
  47. package/core/getFieldDefinition.js.flow +0 -156
  48. package/core/getIdentifierForArgumentValue.js.flow +0 -49
  49. package/core/getIdentifierForSelection.js.flow +0 -68
  50. package/core/getLiteralArgumentValues.js.flow +0 -32
  51. package/core/getNormalizationOperationName.js.flow +0 -19
  52. package/core/inferRootArgumentDefinitions.js.flow +0 -322
  53. package/index.js.flow +0 -198
  54. package/language/RelayLanguagePluginInterface.js.flow +0 -283
  55. package/language/javascript/FindGraphQLTags.js.flow +0 -136
  56. package/language/javascript/RelayFlowBabelFactories.js.flow +0 -176
  57. package/language/javascript/RelayFlowGenerator.js.flow +0 -1096
  58. package/language/javascript/RelayFlowTypeTransformers.js.flow +0 -181
  59. package/language/javascript/RelayLanguagePluginJavaScript.js.flow +0 -33
  60. package/language/javascript/formatGeneratedModule.js.flow +0 -65
  61. package/lib/bin/RelayCompilerBin.js +0 -143
  62. package/lib/bin/RelayCompilerMain.js +0 -486
  63. package/lib/bin/__fixtures__/plugin-module.js +0 -16
  64. package/lib/codegen/CodegenDirectory.js +0 -335
  65. package/lib/codegen/CodegenRunner.js +0 -433
  66. package/lib/codegen/CodegenTypes.js +0 -11
  67. package/lib/codegen/CodegenWatcher.js +0 -271
  68. package/lib/codegen/NormalizationCodeGenerator.js +0 -487
  69. package/lib/codegen/ReaderCodeGenerator.js +0 -473
  70. package/lib/codegen/RelayCodeGenerator.js +0 -75
  71. package/lib/codegen/RelayFileWriter.js +0 -270
  72. package/lib/codegen/SourceControl.js +0 -60
  73. package/lib/codegen/compileRelayArtifacts.js +0 -157
  74. package/lib/codegen/createPrintRequireModuleDependency.js +0 -19
  75. package/lib/codegen/sortObjectByKey.js +0 -41
  76. package/lib/codegen/writeRelayGeneratedFile.js +0 -206
  77. package/lib/core/ASTCache.js +0 -70
  78. package/lib/core/ASTConvert.js +0 -198
  79. package/lib/core/CompilerContext.js +0 -165
  80. package/lib/core/CompilerError.js +0 -252
  81. package/lib/core/DotGraphQLParser.js +0 -40
  82. package/lib/core/GraphQLCompilerProfiler.js +0 -299
  83. package/lib/core/GraphQLDerivedFromMetadata.js +0 -31
  84. package/lib/core/GraphQLWatchmanClient.js +0 -150
  85. package/lib/core/IR.js +0 -11
  86. package/lib/core/IRPrinter.js +0 -388
  87. package/lib/core/IRTransformer.js +0 -345
  88. package/lib/core/IRValidator.js +0 -226
  89. package/lib/core/IRVisitor.js +0 -45
  90. package/lib/core/JSModuleParser.js +0 -18
  91. package/lib/core/RelayCompilerScope.js +0 -183
  92. package/lib/core/RelayFindGraphQLTags.js +0 -79
  93. package/lib/core/RelayGraphQLEnumsGenerator.js +0 -50
  94. package/lib/core/RelayIRTransforms.js +0 -109
  95. package/lib/core/RelayParser.js +0 -1381
  96. package/lib/core/RelaySourceModuleParser.js +0 -104
  97. package/lib/core/Schema.js +0 -1877
  98. package/lib/core/SchemaUtils.js +0 -98
  99. package/lib/core/filterContextForNode.js +0 -50
  100. package/lib/core/getFieldDefinition.js +0 -145
  101. package/lib/core/getIdentifierForArgumentValue.js +0 -54
  102. package/lib/core/getIdentifierForSelection.js +0 -49
  103. package/lib/core/getLiteralArgumentValues.js +0 -26
  104. package/lib/core/getNormalizationOperationName.js +0 -17
  105. package/lib/core/inferRootArgumentDefinitions.js +0 -351
  106. package/lib/index.js +0 -178
  107. package/lib/language/RelayLanguagePluginInterface.js +0 -26
  108. package/lib/language/javascript/FindGraphQLTags.js +0 -126
  109. package/lib/language/javascript/RelayFlowBabelFactories.js +0 -160
  110. package/lib/language/javascript/RelayFlowGenerator.js +0 -856
  111. package/lib/language/javascript/RelayFlowTypeTransformers.js +0 -119
  112. package/lib/language/javascript/RelayLanguagePluginJavaScript.js +0 -30
  113. package/lib/language/javascript/formatGeneratedModule.js +0 -36
  114. package/lib/reporters/ConsoleReporter.js +0 -61
  115. package/lib/reporters/MultiReporter.js +0 -45
  116. package/lib/reporters/Reporter.js +0 -11
  117. package/lib/runner/Artifacts.js +0 -323
  118. package/lib/runner/BufferedFilesystem.js +0 -262
  119. package/lib/runner/GraphQLASTNodeGroup.js +0 -256
  120. package/lib/runner/GraphQLASTUtils.js +0 -23
  121. package/lib/runner/GraphQLNodeMap.js +0 -81
  122. package/lib/runner/Sources.js +0 -271
  123. package/lib/runner/StrictMap.js +0 -134
  124. package/lib/runner/compileArtifacts.js +0 -39
  125. package/lib/runner/extractAST.js +0 -77
  126. package/lib/runner/getChangedNodeNames.js +0 -82
  127. package/lib/runner/getSchemaInstance.js +0 -30
  128. package/lib/runner/types.js +0 -12
  129. package/lib/transforms/ApplyFragmentArgumentTransform.js +0 -393
  130. package/lib/transforms/ClientExtensionsTransform.js +0 -221
  131. package/lib/transforms/ConnectionTransform.js +0 -639
  132. package/lib/transforms/DeclarativeConnectionMutationTransform.js +0 -218
  133. package/lib/transforms/DeferStreamTransform.js +0 -246
  134. package/lib/transforms/DisallowIdAsAlias.js +0 -40
  135. package/lib/transforms/DisallowTypenameOnRoot.js +0 -53
  136. package/lib/transforms/FieldHandleTransform.js +0 -79
  137. package/lib/transforms/FilterCompilerDirectivesTransform.js +0 -29
  138. package/lib/transforms/FilterDirectivesTransform.js +0 -42
  139. package/lib/transforms/FlattenTransform.js +0 -306
  140. package/lib/transforms/GenerateIDFieldTransform.js +0 -135
  141. package/lib/transforms/GenerateTypeNameTransform.js +0 -149
  142. package/lib/transforms/InlineDataFragmentTransform.js +0 -100
  143. package/lib/transforms/InlineFragmentsTransform.js +0 -61
  144. package/lib/transforms/MaskTransform.js +0 -117
  145. package/lib/transforms/MatchTransform.js +0 -434
  146. package/lib/transforms/ReactFlightComponentTransform.js +0 -158
  147. package/lib/transforms/RefetchableFragmentTransform.js +0 -249
  148. package/lib/transforms/RelayDirectiveTransform.js +0 -83
  149. package/lib/transforms/RequiredFieldTransform.js +0 -369
  150. package/lib/transforms/SkipClientExtensionsTransform.js +0 -46
  151. package/lib/transforms/SkipHandleFieldTransform.js +0 -45
  152. package/lib/transforms/SkipRedundantNodesTransform.js +0 -261
  153. package/lib/transforms/SkipSplitOperationTransform.js +0 -32
  154. package/lib/transforms/SkipUnreachableNodeTransform.js +0 -158
  155. package/lib/transforms/SkipUnusedVariablesTransform.js +0 -75
  156. package/lib/transforms/SplitModuleImportTransform.js +0 -82
  157. package/lib/transforms/TestOperationTransform.js +0 -144
  158. package/lib/transforms/TransformUtils.js +0 -21
  159. package/lib/transforms/ValidateGlobalVariablesTransform.js +0 -92
  160. package/lib/transforms/ValidateRequiredArgumentsTransform.js +0 -114
  161. package/lib/transforms/ValidateServerOnlyDirectivesTransform.js +0 -108
  162. package/lib/transforms/ValidateUnusedVariablesTransform.js +0 -96
  163. package/lib/transforms/query-generators/FetchableQueryGenerator.js +0 -157
  164. package/lib/transforms/query-generators/NodeQueryGenerator.js +0 -166
  165. package/lib/transforms/query-generators/QueryQueryGenerator.js +0 -48
  166. package/lib/transforms/query-generators/ViewerQueryGenerator.js +0 -77
  167. package/lib/transforms/query-generators/index.js +0 -60
  168. package/lib/transforms/query-generators/utils.js +0 -92
  169. package/lib/util/CodeMarker.js +0 -80
  170. package/lib/util/DefaultHandleKey.js +0 -15
  171. package/lib/util/RelayCompilerCache.js +0 -97
  172. package/lib/util/Rollout.js +0 -40
  173. package/lib/util/TimeReporter.js +0 -83
  174. package/lib/util/areEqualArgValues.js +0 -135
  175. package/lib/util/argumentContainsVariables.js +0 -37
  176. package/lib/util/dedupeJSONStringify.js +0 -160
  177. package/lib/util/generateAbstractTypeRefinementKey.js +0 -24
  178. package/lib/util/getDefinitionNodeHash.js +0 -22
  179. package/lib/util/getModuleName.js +0 -32
  180. package/lib/util/joinArgumentDefinitions.js +0 -67
  181. package/lib/util/md5.js +0 -17
  182. package/lib/util/murmurHash.js +0 -86
  183. package/lib/util/nullthrowsOSS.js +0 -23
  184. package/lib/util/orList.js +0 -36
  185. package/lib/util/partitionArray.js +0 -35
  186. package/relay-compiler.js +0 -17
  187. package/relay-compiler.min.js +0 -22
  188. package/reporters/ConsoleReporter.js.flow +0 -81
  189. package/reporters/MultiReporter.js.flow +0 -43
  190. package/reporters/Reporter.js.flow +0 -19
  191. package/runner/Artifacts.js.flow +0 -215
  192. package/runner/BufferedFilesystem.js.flow +0 -194
  193. package/runner/GraphQLASTNodeGroup.js.flow +0 -174
  194. package/runner/GraphQLASTUtils.js.flow +0 -26
  195. package/runner/GraphQLNodeMap.js.flow +0 -55
  196. package/runner/Sources.js.flow +0 -227
  197. package/runner/StrictMap.js.flow +0 -96
  198. package/runner/compileArtifacts.js.flow +0 -75
  199. package/runner/extractAST.js.flow +0 -98
  200. package/runner/getChangedNodeNames.js.flow +0 -48
  201. package/runner/getSchemaInstance.js.flow +0 -36
  202. package/runner/types.js.flow +0 -37
  203. package/transforms/ApplyFragmentArgumentTransform.js.flow +0 -524
  204. package/transforms/ClientExtensionsTransform.js.flow +0 -224
  205. package/transforms/ConnectionTransform.js.flow +0 -850
  206. package/transforms/DeclarativeConnectionMutationTransform.js.flow +0 -245
  207. package/transforms/DeferStreamTransform.js.flow +0 -263
  208. package/transforms/DisallowIdAsAlias.js.flow +0 -46
  209. package/transforms/DisallowTypenameOnRoot.js.flow +0 -44
  210. package/transforms/FieldHandleTransform.js.flow +0 -77
  211. package/transforms/FilterCompilerDirectivesTransform.js.flow +0 -33
  212. package/transforms/FilterDirectivesTransform.js.flow +0 -45
  213. package/transforms/FlattenTransform.js.flow +0 -458
  214. package/transforms/GenerateIDFieldTransform.js.flow +0 -151
  215. package/transforms/GenerateTypeNameTransform.js.flow +0 -159
  216. package/transforms/InlineDataFragmentTransform.js.flow +0 -123
  217. package/transforms/InlineFragmentsTransform.js.flow +0 -70
  218. package/transforms/MaskTransform.js.flow +0 -124
  219. package/transforms/MatchTransform.js.flow +0 -587
  220. package/transforms/ReactFlightComponentTransform.js.flow +0 -194
  221. package/transforms/RefetchableFragmentTransform.js.flow +0 -266
  222. package/transforms/RelayDirectiveTransform.js.flow +0 -96
  223. package/transforms/RequiredFieldTransform.js.flow +0 -413
  224. package/transforms/SkipClientExtensionsTransform.js.flow +0 -54
  225. package/transforms/SkipHandleFieldTransform.js.flow +0 -44
  226. package/transforms/SkipRedundantNodesTransform.js.flow +0 -255
  227. package/transforms/SkipSplitOperationTransform.js.flow +0 -37
  228. package/transforms/SkipUnreachableNodeTransform.js.flow +0 -148
  229. package/transforms/SkipUnusedVariablesTransform.js.flow +0 -59
  230. package/transforms/SplitModuleImportTransform.js.flow +0 -97
  231. package/transforms/TestOperationTransform.js.flow +0 -142
  232. package/transforms/TransformUtils.js.flow +0 -26
  233. package/transforms/ValidateGlobalVariablesTransform.js.flow +0 -80
  234. package/transforms/ValidateRequiredArgumentsTransform.js.flow +0 -126
  235. package/transforms/ValidateServerOnlyDirectivesTransform.js.flow +0 -111
  236. package/transforms/ValidateUnusedVariablesTransform.js.flow +0 -88
  237. package/transforms/query-generators/FetchableQueryGenerator.js.flow +0 -188
  238. package/transforms/query-generators/NodeQueryGenerator.js.flow +0 -217
  239. package/transforms/query-generators/QueryQueryGenerator.js.flow +0 -57
  240. package/transforms/query-generators/ViewerQueryGenerator.js.flow +0 -97
  241. package/transforms/query-generators/index.js.flow +0 -89
  242. package/transforms/query-generators/utils.js.flow +0 -76
  243. package/util/CodeMarker.js.flow +0 -79
  244. package/util/DefaultHandleKey.js.flow +0 -17
  245. package/util/RelayCompilerCache.js.flow +0 -86
  246. package/util/Rollout.js.flow +0 -39
  247. package/util/TimeReporter.js.flow +0 -79
  248. package/util/areEqualArgValues.js.flow +0 -126
  249. package/util/argumentContainsVariables.js.flow +0 -38
  250. package/util/dedupeJSONStringify.js.flow +0 -152
  251. package/util/generateAbstractTypeRefinementKey.js.flow +0 -29
  252. package/util/getDefinitionNodeHash.js.flow +0 -24
  253. package/util/getModuleName.js.flow +0 -39
  254. package/util/joinArgumentDefinitions.js.flow +0 -105
  255. package/util/md5.js.flow +0 -19
  256. package/util/murmurHash.js.flow +0 -94
  257. package/util/nullthrowsOSS.js.flow +0 -25
  258. package/util/orList.js.flow +0 -37
  259. package/util/partitionArray.js.flow +0 -37
@@ -1,150 +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
- * @emails oncall+relay
10
- */
11
- // flowlint ambiguous-object-type:error
12
- 'use strict';
13
-
14
- var _asyncToGenerator = require("@babel/runtime/helpers/asyncToGenerator");
15
-
16
- var childProcess = require('child_process');
17
-
18
- var watchman = require('fb-watchman');
19
-
20
- var MAX_ATTEMPT_LIMIT = 5;
21
-
22
- function delay(delayMs) {
23
- return new Promise(function (resolve) {
24
- return setTimeout(resolve, delayMs);
25
- });
26
- }
27
-
28
- var GraphQLWatchmanClient = /*#__PURE__*/function () {
29
- GraphQLWatchmanClient.isAvailable = function isAvailable() {
30
- return new Promise(function (resolve) {
31
- // This command not only will verify that watchman CLI is available
32
- // More than that `watchman version` is a command that runs on the server.
33
- // And it can tell us that watchman is up and running
34
- // Also `watchman version` check ``relative_root`` capability
35
- // under the covers
36
- var proc = childProcess.spawn('watchman', ['version']);
37
- proc.on('error', function () {
38
- resolve(false);
39
- });
40
- proc.on('close', function (code) {
41
- resolve(code === 0);
42
- });
43
- });
44
- };
45
-
46
- function GraphQLWatchmanClient() {
47
- var attemptLimit = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
48
- this._client = new watchman.Client();
49
- this._attemptLimit = Math.max(Math.min(MAX_ATTEMPT_LIMIT, attemptLimit), 0);
50
- }
51
-
52
- var _proto = GraphQLWatchmanClient.prototype;
53
-
54
- _proto._command = function _command() {
55
- var _this = this;
56
-
57
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
58
- args[_key] = arguments[_key];
59
- }
60
-
61
- return new Promise(function (resolve, reject) {
62
- _this._client.command(args, function (error, response) {
63
- if (error) {
64
- reject(error);
65
- } else {
66
- resolve(response);
67
- }
68
- });
69
- });
70
- };
71
-
72
- _proto.command = /*#__PURE__*/function () {
73
- var _command2 = _asyncToGenerator(function* () {
74
- var attempt = 0;
75
-
76
- for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
77
- args[_key2] = arguments[_key2];
78
- }
79
-
80
- while (true) {
81
- try {
82
- attempt++;
83
- return yield this._command.apply(this, args);
84
- } catch (error) {
85
- if (attempt > this._attemptLimit) {
86
- throw error;
87
- }
88
-
89
- yield delay(Math.pow(2, attempt) * 500);
90
-
91
- this._client.end();
92
-
93
- this._client = new watchman.Client();
94
- }
95
- }
96
- });
97
-
98
- function command() {
99
- return _command2.apply(this, arguments);
100
- }
101
-
102
- return command;
103
- }();
104
-
105
- _proto.hasCapability = /*#__PURE__*/function () {
106
- var _hasCapability = _asyncToGenerator(function* (capability) {
107
- var resp = yield this.command('list-capabilities');
108
- return resp.capabilities.includes(capability);
109
- });
110
-
111
- function hasCapability(_x) {
112
- return _hasCapability.apply(this, arguments);
113
- }
114
-
115
- return hasCapability;
116
- }();
117
-
118
- _proto.watchProject = /*#__PURE__*/function () {
119
- var _watchProject = _asyncToGenerator(function* (baseDir) {
120
- var resp = yield this.command('watch-project', baseDir);
121
-
122
- if ('warning' in resp) {
123
- console.error('Warning:', resp.warning);
124
- }
125
-
126
- return {
127
- root: resp.watch,
128
- relativePath: resp.relative_path
129
- };
130
- });
131
-
132
- function watchProject(_x2) {
133
- return _watchProject.apply(this, arguments);
134
- }
135
-
136
- return watchProject;
137
- }();
138
-
139
- _proto.on = function on(event, callback) {
140
- this._client.on(event, callback);
141
- };
142
-
143
- _proto.end = function end() {
144
- this._client.end();
145
- };
146
-
147
- return GraphQLWatchmanClient;
148
- }();
149
-
150
- module.exports = GraphQLWatchmanClient;
package/lib/core/IR.js DELETED
@@ -1,11 +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';
@@ -1,388 +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('../util/DefaultHandleKey'),
14
- DEFAULT_HANDLE_KEY = _require.DEFAULT_HANDLE_KEY;
15
-
16
- var invariant = require('invariant');
17
-
18
- var INDENT = ' ';
19
- /**
20
- * Converts an IR node into a GraphQL string. Custom Relay
21
- * extensions (directives) are not supported; to print fragments with
22
- * variables or fragment spreads with arguments, transform the node
23
- * prior to printing.
24
- */
25
-
26
- function print(schema, node) {
27
- switch (node.kind) {
28
- case 'Fragment':
29
- return "fragment ".concat(node.name, " on ").concat(schema.getTypeString(node.type)) + printFragmentArgumentDefinitions(schema, node.argumentDefinitions) + printDirectives(schema, node.directives) + printSelections(schema, node, '', {}) + '\n';
30
-
31
- case 'Root':
32
- return "".concat(node.operation, " ").concat(node.name) + printArgumentDefinitions(schema, node.argumentDefinitions) + printDirectives(schema, node.directives) + printSelections(schema, node, '', {}) + '\n';
33
-
34
- case 'SplitOperation':
35
- return "SplitOperation ".concat(node.name, " on ").concat(schema.getTypeString(node.type)) + printSelections(schema, node, '', {}) + '\n';
36
-
37
- default:
38
- node;
39
- !false ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Unsupported IR node `%s`.', node.kind) : invariant(false) : void 0;
40
- }
41
- }
42
-
43
- function printSelections(schema, node, indent, options) {
44
- var selections = node.selections;
45
-
46
- if (selections == null) {
47
- return '';
48
- }
49
-
50
- var printed = selections.map(function (selection) {
51
- return printSelection(schema, selection, indent, options);
52
- });
53
- return printed.length ? " {\n".concat(indent + INDENT).concat(printed.join('\n' + indent + INDENT), "\n").concat(indent).concat((options === null || options === void 0 ? void 0 : options.isClientExtension) === true ? '# ' : '', "}") : '';
54
- }
55
- /**
56
- * Prints a field without subselections.
57
- */
58
-
59
-
60
- function printField(schema, field, options) {
61
- var _options$parentDirect;
62
-
63
- var parentDirectives = (_options$parentDirect = options === null || options === void 0 ? void 0 : options.parentDirectives) !== null && _options$parentDirect !== void 0 ? _options$parentDirect : '';
64
- var isClientExtension = (options === null || options === void 0 ? void 0 : options.isClientExtension) === true;
65
- return (isClientExtension ? '# ' : '') + (field.alias === field.name ? field.name : field.alias + ': ' + field.name) + printArguments(schema, field.args) + parentDirectives + printDirectives(schema, field.directives) + printHandles(schema, field);
66
- }
67
-
68
- function printSelection(schema, selection, indent, options) {
69
- var _options$parentDirect2;
70
-
71
- var str;
72
- var parentDirectives = (_options$parentDirect2 = options === null || options === void 0 ? void 0 : options.parentDirectives) !== null && _options$parentDirect2 !== void 0 ? _options$parentDirect2 : '';
73
- var isClientExtension = (options === null || options === void 0 ? void 0 : options.isClientExtension) === true;
74
-
75
- if (selection.kind === 'LinkedField') {
76
- str = printField(schema, selection, {
77
- parentDirectives: parentDirectives,
78
- isClientExtension: isClientExtension
79
- });
80
- str += printSelections(schema, selection, indent + INDENT, {
81
- isClientExtension: isClientExtension
82
- });
83
- } else if (selection.kind === 'ModuleImport') {
84
- str = selection.selections.map(function (matchSelection) {
85
- return printSelection(schema, matchSelection, indent, {
86
- parentDirectives: parentDirectives,
87
- isClientExtension: isClientExtension
88
- });
89
- }).join('\n' + indent + INDENT);
90
- } else if (selection.kind === 'ScalarField') {
91
- str = printField(schema, selection, {
92
- parentDirectives: parentDirectives,
93
- isClientExtension: isClientExtension
94
- });
95
- } else if (selection.kind === 'InlineFragment') {
96
- str = '';
97
-
98
- if (isClientExtension) {
99
- str += '# ';
100
- }
101
-
102
- str += '... on ' + schema.getTypeString(selection.typeCondition);
103
- str += parentDirectives;
104
- str += printDirectives(schema, selection.directives);
105
- str += printSelections(schema, selection, indent + INDENT, {
106
- isClientExtension: isClientExtension
107
- });
108
- } else if (selection.kind === 'FragmentSpread') {
109
- str = '';
110
-
111
- if (isClientExtension) {
112
- str += '# ';
113
- }
114
-
115
- str += '...' + selection.name;
116
- str += parentDirectives;
117
- str += printFragmentArguments(schema, selection.args);
118
- str += printDirectives(schema, selection.directives);
119
- } else if (selection.kind === 'InlineDataFragmentSpread') {
120
- str = "# ".concat(selection.name, " @inline") + "\n".concat(indent).concat(INDENT, "...") + parentDirectives + printSelections(schema, selection, indent + INDENT, {});
121
- } else if (selection.kind === 'Condition') {
122
- var value = printValue(schema, selection.condition, null); // For Flow
123
-
124
- !(value != null) ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Expected a variable for condition, got a literal `null`.') : invariant(false) : void 0;
125
- var condStr = selection.passingValue ? ' @include' : ' @skip';
126
- condStr += '(if: ' + value + ')';
127
- condStr += parentDirectives; // For multi-selection conditions, pushes the condition down to each
128
-
129
- var subSelections = selection.selections.map(function (sel) {
130
- return printSelection(schema, sel, indent, {
131
- parentDirectives: condStr,
132
- isClientExtension: isClientExtension
133
- });
134
- });
135
- str = subSelections.join('\n' + indent + INDENT);
136
- } else if (selection.kind === 'Stream') {
137
- var streamStr = parentDirectives;
138
- streamStr += " @stream(label: \"".concat(selection.label, "\"");
139
-
140
- if (selection["if"] !== null) {
141
- var _printValue;
142
-
143
- streamStr += ", if: ".concat((_printValue = printValue(schema, selection["if"], null)) !== null && _printValue !== void 0 ? _printValue : '');
144
- }
145
-
146
- if (selection.initialCount !== null) {
147
- var _printValue2;
148
-
149
- streamStr += ", initial_count: ".concat((_printValue2 = printValue(schema, selection.initialCount, null)) !== null && _printValue2 !== void 0 ? _printValue2 : '');
150
- }
151
-
152
- if (selection.useCustomizedBatch !== null) {
153
- var _printValue3;
154
-
155
- streamStr += ", use_customized_batch: ".concat((_printValue3 = printValue(schema, selection.useCustomizedBatch, null)) !== null && _printValue3 !== void 0 ? _printValue3 : 'false');
156
- }
157
-
158
- streamStr += ')';
159
-
160
- var _subSelections = selection.selections.map(function (sel) {
161
- return printSelection(schema, sel, indent, {
162
- parentDirectives: streamStr,
163
- isClientExtension: isClientExtension
164
- });
165
- });
166
-
167
- str = _subSelections.join('\n' + INDENT);
168
- } else if (selection.kind === 'Defer') {
169
- var deferStr = parentDirectives;
170
- deferStr += " @defer(label: \"".concat(selection.label, "\"");
171
-
172
- if (selection["if"] !== null) {
173
- var _printValue4;
174
-
175
- deferStr += ", if: ".concat((_printValue4 = printValue(schema, selection["if"], null)) !== null && _printValue4 !== void 0 ? _printValue4 : '');
176
- }
177
-
178
- deferStr += ')';
179
-
180
- if (selection.selections.every(function (subSelection) {
181
- return subSelection.kind === 'InlineFragment' || subSelection.kind === 'FragmentSpread';
182
- })) {
183
- var _subSelections2 = selection.selections.map(function (sel) {
184
- return printSelection(schema, sel, indent, {
185
- parentDirectives: deferStr,
186
- isClientExtension: isClientExtension
187
- });
188
- });
189
-
190
- str = _subSelections2.join('\n' + INDENT);
191
- } else {
192
- str = '...' + deferStr;
193
- str += printSelections(schema, selection, indent + INDENT, {
194
- isClientExtension: isClientExtension
195
- });
196
- }
197
- } else if (selection.kind === 'ClientExtension') {
198
- !(isClientExtension === false) ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Did not expect to encounter a ClientExtension node ' + 'as a descendant of another ClientExtension node.') : invariant(false) : void 0;
199
- str = '# Client-only selections:\n' + indent + INDENT + selection.selections.map(function (sel) {
200
- return printSelection(schema, sel, indent, {
201
- parentDirectives: parentDirectives,
202
- isClientExtension: true
203
- });
204
- }).join('\n' + indent + INDENT);
205
- } else {
206
- selection;
207
- !false ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Unknown selection kind `%s`.', selection.kind) : invariant(false) : void 0;
208
- }
209
-
210
- return str;
211
- }
212
-
213
- function printArgumentDefinitions(schema, argumentDefinitions) {
214
- var printed = argumentDefinitions.map(function (def) {
215
- var str = "$".concat(def.name, ": ").concat(schema.getTypeString(def.type));
216
-
217
- if (def.defaultValue != null) {
218
- str += ' = ' + printLiteral(schema, def.defaultValue, def.type);
219
- }
220
-
221
- return str;
222
- });
223
- return printed.length ? "(\n".concat(INDENT).concat(printed.join('\n' + INDENT), "\n)") : '';
224
- }
225
-
226
- function printFragmentArgumentDefinitions(schema, argumentDefinitions) {
227
- var printed;
228
- argumentDefinitions.forEach(function (def) {
229
- if (def.kind !== 'LocalArgumentDefinition') {
230
- return;
231
- }
232
-
233
- printed = printed || [];
234
- var str = "".concat(def.name, ": {type: \"").concat(schema.getTypeString(def.type), "\"");
235
-
236
- if (def.defaultValue != null) {
237
- str += ", defaultValue: ".concat(printLiteral(schema, def.defaultValue, def.type));
238
- }
239
-
240
- str += '}';
241
- printed.push(str);
242
- });
243
- return printed && printed.length ? " @argumentDefinitions(\n".concat(INDENT).concat(printed.join('\n' + INDENT), "\n)") : '';
244
- }
245
-
246
- function printHandles(schema, field) {
247
- if (!field.handles) {
248
- return '';
249
- }
250
-
251
- var printed = field.handles.map(function (handle) {
252
- // For backward compatibility.
253
- var key = handle.key === DEFAULT_HANDLE_KEY ? '' : ", key: \"".concat(handle.key, "\"");
254
- var filters = handle.filters == null ? '' : ", filters: ".concat(JSON.stringify(Array.from(handle.filters).sort()));
255
- var handleArgs = handle.handleArgs == null ? '' : ", handleArgs: ".concat(printArguments(schema, handle.handleArgs));
256
- return "@__clientField(handle: \"".concat(handle.name, "\"").concat(key).concat(filters).concat(handleArgs, ")");
257
- });
258
- return printed.length ? ' ' + printed.join(' ') : '';
259
- }
260
-
261
- function printDirectives(schema, directives) {
262
- var printed = directives.map(function (directive) {
263
- return '@' + directive.name + printArguments(schema, directive.args);
264
- });
265
- return printed.length ? ' ' + printed.join(' ') : '';
266
- }
267
-
268
- function printFragmentArguments(schema, args) {
269
- var printedArgs = printArguments(schema, args);
270
-
271
- if (!printedArgs.length) {
272
- return '';
273
- }
274
-
275
- return " @arguments".concat(printedArgs);
276
- }
277
-
278
- function printArguments(schema, args) {
279
- var printed = [];
280
- args.forEach(function (arg) {
281
- var printedValue = printValue(schema, arg.value, arg.type);
282
-
283
- if (printedValue != null) {
284
- printed.push(arg.name + ': ' + printedValue);
285
- }
286
- });
287
- return printed.length ? '(' + printed.join(', ') + ')' : '';
288
- }
289
-
290
- function printValue(schema, value, type) {
291
- if (type != null && schema.isNonNull(type)) {
292
- type = schema.getNullableType(type);
293
- }
294
-
295
- if (value.kind === 'Variable') {
296
- return '$' + value.variableName;
297
- } else if (value.kind === 'ObjectValue') {
298
- var inputType = type != null ? schema.asInputObjectType(type) : null;
299
- var pairs = value.fields.map(function (field) {
300
- var fieldConfig = inputType != null ? schema.hasField(inputType, field.name) ? schema.getFieldConfig(schema.expectField(inputType, field.name)) : null : null;
301
- var innerValue = printValue(schema, field.value, fieldConfig === null || fieldConfig === void 0 ? void 0 : fieldConfig.type);
302
- return innerValue == null ? null : field.name + ': ' + innerValue;
303
- }).filter(Boolean);
304
- return '{' + pairs.join(', ') + '}';
305
- } else if (value.kind === 'ListValue') {
306
- !(type && schema.isList(type)) ? process.env.NODE_ENV !== "production" ? invariant(false, 'GraphQLIRPrinter: Need a type in order to print arrays.') : invariant(false) : void 0;
307
- var innerType = schema.getListItemType(type);
308
- return "[".concat(value.items.map(function (i) {
309
- return printValue(schema, i, innerType);
310
- }).join(', '), "]");
311
- } else if (value.value != null) {
312
- return printLiteral(schema, value.value, type);
313
- } else {
314
- return null;
315
- }
316
- }
317
-
318
- function printLiteral(schema, value, type) {
319
- if (value == null) {
320
- var _JSON$stringify;
321
-
322
- return (_JSON$stringify = JSON.stringify(value)) !== null && _JSON$stringify !== void 0 ? _JSON$stringify : 'null';
323
- }
324
-
325
- if (type != null && schema.isNonNull(type)) {
326
- type = schema.getNullableType(type);
327
- }
328
-
329
- if (type && schema.isEnum(type)) {
330
- var _JSON$stringify2;
331
-
332
- var result = schema.serialize(schema.assertEnumType(type), value);
333
-
334
- if (result == null && typeof value === 'string') {
335
- // For backwards compatibility, print invalid input values as-is. This
336
- // can occur with literals defined as an @argumentDefinitions
337
- // defaultValue.
338
- result = value;
339
- }
340
-
341
- !(typeof result === 'string') ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Expected value of type %s to be a valid enum value, got `%s`.', schema.getTypeString(type), (_JSON$stringify2 = JSON.stringify(value)) !== null && _JSON$stringify2 !== void 0 ? _JSON$stringify2 : 'null') : invariant(false) : void 0;
342
- return result;
343
- } else if (type && (schema.isId(type) || schema.isInt(type))) {
344
- var _JSON$stringify3;
345
-
346
- return (_JSON$stringify3 = JSON.stringify(value)) !== null && _JSON$stringify3 !== void 0 ? _JSON$stringify3 : '';
347
- } else if (type && schema.isScalar(type)) {
348
- var _JSON$stringify4;
349
-
350
- var _result = schema.serialize(schema.assertScalarType(type), value);
351
-
352
- return (_JSON$stringify4 = JSON.stringify(_result)) !== null && _JSON$stringify4 !== void 0 ? _JSON$stringify4 : '';
353
- } else if (Array.isArray(value)) {
354
- !(type && schema.isList(type)) ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Need a type in order to print arrays.') : invariant(false) : void 0;
355
- var itemType = schema.getListItemType(type);
356
- return '[' + value.map(function (item) {
357
- return printLiteral(schema, item, itemType);
358
- }).join(', ') + ']';
359
- } else if (type && schema.isList(type) && value != null) {
360
- // Not an array, but still a list. Treat as list-of-one as per spec 3.1.7:
361
- // http://facebook.github.io/graphql/October2016/#sec-Lists
362
- return printLiteral(schema, value, schema.getListItemType(type));
363
- } else if (typeof value === 'object' && value != null) {
364
- var fields = [];
365
- !(type && schema.isInputObject(type)) ? process.env.NODE_ENV !== "production" ? invariant(false, 'IRPrinter: Need an InputObject type to print objects.') : invariant(false) : void 0;
366
- var inputType = schema.assertInputObjectType(type);
367
-
368
- for (var key in value) {
369
- if (value.hasOwnProperty(key)) {
370
- var fieldConfig = schema.getFieldConfig(schema.expectField(inputType, key));
371
- fields.push(key + ': ' + printLiteral(schema, value[key], fieldConfig.type));
372
- }
373
- }
374
-
375
- return '{' + fields.join(', ') + '}';
376
- } else {
377
- var _JSON$stringify5;
378
-
379
- return (_JSON$stringify5 = JSON.stringify(value)) !== null && _JSON$stringify5 !== void 0 ? _JSON$stringify5 : 'null';
380
- }
381
- }
382
-
383
- module.exports = {
384
- print: print,
385
- printField: printField,
386
- printArguments: printArguments,
387
- printDirectives: printDirectives
388
- };