Remove remaining @flow annotations

This commit is contained in:
Amjad Masad
2016-03-03 15:10:59 -08:00
parent 12ee11a0a4
commit 2fbe28cc88
40 changed files with 0 additions and 72 deletions

View File

@@ -1,4 +1,3 @@
/* @flow */
/* eslint max-len: 0 */
import * as t from "../index";

View File

@@ -1,4 +1,3 @@
/* @flow */
/* eslint max-len: 0 */
import defineType, {

View File

@@ -1,5 +1,3 @@
/* @flow */
import defineType, { assertNodeType } from "./index";
defineType("AwaitExpression", {

View File

@@ -1,5 +1,3 @@
/* @flow */
import defineType from "./index";
defineType("AnyTypeAnnotation", {

View File

@@ -1,5 +1,3 @@
/* @flow */
import defineType, { assertNodeType, assertValueType, chain, assertEach } from "./index";
defineType("JSXAttribute", {

View File

@@ -1,5 +1,3 @@
/* @flow */
import defineType, { assertNodeType } from "./index";
defineType("Noop", {

View File

@@ -1,5 +1,3 @@
/* @flow */
import * as t from "./index";
/**

View File

@@ -1,5 +1,3 @@
/* @flow */
import toFastProperties from "to-fast-properties";
import compact from "lodash/array/compact";
import loClone from "lodash/lang/clone";

View File

@@ -1,5 +1,3 @@
/* @flow */
import * as t from "./index";
export let isReactComponent = t.buildMatchMemberExpression("React.Component");

View File

@@ -1,5 +1,3 @@
/* @flow */
import * as t from "./index";
/**

View File

@@ -1,4 +1,3 @@
/* @flow */
/* eslint indent: 0 */
import { getBindingIdentifiers } from "./retrievers";