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

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

Loading…
Cancel
Save