File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-native/scripts/codegen/generate-artifacts-executor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ function readGeneratedAutolinkingOutput(
106
106
'build/generated/autolinking/autolinking.json' ,
107
107
) ;
108
108
if ( fs . existsSync ( autolinkingGeneratedPath ) ) {
109
- /* $FlowFixMe */
109
+ // $FlowFixMe[unsupported-syntax]
110
110
return require ( autolinkingGeneratedPath ) ;
111
111
} else {
112
112
console . warn (
@@ -125,7 +125,7 @@ function readReactNativeConfig(
125
125
if ( autolinkingOutput ) {
126
126
return autolinkingOutput ;
127
127
} else if ( fs . existsSync ( rnConfigFilePath ) ) {
128
- /* $FlowFixMe */
128
+ // $FlowFixMe[unsupported-syntax]
129
129
return require ( rnConfigFilePath ) ;
130
130
} else {
131
131
console . warn ( `Could not find React Native config at: ${ rnConfigFilePath } ` ) ;
You can’t perform that action at this time.
0 commit comments