update spec decorator property
This commit is contained in:
parent
f98dd6c76d
commit
370095e866
@ -522,7 +522,7 @@ A variable declarator.
|
|||||||
```js
|
```js
|
||||||
interface Decorator <: Node {
|
interface Decorator <: Node {
|
||||||
type: "Decorator";
|
type: "Decorator";
|
||||||
value: Expression;
|
expression: Expression;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user