File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- // properties
21const typeAnnotation = require ( '../type_annotation' ) ;
32const findTarget = require ( './finders' ) . findTarget ;
43
@@ -35,7 +34,7 @@ function propertyToDoc(property, prefix) {
3534 name = property . key . name || property . key . value ;
3635 }
3736
38- // Special handing for { ...$Exact<Type> }
37+ // Special handling for { ...$Exact<Type> }
3938 if ( isObjectSpreadAndExactUtilTypeProperty ( property ) ) {
4039 name = property . argument . id . name ;
4140 type = {
@@ -83,7 +82,7 @@ function inferProperties(comment) {
8382 name = property . key . name ;
8483 }
8584
86- // Special handing for { ...$Exact<Type> }
85+ // Special handling for { ...$Exact<Type> }
8786 if ( isObjectSpreadAndExactUtilTypeProperty ( property ) ) {
8887 name = property . argument . id . name ;
8988 }
You can’t perform that action at this time.
0 commit comments