2 Commits

Author SHA1 Message Date
Friedel Ziegelmayer
f1e0267e7c fix(hierarchy): collect events from static and instance members (#628)
Fixes #486
2016-12-08 11:59:26 -05:00
Erik Arvidsson
384ccbcf5e Fix inferring return type of var function (#545)
I accidentally broke the detection of the return type in:

```js
var f = function(x: number): boolean {}
```
2016-10-10 17:18:07 -04:00