Skip to content

Add support for null and void types #519

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 1, 2016
Merged

Conversation

arv
Copy link
Contributor

@arv arv commented Sep 1, 2016

This adds support for void and null in type annotations:

function f(): void {}
function g(): null {
  return null;
}

Towards #512

This adds support for `void` and `null` in type annotations:

```js
function f(): void {}
function g(): null {
  return null;
}
```

Towards documentationjs#512
@arv arv assigned tmcw Sep 1, 2016
@tmcw
Copy link
Member

tmcw commented Sep 1, 2016

👍

@tmcw tmcw merged commit d2b93ae into documentationjs:master Sep 1, 2016
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