Skip to content

Commit

Permalink
add Accessor alias description (#14571)
Browse files Browse the repository at this point in the history
* add Accessor alias description

* Update packages/babel-types/scripts/generators/docs.js
  • Loading branch information
JLHwung committed May 24, 2022
1 parent 1fcc571 commit dd42951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-types/scripts/generators/docs.js
Expand Up @@ -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.",
Expand Down

0 comments on commit dd42951

Please sign in to comment.