agdsn / pycroft

The AG DSN management system
Apache License 2.0
20 stars 9 forks source link

Replace babel by typescript #422

Open lukasjuhrich opened 3 years ago

lukasjuhrich commented 3 years ago

@sebschrader mentioned that with a working typescript setup, one may think about using typescript to compile all of our javascript, and not only the (future) typescript files. In that regard, it would not serve any purpose to compile and then transpile things again; typescript has its own backward-compatability-capabilities.

lukasjuhrich commented 2 years ago

An argument for babel would be that we might utilize it to transpile .jsx to vanilla JS. But perhaps this works with typescript as well.