Jorriss / StatisticsParser

Parses and formats SQL Server Statistics IO and Statistics Time output.
http://statisticsparser.com
88 stars 42 forks source link

Migrate to TypeScript #37

Closed nycdotnet closed 5 years ago

nycdotnet commented 8 years ago

I migrated StatisticsParser to TypeScript and wrote up a play-by-play. It was more work than usual due to using a few older JS libraries/older syntax that don't have current definitions on DefinitelyTyped. Only 4 lines actually changed in statsioparser.ts (JS).

Play-by-play here: https://github.com/nycdotnet/StatisticsParser/blob/ImplementTypeScript/TypeScript%20Implementation.md