Erik Arvidsson 71922c7c8a Handle assignments in document exported (#544)
This improves detection of cases where we have:

```js
export const f = function () {};
export const o = { ... };
```

and similarly indirection using default/named.

```js
const f = function () {};
export {f};
```

Fixes #543
2016-09-19 12:53:18 -04:00
..
2016-09-08 18:26:02 -04:00
2016-08-19 12:22:54 -04:00
2016-09-04 16:43:28 -04:00
2016-08-19 12:22:54 -04:00
2016-06-02 13:28:57 -04:00
2016-06-01 17:17:03 -04:00
2016-08-19 12:22:54 -04:00
2016-09-12 16:41:28 -07:00