jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

Convert to Typescript #1200

Open playest opened 3 years ago

playest commented 3 years ago

In an attempt to better understand this code I'm currently trying to convert it to Typescript. You can see the progress at https://github.com/playest/togetherts

For now I try to change the code as little as possible to avoid introducing any bug. In the feature I plan to try to make the code cleaner and to improve the experience.

Feel free to help :)