Files
babel/packages/babel-plugin-transform-object-rest-spread/test/fixtures/object-rest/assignment-expression
Justin Ridgewell 63204ae51e Remove maybePopFromStatements (#5945)
It prevented you from pushing into the `params` of a function.

```js
fnpath.pushContainer("params", t.identifier("memo"))
```
2017-07-18 14:55:33 -04:00
..