Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GhalyaJ
Copy link

@GhalyaJ GhalyaJ commented Aug 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant