relay-compiler 0.0.0-main-bfcb5c59 → 0.0.0-main-4467ae84
Sign up to get free protection for your applications and to get access to all the features.
- 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,372 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
3
|
-
*
|
4
|
-
* This source code is licensed under the MIT license found in the
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
6
|
-
*
|
7
|
-
* @flow strict
|
8
|
-
* @format
|
9
|
-
*/
|
10
|
-
|
11
|
-
// flowlint ambiguous-object-type:error
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
// flowlint nonstrict-import:warn
|
16
|
-
import type {KeepExtraFileFn} from './CodegenRunner';
|
17
|
-
import type {SourceControl} from './SourceControl';
|
18
|
-
|
19
|
-
const Profiler = require('../core/GraphQLCompilerProfiler');
|
20
|
-
const crypto = require('crypto');
|
21
|
-
const invariant = require('invariant');
|
22
|
-
const path = require('path');
|
23
|
-
|
24
|
-
type Changes = {|
|
25
|
-
+deleted: Array<string>,
|
26
|
-
+updated: Array<string>,
|
27
|
-
+created: Array<string>,
|
28
|
-
+unchanged: Array<string>,
|
29
|
-
|};
|
30
|
-
|
31
|
-
export interface Filesystem {
|
32
|
-
existsSync(path: string): boolean;
|
33
|
-
mkdirSync(path: string): void;
|
34
|
-
readdirSync(path: string): Array<string>;
|
35
|
-
readFileSync(path: string, encoding: string): string;
|
36
|
-
statSync(path: string): interface {isDirectory(): boolean};
|
37
|
-
unlinkSync(path: string): void;
|
38
|
-
writeFileSync(filename: string, data: string, options: string): void;
|
39
|
-
}
|
40
|
-
|
41
|
-
/**
|
42
|
-
* CodegenDirectory is a helper class for scripts that generate code into one
|
43
|
-
* output directory. The purpose is to make it easy to only write files that
|
44
|
-
* have changed and delete files that are no longer generated.
|
45
|
-
* It gives statistics about added/removed/updated/unchanged in the end.
|
46
|
-
* The class also has an option to "validate" which means that no file
|
47
|
-
* operations are performed and only the statistics are created for what would
|
48
|
-
* have happened. If there's anything but "unchanged", someone probably forgot
|
49
|
-
* to run the codegen script.
|
50
|
-
*
|
51
|
-
* Example:
|
52
|
-
*
|
53
|
-
* const dir = new CodegenDirectory('/some/path/generated', {filesystem: require('fs')});
|
54
|
-
* // write files in case content changed (less watchman/mtime changes)
|
55
|
-
* dir.writeFile('OneFile.js', contents);
|
56
|
-
* dir.writeFile('OtherFile.js', contents);
|
57
|
-
*
|
58
|
-
* // delete files that are not generated
|
59
|
-
* dir.deleteExtraFiles();
|
60
|
-
*
|
61
|
-
* // arrays of file names to print or whatever
|
62
|
-
* dir.changes.created
|
63
|
-
* dir.changes.updated
|
64
|
-
* dir.changes.deleted
|
65
|
-
* dir.changes.unchanged
|
66
|
-
*/
|
67
|
-
|
68
|
-
type Options = {|
|
69
|
-
filesystem?: Filesystem,
|
70
|
-
onlyValidate: boolean,
|
71
|
-
shards?: number,
|
72
|
-
|};
|
73
|
-
|
74
|
-
class CodegenDirectory {
|
75
|
-
changes: Changes;
|
76
|
-
_filesystem: Filesystem;
|
77
|
-
_files: Set<string>;
|
78
|
-
_dir: string;
|
79
|
-
onlyValidate: boolean;
|
80
|
-
_shards: number;
|
81
|
-
|
82
|
-
constructor(dir: string, options: Options) {
|
83
|
-
this._filesystem = options.filesystem ?? require('fs');
|
84
|
-
this.onlyValidate = options.onlyValidate;
|
85
|
-
this._shards = options.shards ?? 1;
|
86
|
-
if (this._filesystem.existsSync(dir)) {
|
87
|
-
invariant(
|
88
|
-
this._filesystem.statSync(dir).isDirectory(),
|
89
|
-
'Expected `%s` to be a directory.',
|
90
|
-
dir,
|
91
|
-
);
|
92
|
-
}
|
93
|
-
if (!this.onlyValidate) {
|
94
|
-
const dirs = [];
|
95
|
-
let parent = dir;
|
96
|
-
while (!this._filesystem.existsSync(parent)) {
|
97
|
-
dirs.unshift(parent);
|
98
|
-
parent = path.dirname(parent);
|
99
|
-
}
|
100
|
-
dirs.forEach(d => this._filesystem.mkdirSync(d));
|
101
|
-
if (this._shards > 1) {
|
102
|
-
for (let shard = 0; shard < this._shards; shard++) {
|
103
|
-
const shardDir = path.join(dir, this._getShardName(shard));
|
104
|
-
if (this._filesystem.existsSync(shardDir)) {
|
105
|
-
invariant(
|
106
|
-
this._filesystem.statSync(dir).isDirectory(),
|
107
|
-
'Expected `%s` to be a directory.',
|
108
|
-
dir,
|
109
|
-
);
|
110
|
-
} else {
|
111
|
-
this._filesystem.mkdirSync(shardDir);
|
112
|
-
}
|
113
|
-
}
|
114
|
-
}
|
115
|
-
}
|
116
|
-
this._files = new Set();
|
117
|
-
this.changes = {
|
118
|
-
deleted: [],
|
119
|
-
updated: [],
|
120
|
-
created: [],
|
121
|
-
unchanged: [],
|
122
|
-
};
|
123
|
-
this._dir = dir;
|
124
|
-
}
|
125
|
-
|
126
|
-
static combineChanges(dirs: Array<CodegenDirectory>): Changes {
|
127
|
-
const changes = {
|
128
|
-
deleted: [],
|
129
|
-
updated: [],
|
130
|
-
created: [],
|
131
|
-
unchanged: [],
|
132
|
-
};
|
133
|
-
dirs.forEach(dir => {
|
134
|
-
changes.deleted.push(...dir.changes.deleted);
|
135
|
-
changes.updated.push(...dir.changes.updated);
|
136
|
-
changes.created.push(...dir.changes.created);
|
137
|
-
changes.unchanged.push(...dir.changes.unchanged);
|
138
|
-
});
|
139
|
-
return changes;
|
140
|
-
}
|
141
|
-
|
142
|
-
static hasChanges(changes: Changes): boolean {
|
143
|
-
return (
|
144
|
-
changes.created.length > 0 ||
|
145
|
-
changes.updated.length > 0 ||
|
146
|
-
changes.deleted.length > 0
|
147
|
-
);
|
148
|
-
}
|
149
|
-
|
150
|
-
static formatChanges(
|
151
|
-
changes: Changes,
|
152
|
-
options: {onlyValidate: boolean, ...},
|
153
|
-
): string {
|
154
|
-
const output = [];
|
155
|
-
function formatFiles(label, files) {
|
156
|
-
if (files.length > 0) {
|
157
|
-
output.push(label + ':');
|
158
|
-
files.forEach(file => {
|
159
|
-
output.push(' - ' + file);
|
160
|
-
});
|
161
|
-
}
|
162
|
-
}
|
163
|
-
if (options.onlyValidate) {
|
164
|
-
formatFiles('Missing', changes.created);
|
165
|
-
formatFiles('Out of date', changes.updated);
|
166
|
-
formatFiles('Extra', changes.deleted);
|
167
|
-
} else {
|
168
|
-
formatFiles('Created', changes.created);
|
169
|
-
formatFiles('Updated', changes.updated);
|
170
|
-
formatFiles('Deleted', changes.deleted);
|
171
|
-
output.push(`Unchanged: ${changes.unchanged.length} files`);
|
172
|
-
}
|
173
|
-
|
174
|
-
return output.join('\n');
|
175
|
-
}
|
176
|
-
|
177
|
-
static printChanges(
|
178
|
-
changes: Changes,
|
179
|
-
options: {onlyValidate: boolean, ...},
|
180
|
-
): void {
|
181
|
-
Profiler.run('CodegenDirectory.printChanges', () => {
|
182
|
-
const output = CodegenDirectory.formatChanges(changes, options);
|
183
|
-
|
184
|
-
// eslint-disable-next-line no-console
|
185
|
-
console.log(output);
|
186
|
-
});
|
187
|
-
}
|
188
|
-
|
189
|
-
static getAddedRemovedFiles(dirs: $ReadOnlyArray<CodegenDirectory>): {|
|
190
|
-
+added: $ReadOnlyArray<string>,
|
191
|
-
+removed: $ReadOnlyArray<string>,
|
192
|
-
|} {
|
193
|
-
const added = [];
|
194
|
-
const removed = [];
|
195
|
-
dirs.forEach(dir => {
|
196
|
-
dir.changes.created.forEach(name => {
|
197
|
-
added.push(dir.getPath(name));
|
198
|
-
});
|
199
|
-
dir.changes.deleted.forEach(name => {
|
200
|
-
removed.push(dir.getPath(name));
|
201
|
-
});
|
202
|
-
});
|
203
|
-
return {
|
204
|
-
added,
|
205
|
-
removed,
|
206
|
-
};
|
207
|
-
}
|
208
|
-
|
209
|
-
static async sourceControlAddRemove(
|
210
|
-
sourceControl: SourceControl,
|
211
|
-
dirs: $ReadOnlyArray<CodegenDirectory>,
|
212
|
-
): Promise<void> {
|
213
|
-
const {added, removed} = CodegenDirectory.getAddedRemovedFiles(dirs);
|
214
|
-
sourceControl.addRemove(added, removed);
|
215
|
-
}
|
216
|
-
|
217
|
-
printChanges(): void {
|
218
|
-
CodegenDirectory.printChanges(this.changes, {
|
219
|
-
onlyValidate: this.onlyValidate,
|
220
|
-
});
|
221
|
-
}
|
222
|
-
|
223
|
-
read(filename: string): ?string {
|
224
|
-
const filePath = path.join(this._dir, filename);
|
225
|
-
if (this._filesystem.existsSync(filePath)) {
|
226
|
-
return this._filesystem.readFileSync(filePath, 'utf8');
|
227
|
-
}
|
228
|
-
return null;
|
229
|
-
}
|
230
|
-
|
231
|
-
markUnchanged(filename: string) {
|
232
|
-
this._addGenerated(filename);
|
233
|
-
this.changes.unchanged.push(filename);
|
234
|
-
}
|
235
|
-
|
236
|
-
/**
|
237
|
-
* Marks a files as updated or out of date without actually writing the file.
|
238
|
-
* This is probably only be useful when doing validation without intention to
|
239
|
-
* actually write to disk.
|
240
|
-
*/
|
241
|
-
markUpdated(filename: string) {
|
242
|
-
this._addGenerated(filename);
|
243
|
-
this.changes.updated.push(filename);
|
244
|
-
}
|
245
|
-
|
246
|
-
writeFile(
|
247
|
-
filename: string,
|
248
|
-
content: string,
|
249
|
-
shouldRepersist: boolean = false,
|
250
|
-
): void {
|
251
|
-
Profiler.run('CodegenDirectory.writeFile', () => {
|
252
|
-
this._addGenerated(filename);
|
253
|
-
const filePath = this.getPath(filename);
|
254
|
-
if (this._filesystem.existsSync(filePath)) {
|
255
|
-
const existingContent = this._filesystem.readFileSync(filePath, 'utf8');
|
256
|
-
if (existingContent === content && !shouldRepersist) {
|
257
|
-
this.changes.unchanged.push(filename);
|
258
|
-
} else {
|
259
|
-
this._writeFile(filePath, content);
|
260
|
-
this.changes.updated.push(filename);
|
261
|
-
}
|
262
|
-
} else {
|
263
|
-
this._writeFile(filePath, content);
|
264
|
-
this.changes.created.push(filename);
|
265
|
-
}
|
266
|
-
});
|
267
|
-
}
|
268
|
-
|
269
|
-
_writeFile(filePath: string, content: string): void {
|
270
|
-
if (!this.onlyValidate) {
|
271
|
-
this._filesystem.writeFileSync(filePath, content, 'utf8');
|
272
|
-
}
|
273
|
-
}
|
274
|
-
|
275
|
-
/**
|
276
|
-
* Deletes all non-generated files, except for invisible "dot" files (ie.
|
277
|
-
* files with names starting with ".").
|
278
|
-
*/
|
279
|
-
deleteExtraFiles(keepExtraFile?: KeepExtraFileFn): void {
|
280
|
-
Profiler.run('CodegenDirectory.deleteExtraFiles', () => {
|
281
|
-
if (this._shards > 1) {
|
282
|
-
this._filesystem.readdirSync(this._dir).forEach(firstLevel => {
|
283
|
-
if (firstLevel.startsWith('.')) {
|
284
|
-
// allow hidden files on the first level of the codegen directory
|
285
|
-
return;
|
286
|
-
}
|
287
|
-
const firstLevelPath = path.join(this._dir, firstLevel);
|
288
|
-
if (!this._filesystem.statSync(firstLevelPath).isDirectory()) {
|
289
|
-
// Delete all files on the top level, all files need to be in a
|
290
|
-
// shard directory.
|
291
|
-
this._filesystem.unlinkSync(firstLevelPath);
|
292
|
-
return;
|
293
|
-
}
|
294
|
-
this._filesystem.readdirSync(firstLevelPath).forEach(actualFile => {
|
295
|
-
if (keepExtraFile && keepExtraFile(actualFile)) {
|
296
|
-
return;
|
297
|
-
}
|
298
|
-
if (this._files.has(actualFile)) {
|
299
|
-
return;
|
300
|
-
}
|
301
|
-
if (!this.onlyValidate) {
|
302
|
-
try {
|
303
|
-
this._filesystem.unlinkSync(
|
304
|
-
path.join(firstLevelPath, actualFile),
|
305
|
-
);
|
306
|
-
} catch {
|
307
|
-
throw new Error(
|
308
|
-
'CodegenDirectory: Failed to delete `' +
|
309
|
-
actualFile +
|
310
|
-
'` in `' +
|
311
|
-
this._dir +
|
312
|
-
'`.',
|
313
|
-
);
|
314
|
-
}
|
315
|
-
}
|
316
|
-
this.changes.deleted.push(actualFile);
|
317
|
-
});
|
318
|
-
});
|
319
|
-
} else {
|
320
|
-
this._filesystem.readdirSync(this._dir).forEach(actualFile => {
|
321
|
-
if (keepExtraFile && keepExtraFile(actualFile)) {
|
322
|
-
return;
|
323
|
-
}
|
324
|
-
if (actualFile.startsWith('.') || this._files.has(actualFile)) {
|
325
|
-
return;
|
326
|
-
}
|
327
|
-
if (!this.onlyValidate) {
|
328
|
-
try {
|
329
|
-
this._filesystem.unlinkSync(path.join(this._dir, actualFile));
|
330
|
-
} catch {
|
331
|
-
throw new Error(
|
332
|
-
'CodegenDirectory: Failed to delete `' +
|
333
|
-
actualFile +
|
334
|
-
'` in `' +
|
335
|
-
this._dir +
|
336
|
-
'`.',
|
337
|
-
);
|
338
|
-
}
|
339
|
-
}
|
340
|
-
this.changes.deleted.push(actualFile);
|
341
|
-
});
|
342
|
-
}
|
343
|
-
});
|
344
|
-
}
|
345
|
-
|
346
|
-
getPath(filename: string): string {
|
347
|
-
if (this._shards > 1) {
|
348
|
-
const hasher = crypto.createHash('md5');
|
349
|
-
hasher.update(filename, 'utf8');
|
350
|
-
const shard = hasher.digest().readUInt32BE(0) % this._shards;
|
351
|
-
return path.join(this._dir, this._getShardName(shard), filename);
|
352
|
-
}
|
353
|
-
return path.join(this._dir, filename);
|
354
|
-
}
|
355
|
-
|
356
|
-
_getShardName(shardNumber: number): string {
|
357
|
-
const base16length = Math.ceil(Math.log2(256) / 4);
|
358
|
-
return shardNumber.toString(16).padStart(base16length, '0');
|
359
|
-
}
|
360
|
-
|
361
|
-
_addGenerated(filename: string): void {
|
362
|
-
invariant(
|
363
|
-
!this._files.has(filename),
|
364
|
-
'CodegenDirectory: Tried to generate `%s` twice in `%s`.',
|
365
|
-
filename,
|
366
|
-
this._dir,
|
367
|
-
);
|
368
|
-
this._files.add(filename);
|
369
|
-
}
|
370
|
-
}
|
371
|
-
|
372
|
-
module.exports = CodegenDirectory;
|