relay-compiler 11.0.2 → 13.0.0-rc.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (261) hide show
  1. package/README.md +108 -0
  2. package/cli.js +23 -0
  3. package/index.js +22 -4
  4. package/linux-x64/relay +0 -0
  5. package/macos-arm64/relay +0 -0
  6. package/macos-x64/relay +0 -0
  7. package/package.json +2 -26
  8. package/win-x64/relay.exe +0 -0
  9. package/bin/RelayCompilerBin.js.flow +0 -169
  10. package/bin/RelayCompilerMain.js.flow +0 -515
  11. package/bin/__fixtures__/plugin-module.js.flow +0 -17
  12. package/bin/relay-compiler +0 -19008
  13. package/codegen/CodegenDirectory.js.flow +0 -375
  14. package/codegen/CodegenRunner.js.flow +0 -432
  15. package/codegen/CodegenTypes.js.flow +0 -28
  16. package/codegen/CodegenWatcher.js.flow +0 -254
  17. package/codegen/NormalizationCodeGenerator.js.flow +0 -571
  18. package/codegen/ReaderCodeGenerator.js.flow +0 -512
  19. package/codegen/RelayCodeGenerator.js.flow +0 -85
  20. package/codegen/RelayFileWriter.js.flow +0 -367
  21. package/codegen/SourceControl.js.flow +0 -58
  22. package/codegen/compileRelayArtifacts.js.flow +0 -182
  23. package/codegen/createPrintRequireModuleDependency.js.flow +0 -21
  24. package/codegen/sortObjectByKey.js.flow +0 -25
  25. package/codegen/writeRelayGeneratedFile.js.flow +0 -239
  26. package/core/ASTCache.js.flow +0 -74
  27. package/core/ASTConvert.js.flow +0 -233
  28. package/core/CompilerContext.js.flow +0 -191
  29. package/core/CompilerError.js.flow +0 -255
  30. package/core/DotGraphQLParser.js.flow +0 -39
  31. package/core/GraphQLCompilerProfiler.js.flow +0 -341
  32. package/core/GraphQLDerivedFromMetadata.js.flow +0 -36
  33. package/core/GraphQLWatchmanClient.js.flow +0 -111
  34. package/core/IR.js.flow +0 -326
  35. package/core/IRPrinter.js.flow +0 -478
  36. package/core/IRTransformer.js.flow +0 -377
  37. package/core/IRValidator.js.flow +0 -260
  38. package/core/IRVisitor.js.flow +0 -150
  39. package/core/JSModuleParser.js.flow +0 -24
  40. package/core/RelayCompilerScope.js.flow +0 -199
  41. package/core/RelayFindGraphQLTags.js.flow +0 -119
  42. package/core/RelayGraphQLEnumsGenerator.js.flow +0 -55
  43. package/core/RelayIRTransforms.js.flow +0 -138
  44. package/core/RelayParser.js.flow +0 -1734
  45. package/core/RelaySourceModuleParser.js.flow +0 -135
  46. package/core/Schema.js.flow +0 -2037
  47. package/core/SchemaUtils.js.flow +0 -120
  48. package/core/filterContextForNode.js.flow +0 -50
  49. package/core/getFieldDefinition.js.flow +0 -156
  50. package/core/getIdentifierForArgumentValue.js.flow +0 -49
  51. package/core/getIdentifierForSelection.js.flow +0 -69
  52. package/core/getLiteralArgumentValues.js.flow +0 -32
  53. package/core/getNormalizationOperationName.js.flow +0 -19
  54. package/core/inferRootArgumentDefinitions.js.flow +0 -323
  55. package/index.js.flow +0 -200
  56. package/language/RelayLanguagePluginInterface.js.flow +0 -283
  57. package/language/javascript/FindGraphQLTags.js.flow +0 -137
  58. package/language/javascript/RelayFlowBabelFactories.js.flow +0 -176
  59. package/language/javascript/RelayFlowGenerator.js.flow +0 -1100
  60. package/language/javascript/RelayFlowTypeTransformers.js.flow +0 -184
  61. package/language/javascript/RelayLanguagePluginJavaScript.js.flow +0 -34
  62. package/language/javascript/formatGeneratedModule.js.flow +0 -65
  63. package/lib/bin/RelayCompilerBin.js +0 -143
  64. package/lib/bin/RelayCompilerMain.js +0 -486
  65. package/lib/bin/__fixtures__/plugin-module.js +0 -16
  66. package/lib/codegen/CodegenDirectory.js +0 -336
  67. package/lib/codegen/CodegenRunner.js +0 -433
  68. package/lib/codegen/CodegenTypes.js +0 -11
  69. package/lib/codegen/CodegenWatcher.js +0 -271
  70. package/lib/codegen/NormalizationCodeGenerator.js +0 -481
  71. package/lib/codegen/ReaderCodeGenerator.js +0 -472
  72. package/lib/codegen/RelayCodeGenerator.js +0 -68
  73. package/lib/codegen/RelayFileWriter.js +0 -270
  74. package/lib/codegen/SourceControl.js +0 -60
  75. package/lib/codegen/compileRelayArtifacts.js +0 -157
  76. package/lib/codegen/createPrintRequireModuleDependency.js +0 -19
  77. package/lib/codegen/sortObjectByKey.js +0 -41
  78. package/lib/codegen/writeRelayGeneratedFile.js +0 -208
  79. package/lib/core/ASTCache.js +0 -70
  80. package/lib/core/ASTConvert.js +0 -198
  81. package/lib/core/CompilerContext.js +0 -165
  82. package/lib/core/CompilerError.js +0 -251
  83. package/lib/core/DotGraphQLParser.js +0 -40
  84. package/lib/core/GraphQLCompilerProfiler.js +0 -299
  85. package/lib/core/GraphQLDerivedFromMetadata.js +0 -31
  86. package/lib/core/GraphQLWatchmanClient.js +0 -150
  87. package/lib/core/IR.js +0 -11
  88. package/lib/core/IRPrinter.js +0 -389
  89. package/lib/core/IRTransformer.js +0 -345
  90. package/lib/core/IRValidator.js +0 -226
  91. package/lib/core/IRVisitor.js +0 -45
  92. package/lib/core/JSModuleParser.js +0 -18
  93. package/lib/core/RelayCompilerScope.js +0 -149
  94. package/lib/core/RelayFindGraphQLTags.js +0 -79
  95. package/lib/core/RelayGraphQLEnumsGenerator.js +0 -50
  96. package/lib/core/RelayIRTransforms.js +0 -109
  97. package/lib/core/RelayParser.js +0 -1382
  98. package/lib/core/RelaySourceModuleParser.js +0 -104
  99. package/lib/core/Schema.js +0 -1877
  100. package/lib/core/SchemaUtils.js +0 -98
  101. package/lib/core/filterContextForNode.js +0 -49
  102. package/lib/core/getFieldDefinition.js +0 -145
  103. package/lib/core/getIdentifierForArgumentValue.js +0 -53
  104. package/lib/core/getIdentifierForSelection.js +0 -48
  105. package/lib/core/getLiteralArgumentValues.js +0 -26
  106. package/lib/core/getNormalizationOperationName.js +0 -17
  107. package/lib/core/inferRootArgumentDefinitions.js +0 -351
  108. package/lib/index.js +0 -178
  109. package/lib/language/RelayLanguagePluginInterface.js +0 -14
  110. package/lib/language/javascript/FindGraphQLTags.js +0 -126
  111. package/lib/language/javascript/RelayFlowBabelFactories.js +0 -160
  112. package/lib/language/javascript/RelayFlowGenerator.js +0 -857
  113. package/lib/language/javascript/RelayFlowTypeTransformers.js +0 -119
  114. package/lib/language/javascript/RelayLanguagePluginJavaScript.js +0 -30
  115. package/lib/language/javascript/formatGeneratedModule.js +0 -36
  116. package/lib/reporters/ConsoleReporter.js +0 -61
  117. package/lib/reporters/MultiReporter.js +0 -45
  118. package/lib/reporters/Reporter.js +0 -11
  119. package/lib/runner/Artifacts.js +0 -323
  120. package/lib/runner/BufferedFilesystem.js +0 -261
  121. package/lib/runner/GraphQLASTNodeGroup.js +0 -256
  122. package/lib/runner/GraphQLASTUtils.js +0 -23
  123. package/lib/runner/GraphQLNodeMap.js +0 -81
  124. package/lib/runner/Sources.js +0 -271
  125. package/lib/runner/StrictMap.js +0 -134
  126. package/lib/runner/compileArtifacts.js +0 -39
  127. package/lib/runner/extractAST.js +0 -77
  128. package/lib/runner/getChangedNodeNames.js +0 -82
  129. package/lib/runner/getSchemaInstance.js +0 -30
  130. package/lib/runner/types.js +0 -12
  131. package/lib/transforms/ApplyFragmentArgumentTransform.js +0 -393
  132. package/lib/transforms/ClientExtensionsTransform.js +0 -221
  133. package/lib/transforms/ConnectionTransform.js +0 -639
  134. package/lib/transforms/DeclarativeConnectionMutationTransform.js +0 -218
  135. package/lib/transforms/DeferStreamTransform.js +0 -246
  136. package/lib/transforms/DisallowIdAsAlias.js +0 -40
  137. package/lib/transforms/DisallowTypenameOnRoot.js +0 -53
  138. package/lib/transforms/FieldHandleTransform.js +0 -79
  139. package/lib/transforms/FilterCompilerDirectivesTransform.js +0 -29
  140. package/lib/transforms/FilterDirectivesTransform.js +0 -41
  141. package/lib/transforms/FlattenTransform.js +0 -306
  142. package/lib/transforms/GenerateIDFieldTransform.js +0 -135
  143. package/lib/transforms/GenerateTypeNameTransform.js +0 -149
  144. package/lib/transforms/InlineDataFragmentTransform.js +0 -100
  145. package/lib/transforms/InlineFragmentsTransform.js +0 -61
  146. package/lib/transforms/MaskTransform.js +0 -117
  147. package/lib/transforms/MatchTransform.js +0 -434
  148. package/lib/transforms/ReactFlightComponentTransform.js +0 -158
  149. package/lib/transforms/RefetchableFragmentTransform.js +0 -249
  150. package/lib/transforms/RelayDirectiveTransform.js +0 -83
  151. package/lib/transforms/RequiredFieldTransform.js +0 -369
  152. package/lib/transforms/SkipClientExtensionsTransform.js +0 -46
  153. package/lib/transforms/SkipHandleFieldTransform.js +0 -44
  154. package/lib/transforms/SkipRedundantNodesTransform.js +0 -254
  155. package/lib/transforms/SkipSplitOperationTransform.js +0 -32
  156. package/lib/transforms/SkipUnreachableNodeTransform.js +0 -158
  157. package/lib/transforms/SkipUnusedVariablesTransform.js +0 -74
  158. package/lib/transforms/SplitModuleImportTransform.js +0 -82
  159. package/lib/transforms/TestOperationTransform.js +0 -144
  160. package/lib/transforms/TransformUtils.js +0 -21
  161. package/lib/transforms/ValidateGlobalVariablesTransform.js +0 -91
  162. package/lib/transforms/ValidateRequiredArgumentsTransform.js +0 -114
  163. package/lib/transforms/ValidateServerOnlyDirectivesTransform.js +0 -108
  164. package/lib/transforms/ValidateUnusedVariablesTransform.js +0 -96
  165. package/lib/transforms/query-generators/FetchableQueryGenerator.js +0 -157
  166. package/lib/transforms/query-generators/NodeQueryGenerator.js +0 -166
  167. package/lib/transforms/query-generators/QueryQueryGenerator.js +0 -48
  168. package/lib/transforms/query-generators/ViewerQueryGenerator.js +0 -77
  169. package/lib/transforms/query-generators/index.js +0 -60
  170. package/lib/transforms/query-generators/utils.js +0 -92
  171. package/lib/util/CodeMarker.js +0 -80
  172. package/lib/util/DefaultHandleKey.js +0 -15
  173. package/lib/util/RelayCompilerCache.js +0 -98
  174. package/lib/util/Rollout.js +0 -40
  175. package/lib/util/TimeReporter.js +0 -83
  176. package/lib/util/areEqualArgValues.js +0 -134
  177. package/lib/util/argumentContainsVariables.js +0 -37
  178. package/lib/util/dedupeJSONStringify.js +0 -160
  179. package/lib/util/generateAbstractTypeRefinementKey.js +0 -24
  180. package/lib/util/getDefinitionNodeHash.js +0 -22
  181. package/lib/util/getModuleName.js +0 -32
  182. package/lib/util/joinArgumentDefinitions.js +0 -66
  183. package/lib/util/md5.js +0 -17
  184. package/lib/util/murmurHash.js +0 -86
  185. package/lib/util/nullthrowsOSS.js +0 -23
  186. package/lib/util/orList.js +0 -36
  187. package/lib/util/partitionArray.js +0 -35
  188. package/relay-compiler.js +0 -17
  189. package/relay-compiler.min.js +0 -22
  190. package/reporters/ConsoleReporter.js.flow +0 -81
  191. package/reporters/MultiReporter.js.flow +0 -43
  192. package/reporters/Reporter.js.flow +0 -19
  193. package/runner/Artifacts.js.flow +0 -219
  194. package/runner/BufferedFilesystem.js.flow +0 -194
  195. package/runner/GraphQLASTNodeGroup.js.flow +0 -176
  196. package/runner/GraphQLASTUtils.js.flow +0 -26
  197. package/runner/GraphQLNodeMap.js.flow +0 -55
  198. package/runner/Sources.js.flow +0 -228
  199. package/runner/StrictMap.js.flow +0 -96
  200. package/runner/compileArtifacts.js.flow +0 -76
  201. package/runner/extractAST.js.flow +0 -100
  202. package/runner/getChangedNodeNames.js.flow +0 -48
  203. package/runner/getSchemaInstance.js.flow +0 -36
  204. package/runner/types.js.flow +0 -37
  205. package/transforms/ApplyFragmentArgumentTransform.js.flow +0 -526
  206. package/transforms/ClientExtensionsTransform.js.flow +0 -225
  207. package/transforms/ConnectionTransform.js.flow +0 -855
  208. package/transforms/DeclarativeConnectionMutationTransform.js.flow +0 -247
  209. package/transforms/DeferStreamTransform.js.flow +0 -265
  210. package/transforms/DisallowIdAsAlias.js.flow +0 -47
  211. package/transforms/DisallowTypenameOnRoot.js.flow +0 -45
  212. package/transforms/FieldHandleTransform.js.flow +0 -79
  213. package/transforms/FilterCompilerDirectivesTransform.js.flow +0 -33
  214. package/transforms/FilterDirectivesTransform.js.flow +0 -45
  215. package/transforms/FlattenTransform.js.flow +0 -460
  216. package/transforms/GenerateIDFieldTransform.js.flow +0 -152
  217. package/transforms/GenerateTypeNameTransform.js.flow +0 -161
  218. package/transforms/InlineDataFragmentTransform.js.flow +0 -125
  219. package/transforms/InlineFragmentsTransform.js.flow +0 -71
  220. package/transforms/MaskTransform.js.flow +0 -126
  221. package/transforms/MatchTransform.js.flow +0 -589
  222. package/transforms/ReactFlightComponentTransform.js.flow +0 -195
  223. package/transforms/RefetchableFragmentTransform.js.flow +0 -272
  224. package/transforms/RelayDirectiveTransform.js.flow +0 -97
  225. package/transforms/RequiredFieldTransform.js.flow +0 -415
  226. package/transforms/SkipClientExtensionsTransform.js.flow +0 -54
  227. package/transforms/SkipHandleFieldTransform.js.flow +0 -44
  228. package/transforms/SkipRedundantNodesTransform.js.flow +0 -258
  229. package/transforms/SkipSplitOperationTransform.js.flow +0 -37
  230. package/transforms/SkipUnreachableNodeTransform.js.flow +0 -149
  231. package/transforms/SkipUnusedVariablesTransform.js.flow +0 -59
  232. package/transforms/SplitModuleImportTransform.js.flow +0 -98
  233. package/transforms/TestOperationTransform.js.flow +0 -142
  234. package/transforms/TransformUtils.js.flow +0 -26
  235. package/transforms/ValidateGlobalVariablesTransform.js.flow +0 -81
  236. package/transforms/ValidateRequiredArgumentsTransform.js.flow +0 -127
  237. package/transforms/ValidateServerOnlyDirectivesTransform.js.flow +0 -112
  238. package/transforms/ValidateUnusedVariablesTransform.js.flow +0 -89
  239. package/transforms/query-generators/FetchableQueryGenerator.js.flow +0 -189
  240. package/transforms/query-generators/NodeQueryGenerator.js.flow +0 -219
  241. package/transforms/query-generators/QueryQueryGenerator.js.flow +0 -57
  242. package/transforms/query-generators/ViewerQueryGenerator.js.flow +0 -97
  243. package/transforms/query-generators/index.js.flow +0 -90
  244. package/transforms/query-generators/utils.js.flow +0 -76
  245. package/util/CodeMarker.js.flow +0 -79
  246. package/util/DefaultHandleKey.js.flow +0 -17
  247. package/util/RelayCompilerCache.js.flow +0 -88
  248. package/util/Rollout.js.flow +0 -39
  249. package/util/TimeReporter.js.flow +0 -79
  250. package/util/areEqualArgValues.js.flow +0 -125
  251. package/util/argumentContainsVariables.js.flow +0 -38
  252. package/util/dedupeJSONStringify.js.flow +0 -152
  253. package/util/generateAbstractTypeRefinementKey.js.flow +0 -29
  254. package/util/getDefinitionNodeHash.js.flow +0 -25
  255. package/util/getModuleName.js.flow +0 -39
  256. package/util/joinArgumentDefinitions.js.flow +0 -105
  257. package/util/md5.js.flow +0 -22
  258. package/util/murmurHash.js.flow +0 -94
  259. package/util/nullthrowsOSS.js.flow +0 -25
  260. package/util/orList.js.flow +0 -37
  261. package/util/partitionArray.js.flow +0 -37
package/README.md ADDED
@@ -0,0 +1,108 @@
1
+ # Relay Compiler
2
+
3
+ Relay-Compiler is a code-generation toolkit for GraphQL. It contains the core
4
+ functionalities of GraphQL code-gen, including file parsing, validation, syntax
5
+ tree parsing and transformation.
6
+
7
+ ## Configuration in package.json
8
+
9
+ The simplest way to configure relay is to add a new `relay` section to your
10
+ `package.json` that contains the relay config.
11
+
12
+ At minimum, the relay config must specify where to find source files (i.e. files
13
+ containing `graphql` literals) and the GraphQL schema for the project.
14
+
15
+ ```
16
+ // adding new section to package json
17
+ {
18
+ ...
19
+ "scripts": {
20
+ "relay": "relay-compiler"
21
+ },
22
+ ...
23
+ // relay configuration
24
+ "relay": {
25
+ "src": "./src",
26
+ "schema": "./src/schema/app_schema.graphql"
27
+ }
28
+ }
29
+ ```
30
+ Relay Compiler will automatically discover the config if:
31
+
32
+ - There is a `relay.config.json`, `relay.config.js` file at the root of the
33
+ project (i.e. in the same folder as the `package.json` file).
34
+ - The `package.json` file contains a `"relay"` key.
35
+
36
+ Additionally, this config file can be specified with the CLI argument `--config`
37
+ as follows:
38
+
39
+ ```shell
40
+ npm run relay --config ./relay.json
41
+ ```
42
+
43
+ or with yarn
44
+
45
+ ```shell
46
+ yarn relay --config ./relay.json
47
+ ```
48
+
49
+ Please note, that if you pass configuration options via --cli arguments, you'll
50
+ need to provide a separate configuration for the [babel plugin](https://www.npmjs.com/package/babel-plugin-relay).
51
+
52
+ ## File Finder
53
+ Relay compiler uses [`watchman`](https://facebook.github.io/watchman/) to find
54
+ file sources, and "listen" to the file changes in the "watch" mode.
55
+ If `watchman` is not available, the compiler will
56
+ use [glob](https://docs.rs/glob/latest/glob/) to query the filesystem for files.
57
+
58
+ ## Configuration
59
+
60
+ ### Supported compiler configuration options
61
+
62
+ - `src` Root directory of application code. [string] [required]
63
+ - `schema` Relative path to the file with GraphQL SDL file.
64
+ [string] [required]
65
+ - `artifactDirectory` A specific directory to output all artifacts to. When
66
+ enabling this the babel plugin needs `artifactDirectory`
67
+ to be set as well. [string]
68
+ - `language` The name of the language used for input files and
69
+ generated artifacts.
70
+ ["flow" | "typescript"] [default: "flow"]
71
+ - `excludes` Directories to ignore under `src`. [array] [default:
72
+ ["**/node_modules/**", "**/__mocks__/**", "**/__generated__/**"]]
73
+ - `schemaExtensions` List of directories with schema extensions. [array]
74
+ - `noFutureProofEnums` For `flow` only. This option controls whether or not
75
+ a catch-all entry is added to enum type definitions
76
+ values that may be added in the future. Enabling this
77
+ means you will have to update your application whenever
78
+ the GraphQL server schema adds new enum values to
79
+ prevent it from breaking. [boolean][default: false]
80
+ - `customScalars` Mappings from custom scalars in your schema to built-in
81
+ GraphQL types, for type emission purposes. [object]
82
+ - `eagerEsModules` This option enables emitting ES modules artifacts.
83
+ [boolean][default: false]
84
+ - `persistConfig`
85
+ - `url` String, URL to send a POST request to to persist.
86
+ [string]
87
+ - `params` The document will be in a `POST`
88
+ parameter `text`. This map can contain additional
89
+ parameters to send. [object]
90
+ - `codegenCommand` Command name that for relay compiler. [string]
91
+
92
+ - `isDevVariableName` Name of the global variable for dev mode (`__DEV__`).
93
+ [string]
94
+ - `jsModuleFormat` Formatting style for generated files. `commonjs`
95
+ or `haste`. Default is `commonjs`.
96
+ [string]
97
+
98
+
99
+ ### CLI configuration
100
+
101
+ We also support a limited set of CLI arguments that should cover the most cases
102
+ when you need to run the compiler.
103
+
104
+ - `--src` Relative path to the source code.
105
+ - `--schema` Relative path to schema file.
106
+ - `--artifactDirectory` Compiler output directory.
107
+ - `--watch` Run compiler in `watch` mode
108
+ (requires [`watchman`](https://facebook.github.io/watchman/) to be installed).
package/cli.js ADDED
@@ -0,0 +1,23 @@
1
+ #!/usr/bin/env node
2
+ /**
3
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
4
+ *
5
+ * This source code is licensed under the MIT license found in the
6
+ * LICENSE file in the root directory of this source tree.
7
+ *
8
+ * @noflow
9
+ * @format
10
+ */
11
+
12
+ 'use strict';
13
+
14
+ var bin = require('./');
15
+ var spawn = require('child_process').spawn;
16
+
17
+ var input = process.argv.slice(2);
18
+
19
+ if (bin !== null) {
20
+ spawn(bin, input, {stdio: 'inherit'}).on('exit', process.exit);
21
+ } else {
22
+ throw new Error('Platform not supported.');
23
+ }
package/index.js CHANGED
@@ -1,10 +1,28 @@
1
1
  /**
2
- * Relay v11.0.2
3
- *
4
- * Copyright (c) Facebook, Inc. and its affiliates.
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
5
3
  *
6
4
  * This source code is licensed under the MIT license found in the
7
5
  * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * @noflow
8
+ * @format
8
9
  */
9
10
 
10
- module.exports = require('./lib/index.js');
11
+ 'use strict';
12
+
13
+ const path = require('path');
14
+
15
+ let binary;
16
+ if (process.platform === 'darwin' && process.arch === 'x64') {
17
+ binary = path.join(__dirname, 'macos-x64', 'relay');
18
+ } else if (process.platform === 'darwin' && process.arch === 'arm64') {
19
+ binary = path.join(__dirname, 'macos-arm64', 'relay');
20
+ } else if (process.platform === 'linux' && process.arch === 'x64') {
21
+ binary = path.join(__dirname, 'linux-x64', 'relay');
22
+ } else if (process.platform === 'win32' && process.arch === 'x64') {
23
+ binary = path.join(__dirname, 'win-x64', 'relay.exe');
24
+ } else {
25
+ binary = null;
26
+ }
27
+
28
+ module.exports = binary;
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "relay-compiler",
3
3
  "description": "A compiler tool for building GraphQL-driven applications.",
4
- "version": "11.0.2",
4
+ "version": "13.0.0-rc.2",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
@@ -11,29 +11,5 @@
11
11
  "bugs": "https://github.com/facebook/relay/issues",
12
12
  "repository": "facebook/relay",
13
13
  "main": "index.js",
14
- "bin": {
15
- "relay-compiler": "bin/relay-compiler"
16
- },
17
- "dependencies": {
18
- "@babel/core": "^7.0.0",
19
- "@babel/generator": "^7.5.0",
20
- "@babel/parser": "^7.0.0",
21
- "@babel/runtime": "^7.0.0",
22
- "@babel/traverse": "^7.0.0",
23
- "@babel/types": "^7.0.0",
24
- "babel-preset-fbjs": "^3.3.0",
25
- "chalk": "^4.0.0",
26
- "fb-watchman": "^2.0.0",
27
- "fbjs": "^3.0.0",
28
- "glob": "^7.1.1",
29
- "immutable": "~3.7.6",
30
- "invariant": "^2.2.4",
31
- "nullthrows": "^1.1.1",
32
- "relay-runtime": "11.0.2",
33
- "signedsource": "^1.0.0",
34
- "yargs": "^15.3.1"
35
- },
36
- "peerDependencies": {
37
- "graphql": "^15.0.0"
38
- }
14
+ "bin": "cli.js"
39
15
  }
Binary file
@@ -1,169 +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
8
- * @format
9
- */
10
-
11
- // flowlint ambiguous-object-type:error
12
-
13
- 'use strict';
14
-
15
- const _yargs = require('yargs');
16
-
17
- const {main} = require('./RelayCompilerMain');
18
-
19
- import type {Config} from './RelayCompilerMain';
20
-
21
- let RelayConfig;
22
- try {
23
- // eslint-disable-next-line no-eval
24
- RelayConfig = eval('require')('relay-config');
25
- // eslint-disable-next-line lint/no-unused-catch-bindings
26
- } catch (_) {}
27
-
28
- const options = {
29
- schema: {
30
- describe: 'Path to schema.graphql or schema.json',
31
- demandOption: true,
32
- type: 'string',
33
- array: false,
34
- },
35
- src: {
36
- describe: 'Root directory of application code',
37
- demandOption: true,
38
- type: 'string',
39
- array: false,
40
- },
41
- include: {
42
- describe: 'Directories to include under src',
43
- type: 'string',
44
- array: true,
45
- default: ['**'],
46
- },
47
- exclude: {
48
- describe: 'Directories to ignore under src',
49
- type: 'string',
50
- array: true,
51
- default: ['**/node_modules/**', '**/__mocks__/**', '**/__generated__/**'],
52
- },
53
- extensions: {
54
- array: true,
55
- describe:
56
- 'File extensions to compile (defaults to extensions provided by the ' +
57
- 'language plugin)',
58
- type: 'string',
59
- },
60
- verbose: {
61
- describe: 'More verbose logging',
62
- type: 'boolean',
63
- default: false,
64
- },
65
- quiet: {
66
- describe: 'No output to stdout',
67
- type: 'boolean',
68
- default: false,
69
- },
70
- watchman: {
71
- describe: 'Use watchman when not in watch mode',
72
- type: 'boolean',
73
- default: true,
74
- },
75
- watch: {
76
- describe: 'If specified, watches files and regenerates on changes',
77
- type: 'boolean',
78
- default: false,
79
- },
80
- validate: {
81
- describe:
82
- 'Looks for pending changes and exits with non-zero code instead of ' +
83
- 'writing to disk',
84
- type: 'boolean',
85
- default: false,
86
- },
87
- persistFunction: {
88
- describe:
89
- 'An async function (or path to a module exporting this function) which will persist the query text and return the id.',
90
- demandOption: false,
91
- type: 'string',
92
- array: false,
93
- },
94
- persistOutput: {
95
- describe:
96
- '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.',
97
- demandOption: false,
98
- type: 'string',
99
- array: false,
100
- },
101
- repersist: {
102
- describe: 'Run the persist function even if the query has not changed.',
103
- type: 'boolean',
104
- default: false,
105
- },
106
- noFutureProofEnums: {
107
- describe:
108
- 'This option controls whether or not a catch-all entry is added to enum type definitions ' +
109
- 'for values that may be added in the future. Enabling this means you will have to update ' +
110
- 'your application whenever the GraphQL server schema adds new enum values to prevent it ' +
111
- 'from breaking.',
112
- type: 'boolean',
113
- default: false,
114
- },
115
- language: {
116
- describe:
117
- 'The name of the language plugin used for input files and artifacts',
118
- demandOption: false,
119
- type: 'string',
120
- array: false,
121
- default: 'javascript',
122
- },
123
- artifactDirectory: {
124
- describe:
125
- 'A specific directory to output all artifacts to. When enabling this ' +
126
- 'the babel plugin needs `artifactDirectory` set as well.',
127
- demandOption: false,
128
- type: 'string',
129
- array: false,
130
- },
131
- customScalars: {
132
- describe:
133
- 'Mappings from custom scalars in your schema to built-in GraphQL ' +
134
- 'types, for type emission purposes. (Uses yargs dot-notation, e.g. ' +
135
- '--customScalars.URL=String)',
136
- type: ('object': $FlowFixMe),
137
- },
138
- eagerESModules: {
139
- describe: 'This option enables emitting es modules artifacts.',
140
- type: 'boolean',
141
- default: false,
142
- },
143
- };
144
-
145
- // Parse CLI args
146
- let yargs = _yargs
147
- .usage(
148
- 'Create Relay generated files\n\n' +
149
- '$0 --schema <path> --src <path> [--watch]',
150
- )
151
- .options(options)
152
- .strict();
153
-
154
- // Load external config
155
- const config = RelayConfig && RelayConfig.loadConfig();
156
- if (config) {
157
- // Apply externally loaded config through the yargs API so that we can leverage yargs' defaults and have them show up
158
- // in the help banner. We add it conditionally otherwise yargs would add new option `--config` which is confusing for
159
- // Relay users (it's not Relay Config file).
160
- yargs = yargs.config(config);
161
- }
162
-
163
- const argv: Config = (yargs.help().argv: $FlowFixMe);
164
-
165
- // Start the application
166
- main(argv).catch(error => {
167
- console.error(String(error.stack || error));
168
- process.exit(1);
169
- });