Remove flow
This commit is contained in:
@@ -89,7 +89,7 @@ export default function ({ types: t, template }) {
|
||||
exit(path, state) {
|
||||
let { node, parent, scope } = path;
|
||||
let hasComputed = false;
|
||||
for (let prop of (node.properties: Array<Object>)) {
|
||||
for (let prop of node.properties) {
|
||||
hasComputed = prop.computed === true;
|
||||
if (hasComputed) break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user