azerothcore / wow-statistics

GNU Affero General Public License v3.0
8 stars 4 forks source link

Replace jsx with tsx #16

Closed alecsci closed 3 years ago

alecsci commented 3 years ago
Helias commented 3 years ago

you can type everything, functions, variables, etc. you have free checks in addition by the ts compiler

moreover, you can use a lot of feature of ts (or last js versions) like null coalesce checks and similar

you can use, enum, interfaces, classes public and private, inheritance and a lot of feature of OOP.