Nathan Diddle

Results 1 issues of Nathan Diddle

Currently, arrow functions expressions are interpreted as `var`. `export const myFunc = () => {}` turns into `declare var myFunc : any;` when it should resolve to `declare function myFunc...

bug