mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
111 stars 45 forks source link

Convert all existing JavaScript to TypeScript. #263

Open euantorano opened 7 years ago

euantorano commented 7 years ago

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).