dsherret / ts-type-info

TypeScript AST and code generator [Deprecated]
MIT License
94 stars 8 forks source link

Overloads should be filled based on all the nodes and not just the implementation node #195

Closed dsherret closed 8 years ago

dsherret commented 8 years ago

I originally implemented function/method overloading when I didn't know much about the AST.