parent
b5b95f81dc
commit
2ba9265198
@ -1082,7 +1082,7 @@ An expression wrapped by parentheses. By default `@babel/parser` does not create
|
||||
```js
|
||||
interface DoExpression <: Expression {
|
||||
type: "DoExpression";
|
||||
body: BlockStatement
|
||||
body: BlockStatement;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user