From aae09a27d6723f70e3d0012bbbdb6a9e08f52237 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 24 Oct 2016 16:04:45 -0400 Subject: [PATCH] update readme [skip ci] --- packages/babel-types/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/babel-types/README.md b/packages/babel-types/README.md index 884aae17d6..4c0162febc 100644 --- a/packages/babel-types/README.md +++ b/packages/babel-types/README.md @@ -362,6 +362,13 @@ See also `t.isEmptyStatement(node, opts)` and `t.assertEmptyStatement(node, opts Aliases: `Statement` +### t.emptyTypeAnnotation() + +See also `t.isEmptyTypeAnnotation(node, opts)` and `t.assertEmptyTypeAnnotation(node, opts)`. + +Aliases: `Flow`, `FlowBaseAnnotation` + + ### t.existentialTypeParam() See also `t.isExistentialTypeParam(node, opts)` and `t.assertExistentialTypeParam(node, opts)`. @@ -755,11 +762,6 @@ See also `t.isMixedTypeAnnotation(node, opts)` and `t.assertMixedTypeAnnotation( Aliases: `Flow`, `FlowBaseAnnotation` -### t.emptyTypeAnnotation() - -See also `t.isEmptyTypeAnnotation(node, opts)` and `t.assertEmptyTypeAnnotation(node, opts)`. - -Aliases: `Flow`, `FlowBaseAnnotation` ### t.newExpression(callee, arguments)