CMU-17313Q / NodeBB-f23

GNU General Public License v3.0
0 stars 39 forks source link

Successfully translated src/start.js to typescript. Fixed Issue #82 #87

Open GhalyaJ opened 1 year ago

GhalyaJ commented 1 year ago

This pull request addresses the task of translating src/start.js to typescript. This PR is in response to issue # 52. The main process involved in this translation was ensuring that proper types are defined for variables and that the code follows the listing requirements of typescript that were laid forth by estlint. After translating the file, the code was tested through the test cases already written with the mocha framework. In this translation I also used the 'eslint-disable-next-line' feature which allowed me to use existing modules (not translated to typescript yet) in my translation of the file.