Erik Arvidsson 2e9376cf46 Fix issue where exported declarations did not set the kind (#503)
* Fix issue where exported declarations did not set the kind

For cases like:

```js
/** */ export class C {}
/** */ export function f {}
/** */ export const k = 42;
```

the kind did not get set properly.

Towards #484

* Infer kind for export default too

Towards #484
2016-08-24 11:03:06 -04:00
..
2016-08-24 10:58:15 -04:00
2016-08-24 10:58:15 -04:00
2016-06-01 17:21:33 -04:00
2016-08-19 12:22:54 -04:00
2016-08-19 12:22:54 -04:00
2016-08-24 10:58:15 -04:00
2016-08-19 12:22:54 -04:00
2016-06-02 13:28:57 -04:00
2016-06-02 13:28:57 -04:00
2016-06-01 17:17:03 -04:00
2016-08-19 12:22:54 -04:00