Skip to content

Commit 54d805b

Browse files
SamChou19815facebook-github-bot
authored andcommitted
Turn on experimental.instance_t_objkit_fix across fbsource roots
Differential Revision: D108750949
1 parent fc7dc74 commit 54d805b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/community-cli-plugin/src/utils/version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Diff: ${styleText(['dim', 'underline'], newVersion?.diffUrl ?? 'none')}
8888
}
8989
}
9090

91+
// $FlowFixMe[incompatible-type-guard]
9192
function isDiffPurgeEntry(data: Partial<DiffPurge>): data is DiffPurge {
9293
return (
9394
// $FlowFixMe[incompatible-type-guard]

0 commit comments

Comments
 (0)