mybb2 icon indicating copy to clipboard operation
mybb2 copied to clipboard

Convert all existing JavaScript to TypeScript.

Open euantorano opened this issue 9 years ago • 0 comments

All custom JavaScript (cookie handling, spinner, modals, etc.) should be written in TypeScript.

TypeScript should allow us to catch glaringly obvious errors in our JS much quicker due to its build time checks (rather than waiting for exceptions at runtime).

euantorano avatar Oct 29 '16 19:10 euantorano