Skip to content

Commit

Permalink
resolveTypeAnnotation is no longer exported
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay authored and cipolleschi committed May 15, 2023
1 parent 5a5dbcc commit 0b9544c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/eslint-plugin-specs/react-native-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ function requireModuleParser() {
buildModuleSchema: RNParserCommons.buildModuleSchema,
createParserErrorCapturer: RNParserUtils.createParserErrorCapturer,
parser: new RNFlowParser.FlowParser(),
resolveTypeAnnotation: RNFlowParserUtils.resolveTypeAnnotation,
translateTypeAnnotation: RNModuleParser.flowTranslateTypeAnnotation,
};
}
Expand Down Expand Up @@ -149,7 +148,6 @@ function rule(context) {
buildModuleSchema,
createParserErrorCapturer,
parser,
resolveTypeAnnotation,
translateTypeAnnotation,
} = requireModuleParser();

Expand All @@ -164,7 +162,6 @@ function rule(context) {
ast,
tryParse,
parser,
resolveTypeAnnotation,
translateTypeAnnotation,
);
});
Expand Down

0 comments on commit 0b9544c

Please sign in to comment.