dsherret / ts-type-info

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

Some writers incorrectly write declare keyword before export #211

Closed dsherret closed 7 years ago

dsherret commented 7 years ago

I'm going through and refactoring the writers for unit tests while I'm working on #208 and I noticed that the variable and type alias writers incorrectly write the declare keyword before the export keyword.

This will be fixed with #208.

dsherret commented 7 years ago

Fixed with #226.