Merge pull request #3293 from babel/hzoo-patch-1

update spec decorator property
This commit is contained in:
Sebastian McKenzie
2016-01-22 20:55:58 +00:00

View File

@@ -523,7 +523,7 @@ A variable declarator.
```js
interface Decorator <: Node {
type: "Decorator";
value: Expression;
expression: Expression;
}
```