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

translated the file src/cli/running/js to typescript. Fixed Issue #37 #85

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

Conversation

hmkhalif
Copy link

@hmkhalif hmkhalif commented Aug 30, 2023

I translated the javascript file running.js in cli folder into typescript: changed import statements, used interfaces to define types and properties, and // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call for some imports in different files. fixed #37

@hmkhalif hmkhalif reopened this Sep 3, 2023
@hmkhalif hmkhalif changed the title Converted /src/topics/bookmarks.js from JS to TS translated the file src/cli/running/js to typescript. Fixed Issue #37 Sep 3, 2023
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.

Converting src/cli/running.js from JS to TS
1 participant