Skip to content

Commit

Permalink
Setup Flow checks
Browse files Browse the repository at this point in the history
Reviewed By: SamChou19815

Differential Revision: D46582905

fbshipit-source-id: 761a92ea3bf8d4fa2676f986d8479467c4409c1d
  • Loading branch information
David Han-Sze-Chuen authored and facebook-github-bot committed Jun 23, 2023
1 parent c0c0d26 commit 063beaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flow-types/nonfb/libdef/flow-typed/babelTypeShims.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ declare module '@babel/core' {
declare type BabelTransform = $ReadOnly<{
CallExpression?: (path: NodePathOf<BabelNodeCallExpression>) => void,
JSXElement?: (path: NodePathOf<BabelNodeJSXElement>) => void,
JSXElement?: (path: NodePathOf<BabelNodeJSXElement>) => void,
StringLiteral?: (path: NodePathOf<BabelNodeStringLiteral>) => void,
...
}>;
Expand Down

0 comments on commit 063beaa

Please sign in to comment.