File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
packages/react-native-codegen/src/parsers Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,6 @@ import type {ParserType} from '../errors';
2626import type { Parser } from '../parser' ;
2727import type { ParserErrorCapturer , TypeDeclarationMap , PropAST } from '../utils' ;
2828
29- type EventPropertyType = {
30- key : {
31- name : string ,
32- } ,
33- optional : boolean ,
34- value : {
35- type : string ,
36- } ,
37- } ;
38-
3929const { flowTranslateTypeAnnotation} = require ( './modules' ) ;
4030
4131// $FlowFixMe[untyped-import] there's no flowtype flow-parser
Original file line number Diff line number Diff line change 1010
1111'use strict' ;
1212
13- import type {
14- EventTypeShape ,
15- NamedShape ,
16- EventTypeAnnotation ,
17- } from '../../../CodegenSchema.js' ;
13+ import type { EventTypeShape } from '../../../CodegenSchema.js' ;
1814import type { TypeDeclarationMap } from '../../utils' ;
1915import type { Parser } from '../../parser' ;
2016const { flattenProperties} = require ( './componentsUtils' ) ;
You can’t perform that action at this time.
0 commit comments