Matt McWilliams
|
5d31bf0020
|
Ported main.js to TypeScript. Rewrote all imports and replaced with class constructors, not require()().
|
2024-05-23 20:51:35 -04:00 |
Matt McWilliams
|
cb63194fc6
|
All known classes have types exported and imported into dependent modules. This has already caught a class of bugs. Removing references to any will catch another.
|
2024-05-23 18:49:18 -04:00 |
Matt McWilliams
|
7e24c70454
|
Re-write of log module to use export properly (in Typescript) and include the winston types for Logger. Will repeat this step with all of the remaining modules that are declared 'any' type and miss out on the benefits of using Typescript in the first place.
|
2024-05-19 18:14:33 -04:00 |
Matt McWilliams
|
ee0ab663d7
|
Complete the alert feature. Have not created pause, but this could be done using the same alert object to prevent code duplication.
|
2022-08-03 09:02:47 -04:00 |