Switch to typescript compilation

Repository details (botten-nappet)
Project page
botten-nappet
Project log category
(195 entries)
Owner
@joelpurra
Contributors
Contributors on Github
Project status
💤 This project is inactive.
📂 This project is open.
🤷 This project is not particularly popular.
Repository activity period
🗓
Commits
209 commits
Stars
5 stars
Commit details (835bd79a)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Switch to typescript compilation

Raw text
Switch to typescript compilation

Changed files (39)

Path Additions Deletions
.babelrc +0 -25
.eslintrc +116 -105
index.js => index.ts +0 -0
package-lock.json +77 -1090
package.json +7 -12
rollup.config.index.js +6 -7
rollup.config.babel.js => rollup.config.typescript.js +4 -3
src/storage/{database-connection.js => database-connection.ts} +0 -0
src/storage/manager/{user-storage-manager.js => user-storage-manager.ts} +0 -0
src/storage/repository/{user-repository.js => user-repository.ts} +0 -0
src/twitch/authentication/{application-token-manager.js => application-token-manager.ts} +0 -0
src/twitch/authentication/{polling-application-token-connection.js => polling-application-token-connection.ts} +0 -0
src/twitch/authentication/{user-token-manager.js => user-token-manager.ts} +0 -0
src/twitch/{connection-manager.js => connection-manager.ts} +0 -0
src/twitch/helper/{csrf-helper.js => csrf-helper.ts} +0 -0
src/twitch/helper/{request-helper.js => request-helper.ts} +0 -0
src/twitch/helper/{token-helper.js => token-helper.ts} +0 -0
src/twitch/helper/{user-helper.js => user-helper.ts} +0 -0
src/twitch/helper/{user-token-helper.js => user-token-helper.ts} +0 -0
src/twitch/irc/handler/{follow-reminder.js => follow-reminder.ts} +0 -0
src/twitch/irc/handler/{greeting.js => greeting.ts} +0 -0
src/twitch/irc/handler/{logging.js => logging.ts} +0 -0
src/twitch/irc/handler/{new-chatter.js => new-chatter.ts} +0 -0
src/twitch/irc/handler/{ping.js => ping.ts} +0 -0
src/twitch/irc/handler/{reconnect.js => reconnect.ts} +0 -0
src/twitch/irc/handler/{subscribing.js => subscribing.ts} +0 -0
src/twitch/irc/handler/{text-response-command.js => text-response-command.ts} +0 -0
src/twitch/irc/{irc-connection.js => irc-connection.ts} +0 -0
src/twitch/irc/{irc-manager.js => irc-manager.ts} +0 -0
src/twitch/polling/connection/{polling-clientid-connection.js => polling-clientid-connection.ts} +0 -0
src/twitch/polling/handler/{following.js => following.ts} +0 -0
src/twitch/polling/{polling-connection.js => polling-connection.ts} +0 -0
src/twitch/polling/{polling-manager.js => polling-manager.ts} +0 -0
src/twitch/pubsub/handler/{logging.js => logging.ts} +0 -0
src/twitch/pubsub/{pubsub-connection.js => pubsub-connection.ts} +0 -0
src/twitch/pubsub/{pubsub-manager.js => pubsub-manager.ts} +0 -0
src/util/{graceful-shutdown-manager.js => graceful-shutdown-manager.ts} +0 -0
src/util/{pino-logger.js => pino-logger.ts} +0 -0
tsconfig.json +6 -0

Commit categories (3)