Skip to content

Commit 99c9c97

Browse files
committed
resolveTypeAnnotation is no longer exported
1 parent 350fdcd commit 99c9c97

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/eslint-plugin-specs/react-native-modules.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ function requireModuleParser() {
6969
buildModuleSchema: RNParserCommons.buildModuleSchema,
7070
createParserErrorCapturer: RNParserUtils.createParserErrorCapturer,
7171
parser: new RNFlowParser.FlowParser(),
72-
resolveTypeAnnotation: RNFlowParserUtils.resolveTypeAnnotation,
7372
translateTypeAnnotation: RNModuleParser.flowTranslateTypeAnnotation,
7473
};
7574
}
@@ -149,7 +148,6 @@ function rule(context) {
149148
buildModuleSchema,
150149
createParserErrorCapturer,
151150
parser,
152-
resolveTypeAnnotation,
153151
translateTypeAnnotation,
154152
} = requireModuleParser();
155153

@@ -164,7 +162,6 @@ function rule(context) {
164162
ast,
165163
tryParse,
166164
parser,
167-
resolveTypeAnnotation,
168165
translateTypeAnnotation,
169166
);
170167
});

0 commit comments

Comments
 (0)