Closed rkotze closed 2 weeks ago
Move from JavaScript to TypeScript. Move over in an iterative fashion .js file in src folder needs to be migrated to a .ts with its appropriate types.
.js
src
.ts
Don't have to do it all at once. Pick a file and make a PR when it's ready.
See this commit for example
Improved code design with explicit types.
Summary
Move from JavaScript to TypeScript. Move over in an iterative fashion
.js
file insrc
folder needs to be migrated to a.ts
with its appropriate types.Don't have to do it all at once. Pick a file and make a PR when it's ready.
See this commit for example
Motivation
Improved code design with explicit types.