Skip to content
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

fix output error when i try to use new Audio #431

Closed
wants to merge 1 commit into from

Conversation

zemzheng
Copy link

@zemzheng zemzheng commented Jun 8, 2017

fix #430

```javascript
const myAudio = new Audio; // this line make node.declaration.id = null;
```
@h13i32maru
Copy link
Member

Thanks!
However ESDoc v1.0 uses ASTUtils#findClassDeclarationNode instead of that method.
I will fix it.

h13i32maru added a commit that referenced this pull request Sep 3, 2017
```
// crash with this code
export default class {}
export const foo = new Foo();
```

#431
@h13i32maru
Copy link
Member

I fixed this with f3d3f0f

@h13i32maru h13i32maru closed this Sep 3, 2017
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.

TypeError: Cannot read property 'name' of null
2 participants