Remove @noflow as well

This commit is contained in:
Sam Goldman
2016-02-28 13:25:36 -10:00
parent cd1af74ecc
commit 5167d001c5
9 changed files with 0 additions and 15 deletions

View File

@@ -1,4 +1,3 @@
/* @noflow */
/* eslint max-len: 0 */
import getHelper from "babel-helpers";

View File

@@ -1,4 +1,3 @@
/* @noflow */
/* eslint max-len: 0 */
import OptionManager from "./file/options/option-manager";

View File

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

View File

@@ -1,5 +1,3 @@
/* @noflow */
import whitespace from "./whitespace";
import * as parens from "./parentheses";
import * as t from "babel-types";

View File

@@ -1,5 +1,3 @@
/* @noflow */
import isBoolean from "lodash/lang/isBoolean";
import each from "lodash/collection/each";
import map from "lodash/collection/map";

View File

@@ -1,5 +1,3 @@
/* @noflow */
import explode from "babel-helper-explode-assignable-expression";
import * as t from "babel-types";

View File

@@ -1,5 +1,3 @@
/* @noflow */
import explode from "babel-helper-explode-assignable-expression";
import * as t from "babel-types";

View File

@@ -1,5 +1,3 @@
/* @noflow */
import isPlainObject from "lodash/lang/isPlainObject";
import isNumber from "lodash/lang/isNumber";
import isRegExp from "lodash/lang/isRegExp";

View File

@@ -1,4 +1,3 @@
/* @noflow */
import * as t from "../index";
export let VISITOR_KEYS = {};