Remove @noflow as well
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* @noflow */
|
||||
/* eslint max-len: 0 */
|
||||
|
||||
import getHelper from "babel-helpers";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* @noflow */
|
||||
/* eslint max-len: 0 */
|
||||
|
||||
import OptionManager from "./file/options/option-manager";
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @noflow */
|
||||
|
||||
import repeating from "repeating";
|
||||
import * as t from "babel-types";
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @noflow */
|
||||
|
||||
import whitespace from "./whitespace";
|
||||
import * as parens from "./parentheses";
|
||||
import * as t from "babel-types";
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @noflow */
|
||||
|
||||
import isBoolean from "lodash/lang/isBoolean";
|
||||
import each from "lodash/collection/each";
|
||||
import map from "lodash/collection/map";
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @noflow */
|
||||
|
||||
import explode from "babel-helper-explode-assignable-expression";
|
||||
import * as t from "babel-types";
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @noflow */
|
||||
|
||||
import explode from "babel-helper-explode-assignable-expression";
|
||||
import * as t from "babel-types";
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @noflow */
|
||||
|
||||
import isPlainObject from "lodash/lang/isPlainObject";
|
||||
import isNumber from "lodash/lang/isNumber";
|
||||
import isRegExp from "lodash/lang/isRegExp";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* @noflow */
|
||||
import * as t from "../index";
|
||||
|
||||
export let VISITOR_KEYS = {};
|
||||
|
||||
Reference in New Issue
Block a user