From dd429517f714b0d16a2d44b531327f538b33b37c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 24 May 2022 10:51:30 -0400 Subject: [PATCH] add Accessor alias description (#14571) * add Accessor alias description * Update packages/babel-types/scripts/generators/docs.js --- packages/babel-types/scripts/generators/docs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/babel-types/scripts/generators/docs.js b/packages/babel-types/scripts/generators/docs.js index 95e4815fb03f..eda0feda03e1 100644 --- a/packages/babel-types/scripts/generators/docs.js +++ b/packages/babel-types/scripts/generators/docs.js @@ -176,6 +176,7 @@ function generateMapAliasToNodeTypes() { return result; } const aliasDescriptions = { + Accessor: "Deprecated. Will be removed in Babel 8.", Binary: "A cover of BinaryExpression and LogicalExpression, which share the same AST shape.", Block: "Deprecated. Will be removed in Babel 8.",