Skip to content

Handle assignments in document exported #544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2016

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