add some more flow types
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* @flow */
|
||||
|
||||
export function JSXAttribute(node: Object) {
|
||||
this.print(node.name, node);
|
||||
if (node.value) {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* @flow */
|
||||
|
||||
import repeating from "repeating";
|
||||
import * as t from "babel-types";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user