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,5 +1,3 @@
/* @flow */
import merge from "lodash/object/merge";
export default function (dest?: Object, src?: Object): ?Object {

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,3 @@
/* @flow */
import Plugin from "../plugin";
import sortBy from "lodash/collection/sortBy";

View File

@@ -1,7 +1,3 @@
/* @flow */
/* global BabelFileResult */
/* global BabelFileMetadata */
import normalizeAst from "../helpers/normalize-ast";
import Plugin from "./plugin";
import File from "./file";

View File

@@ -1,5 +1,3 @@
/* @flow */
import escapeRegExp from "lodash/string/escapeRegExp";
import startsWith from "lodash/string/startsWith";
import isBoolean from "lodash/lang/isBoolean";