Skip to content

Commit

Permalink
indent ArgumentPlaceholder entry and revert unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Behrang Yarahmadi committed Feb 13, 2019
1 parent 53879cd commit 09a47fe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/babel-parser/ast/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ These are the core @babel/parser (babylon) AST node types.

- [Node objects](#node-objects)
- [Changes](#changes)
- [@babel/parser (Babylon) v7](#babelparser-babylon-v7)
- [Identifier](#identifier)
- [PrivateName](#privatename)
- [Literals](#literals)
Expand Down Expand Up @@ -37,7 +36,7 @@ These are the core @babel/parser (babylon) AST node types.
- [DoWhileStatement](#dowhilestatement)
- [ForStatement](#forstatement)
- [ForInStatement](#forinstatement)
- [ForOfStatement](#forofstatement)
- [ForOfStatement](#forofstatement)
- [Declarations](#declarations)
- [FunctionDeclaration](#functiondeclaration)
- [VariableDeclaration](#variabledeclaration)
Expand Down Expand Up @@ -73,7 +72,7 @@ These are the core @babel/parser (babylon) AST node types.
- [LogicalExpression](#logicalexpression)
- [LogicalOperator](#logicaloperator)
- [SpreadElement](#spreadelement)
- [ArgumentPlaceholder](#argumentplaceholder)
- [ArgumentPlaceholder](#argumentplaceholder)
- [MemberExpression](#memberexpression)
- [BindExpression](#bindexpression)
- [ConditionalExpression](#conditionalexpression)
Expand Down Expand Up @@ -603,7 +602,6 @@ interface Expression <: Node { }

Any expression node. Since the left-hand side of an assignment may be any expression in general, an expression can also be a pattern.


## Super

```js
Expand Down Expand Up @@ -865,7 +863,7 @@ interface SpreadElement <: Node {
}
```

## ArgumentPlaceholder
### ArgumentPlaceholder

```js
interface ArgumentPlaceholder <: Node {
Expand Down

0 comments on commit 09a47fe

Please sign in to comment.