Skip to content

Commit aa2ff3f

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Mass replace $FlowIgnore with $FlowFixMe in xplat/js
Reviewed By: marcoww6 Differential Revision: D81058210 fbshipit-source-id: d13fa42e1bf55e40addd020c3de583104e5479a8
1 parent 5e28b94 commit aa2ff3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/metro-config/src/loadConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ function searchForConfigFile(
395395
// By using `require`, we'll add the json to the Node.js module
396396
// cache, so we don't incur further parse cost after returning the
397397
// manifest's path.
398-
// $FlowIgnore[unsupported-syntax] dynamic require
398+
// $FlowFixMe[unsupported-syntax] dynamic require
399399
const content = require(candidatePath);
400400
if (Object.hasOwn(content, PACKAGE_JSON_PROP_NAME)) {
401401
return candidatePath;

0 commit comments

Comments
 (0)