dsherret / ts-type-info

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

Support functions within functions. #192

Closed dsherret closed 7 years ago

dsherret commented 8 years ago

What about classes within functions or variables within functions? I think this needs to be looked at a bit more. Also, variables should probably be moved into a statements array.

dsherret commented 7 years ago

Not doing. Focusing dev effort on ts-simple-ast.