-
Notifications
You must be signed in to change notification settings - Fork 12
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
change codebase to TypeScript #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job setting this up @miami78 ! I left a bunch of comments :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps take a look at the suggestions in event
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a look at the array of objects in speaker
* typescript redo * create event test * move to typescript * remove build folder * typescript redo * ignore build folder * ignore build folder * update draft pull request * change route entrypoint * change route * add event description * schema change * change from class to function * get event query test * fix getevent model * add event test * change to class
* typescript redo * create event test * move to typescript * remove build folder * typescript redo * ignore build folder * ignore build folder * update draft pull request * change route entrypoint * change route * add event description * schema change * change from class to function * get event query test * fix getevent model * add event test * change to class
What does this PR do?
change codebase to TypeScript
Description of Task to be completed?
Change the project to use TypeScript, configure typescript linting and testing with mocha-chai
solves #10 #13