Remove remaining @flow annotations
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import merge from "lodash/object/merge";
|
||||
|
||||
export default function (dest?: Object, src?: Object): ?Object {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import * as t from "babel-types";
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import * as parsers from "./parsers";
|
||||
import config from "./config";
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import slash from "slash";
|
||||
import * as util from "../../../util";
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import Plugin from "../plugin";
|
||||
import sortBy from "lodash/collection/sortBy";
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
/* @flow */
|
||||
/* global BabelFileResult */
|
||||
/* global BabelFileMetadata */
|
||||
|
||||
import normalizeAst from "../helpers/normalize-ast";
|
||||
import Plugin from "./plugin";
|
||||
import File from "./file";
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import escapeRegExp from "lodash/string/escapeRegExp";
|
||||
import startsWith from "lodash/string/startsWith";
|
||||
import isBoolean from "lodash/lang/isBoolean";
|
||||
|
||||
Reference in New Issue
Block a user