Remove remaining @flow annotations
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* @flow */
|
||||
/* eslint max-len: 0 */
|
||||
|
||||
import * as t from "../index";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* @flow */
|
||||
/* eslint max-len: 0 */
|
||||
|
||||
import defineType, {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import defineType, { assertNodeType } from "./index";
|
||||
|
||||
defineType("AwaitExpression", {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import defineType from "./index";
|
||||
|
||||
defineType("AnyTypeAnnotation", {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import defineType, { assertNodeType, assertValueType, chain, assertEach } from "./index";
|
||||
|
||||
defineType("JSXAttribute", {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import defineType, { assertNodeType } from "./index";
|
||||
|
||||
defineType("Noop", {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import * as t from "./index";
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import toFastProperties from "to-fast-properties";
|
||||
import compact from "lodash/array/compact";
|
||||
import loClone from "lodash/lang/clone";
|
||||
|
||||
2
packages/babel-types/src/react.js
vendored
2
packages/babel-types/src/react.js
vendored
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import * as t from "./index";
|
||||
|
||||
export let isReactComponent = t.buildMatchMemberExpression("React.Component");
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* @flow */
|
||||
|
||||
import * as t from "./index";
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* @flow */
|
||||
/* eslint indent: 0 */
|
||||
|
||||
import { getBindingIdentifiers } from "./retrievers";
|
||||
|
||||
Reference in New Issue
Block a user