pull/11638/head
Dominic Gannaway 2 years ago
parent f64b53e8eb
commit 39352775ca

@ -67,8 +67,8 @@ const visitors = {
if (node.typeAnnotation) { if (node.typeAnnotation) {
return { return {
...node, ...node,
typeAnnotation: null, typeAnnotation: null
} };
} }
return node; return node;
} }

Loading…
Cancel
Save