-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The type safety that comes with TypeScript would be a great improvement to the maintainability of this project, but considering the current size, switching all at once is less than feasible. We can still consider the following:
Can we write individual files in TypeScript and mix them with the JS code?
If so, we can start updating the code from places like the types implementation (which do not depend on other parts of our code) and then slowly move on with updating the other parts of the driver.
Reactions are currently unavailable