BetterSEQTA / BetterSEQTA-Plus

A continuation of development of the BetterSEQTA chrome extension.
https://chromewebstore.google.com/detail/betterseqta+/afdgaoaclhkhemfkkkonemoapeinchel
MIT License
18 stars 5 forks source link

Migrate codebase to Typescript #65

Closed SethBurkart123 closed 7 months ago

SethBurkart123 commented 7 months ago

Pretty self explanatory but it would do a lot for code maintainability and quality. Less bugs, easier to implement new features or debug existing ones.

Crazypersonalph commented 7 months ago

Also type checking cries in joy

Crazypersonalph commented 7 months ago

PR #70

SethBurkart123 commented 7 months ago

PR #70

Literally cries in joy. 🥲

Crazypersonalph commented 7 months ago

Looks like this can be closed as completed now

Crazypersonalph commented 7 months ago

72 & #73

they fix issues that have risen since implementing ts, probably because of how webpack handles them compared to vanilla JS files.