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

Finished translation of file src/prestart.js to typescript. This will close issue #36 #92

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

Conversation

fatimaj21
Copy link

This pull request finishes the translation of file src/prestart.js from javascript to typescript. This translation has been done in order to gracefully and incrementally move the parent repository to typescript. Keeping in mind that some modules have not been translated to typescript yet, I have used an eslint feature to work with existing modules such that they won't show up in linting errors. This feature can be used by putting this 'eslint-disable-next-line @typescript-eslint/no-unsafe-member-access' in the code. I had made sure that the code complied with all the eslint restrictions and the translated file passed all lining and other tests in the parent repository.

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