Skip to content

Conversation

@arv
Copy link
Contributor

@arv arv commented Sep 13, 2016

This improves detection of cases where we have:

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

and similarly indirection using default/named.

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

Fixes #543

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 documentationjs#543
@arv arv assigned tmcw Sep 13, 2016
@tmcw
Copy link
Member

tmcw commented Sep 19, 2016

👍 Excellent

@tmcw tmcw merged commit 71922c7 into documentationjs:master Sep 19, 2016
@arv arv deleted the finders-return-path branch September 19, 2016 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants