-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Milestone
Description
We want to add TypeScript to the project in order to have type checking!
Implementation plan
- Add
tscto the project withallowJs: truechore: add TypeScript #70 @SantiMA10 - Add a build step to our pipeline, in order to check if our app compiles ci: add compile step #71 @SantiMA10
- Add a build step to
app.json,herokudoesn't understandTypeScript😉 Run compiled TypeScript in Heroku #82 @orestes - Add support for
TypeScriptinjestby usingts-jesttest: add 'ts-jest' #85 @SantiMA10 - Migrate our test suite to
TypeScript@SantiMA10- refactor: migrate 'fork' spec to TypeScript #92
- refactor: migrate 'index' spec to TypeScript #93
- refactor: migrate 'ping' spec to TypeScript #94
- refactor: migrate 'pull_request' spec to TypeScript #95
- refactor: migrate 'star' spec to TypeScript #96
- refactor: migrate 'StreamLabs' spec to TypeScript #97
- refactor: migrate 'TwitchChat' spec to TypeScript #98
- Migrate .js files to .ts files adding types
- refactor: migrate 'config' to TypeScript #99
- refactor: migrate 'StreamLabs' to TypeScript #100
- refactor: migrate 'server' to TypeScript #101
- refactor: migrate 'schemas' to TypeScript #102
- Migrate
pingevent @SantiMA10 feat: add new 'Ping' reaction #104 - Migrate
starevent @SantiMA10 feat: new 'Star' reaction #110 - Migrate
pull_requestevent-
Pull Request Opened@SantiMA10 feat: new 'PullRequestOpened' reaction #113 -
Pull Request Merged@SantiMA10 feat: new 'PullRequestMerged' 'Reaction' #115
-
- Migrate
forkevent @orestes refactor: Migrate fork to TypeScript #117 - Migrate
route/index.js@SantiMA10 refactor: routes index to TypeScript #118 - Migrate
index.js@SantiMA10 refactor: migrate 'index.js' to TypeScript #119
- Remove
allowJs: truefromtsconfig.json@orestes chore: Disable JS compilation #122 - Add support for
TypeScriptin oureslintconfiguration Lint TypeScript files with eslint #124 - Create types for the Payloads @SantiMA10